Skip to content

Commit

Permalink
Update deps (partial)
Browse files Browse the repository at this point in the history
  • Loading branch information
frosas committed Apr 21, 2024
1 parent d6c0f8b commit 32b6d61
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 82 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
176 changes: 102 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev-lint-eslint": "onchange -ki --exclude-path .gitignore '**/*.{js,ts,tsx}' -- npm run lint-eslint -- --fix",
"dev-lint-typescript": "npm run lint-typescript -- --watch --preserveWatchOutput --pretty",
"dev-test-unit": "onchange -ki 'src/**/*.js' -- npm run test-unit",
"prepare": "husky install",
"prepare": "husky",
"webpack": "NODE_OPTIONS=--openssl-legacy-provider npm run babel-node -- node_modules/.bin/webpack",
"webpack-analyze": "FILE=`mktemp -t stats` && npm run -s webpack -- --mode production --profile --json > $FILE && npx webpack-bundle-analyzer $FILE dist/browser",
"webpack-dev-server": "npm run webpack -- serve --mode development"
Expand All @@ -40,7 +40,7 @@
"@types/eslint": "^8.56.10",
"@types/html-webpack-plugin": "^3.2.5",
"@types/mini-css-extract-plugin": "1.2",
"@types/mocha": "^9.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
Expand All @@ -49,7 +49,7 @@
"chai": "^4.3.4",
"clean-webpack-plugin": "^3.0.0",
"compression": "^1.7.2",
"concurrently": "^7.0.0",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^6.4.1",
"core-js": "^3.37.0",
"css-loader": "^5.2.6",
Expand All @@ -58,15 +58,15 @@
"eslint-plugin-react": "^7.34.1",
"express": "^4.19.2",
"html-webpack-plugin": "^3.2.0",
"husky": "^8.0.1",
"husky": "^9.0.11",
"mini-css-extract-plugin": "^1.6.0",
"mocha": "^10.4.0",
"onchange": "^7.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.11",
"source-map-loader": "^1.1.3",
"typescript": "~5.2.0",
"typescript": "^5.4.5",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.2"
Expand Down

0 comments on commit 32b6d61

Please sign in to comment.