Skip to content

Commit

Permalink
chore(deps-dev): upgrade to latest stable
Browse files Browse the repository at this point in the history
- override typescript-eslint to 8.10.0, until broken ruletester of 8.11.0 is fixed
- regenerate lock file
  • Loading branch information
AviVahl committed Oct 26, 2024
1 parent 9abc800 commit 6cf9e3c
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 60 deletions.
148 changes: 95 additions & 53 deletions package-lock.json

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

18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@types/mocha": "^10.0.9",
"@types/node": "18",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.33",
"@typescript-eslint/rule-tester": "^8.10.0",
"@typescript-eslint/rule-tester": "8.10.0",
"autoprefixer": "^10.4.20",
"c8": "^10.1.2",
"chai": "^4.3.10",
Expand All @@ -55,13 +55,13 @@
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.2",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.1",
"mocha": "^10.7.3",
"node-eval": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.48.1",
"playwright-core": "^1.48.1",
"playwright-chromium": "^1.48.2",
"playwright-core": "^1.48.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"promise-assist": "^2.0.1",
Expand All @@ -76,14 +76,20 @@
"ts-expect": "^1.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.10.0",
"typescript-eslint": "8.10.0",
"url-loader": "^4.1.1",
"webpack": "^5.95.0",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=18.12.0"
},
"overrides": {
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@typescript-eslint/rule-tester": "8.10.0"

},
"repository": "[email protected]:wix/stylable.git",
"author": "Wix.com",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@stylable/runtime": "^6.1.1",
"node-eval": "^2.0.0",
"playwright-core": "^1.48.1",
"playwright-core": "^1.48.2",
"rimraf": "^5.0.7"
},
"files": [
Expand Down

0 comments on commit 6cf9e3c

Please sign in to comment.