Skip to content

Commit

Permalink
Upgrade more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Oct 27, 2023
1 parent 49f9762 commit a1b1f1b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"@swc/core": "~1.3.77",
"@swc/jest": "~0.2.24",
"@types/jest": "^29.0.0",
"@types/node": "^17.0.45",
"@types/node": "^20.8.9",
"@types/webpack": "^5.28.0",
"@types/yeoman-environment": "2.10.8",
"@types/yeoman-generator": "4.11.4",
"@typescript-eslint/eslint-plugin": "~5.55.0",
"@typescript-eslint/parser": "~5.55.0",
"@typescript-eslint/eslint-plugin": "~6.9.0",
"@typescript-eslint/parser": "~6.9.0",
"bluebird": "3",
"browserslist": "^4.18.1",
"chalk": "4",
Expand All @@ -59,20 +59,20 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.0",
"expose-loader": "^4.1.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"fs-extra": "^10.1.0",
"get-tsconfig": "^4.4.0",
"glob": "^8.1.0",
Expand All @@ -94,14 +94,14 @@
"postcss-loader": "^7.1.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"prettier": "^3.0.3",
"raw-loader": "~4.0.2",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.0",
"resolve": "^1.22.1",
"resolve-url-loader": "^5.0.0",
"rimraf": "~4.4.0",
"sass-embedded": "~1.64.2",
"sass-embedded": "~1.69.5",
"sass-loader": "^13.2.0",
"semver": "^7.3.8",
"semver-intersect": "^1.4.0",
Expand All @@ -116,7 +116,7 @@
"ts-jest": "~27.1.3",
"ts-node": "^10.9.1",
"tslib": "~2.6.2",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"url-loader": "~4.1.1",
"util": "^0.12.5",
"webpack": "^5.76.2",
Expand Down

0 comments on commit a1b1f1b

Please sign in to comment.