Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Oct 8, 2024
1 parent 598fb91 commit 83f54cd
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 85 deletions.
154 changes: 77 additions & 77 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 @@ -37,14 +37,14 @@
"@types/lodash.clonedeepwith": "^4.5.9",
"@types/lodash.upperfirst": "^4.3.9",
"@types/mime": "^3.0.4",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "18",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.33",
"@typescript-eslint/rule-tester": "^8.8.0",
"@typescript-eslint/rule-tester": "^8.8.1",
"autoprefixer": "^10.4.20",
"c8": "^10.1.2",
"chai": "^4.3.10",
Expand All @@ -60,8 +60,8 @@
"mocha": "^10.7.3",
"node-eval": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.47.2",
"playwright-core": "^1.47.2",
"playwright-chromium": "^1.48.0",
"playwright-core": "^1.48.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"promise-assist": "^2.0.1",
Expand All @@ -76,7 +76,7 @@
"ts-expect": "^1.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.8.0",
"typescript-eslint": "^8.8.1",
"url-loader": "^4.1.1",
"webpack": "^5.95.0",
"yargs": "^17.7.2"
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.47.2",
"playwright-core": "^1.48.0",
"rimraf": "^5.0.7"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-stylable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@file-services/node": "^9.4.1",
"@stylable/core": "^6.1.1",
"@typescript-eslint/scope-manager": "^8.8.0",
"@typescript-eslint/utils": "^8.8.0",
"@typescript-eslint/scope-manager": "^8.8.1",
"@typescript-eslint/utils": "^8.8.1",
"postcss-safe-parser": "^7.0.1"
},
"keywords": [
Expand Down

0 comments on commit 83f54cd

Please sign in to comment.