Skip to content

Commit

Permalink
chore(deps-dev): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Sep 20, 2024
1 parent 1f9fd25 commit cace2be
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"prettify": "npx prettier . --write"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.0",
"@file-services/memory": "^9.4.1",
"@file-services/types": "^9.4.1",
"@playwright/browser-chromium": "^1.47.1",
"@playwright/browser-chromium": "^1.47.2",
"@stylable/cli": "^6.1.1",
"@stylable/webpack-plugin": "^6.1.1",
"@types/chai": "^4.3.19",
Expand Down Expand Up @@ -57,15 +57,15 @@
"chai-as-promised": "^7.1.2",
"create-temp-directory": "^2.4.0",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"html-webpack-plugin": "^5.6.0",
"mocha": "^10.7.3",
"mocha-play": "^7.0.5",
"playwright-core": "^1.47.1",
"playwright-core": "^1.47.2",
"prettier": "^3.3.3",
"promise-assist": "^2.0.1",
"react": "^18.3.1",
Expand Down
1 change: 1 addition & 0 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default {
{ name: 'chai-as-promised', reason: 'v8 is pure esm' },
{ name: '@types/chai-as-promised', reason: 'v8 is pure esm' },
{ name: 'sinon-chai', reason: 'v4 requires chai@5' },
{ name: 'typescript-eslint', reason: '8.6.0 has a crash to be fixed in next release' },
],
};

0 comments on commit cace2be

Please sign in to comment.