Skip to content

Commit

Permalink
Update development-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent cafb398 commit 4250c3a
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 161 deletions.
2 changes: 1 addition & 1 deletion containers/widget-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"e2e:all": "yarn playwright test --reporter=dot"
},
"devDependencies": {
"@playwright/test": "1.49.0"
"@playwright/test": "1.49.1"
}
}
6 changes: 3 additions & 3 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-basic-ssl": "1.2.0",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.8",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
"devDependencies": {
"@changesets/cli": "2.27.10",
"@eslint/compat": "1.2.4",
"@eslint/js": "9.16.0",
"@microsoft/api-extractor": "7.48.0",
"@eslint/js": "9.17.0",
"@microsoft/api-extractor": "7.48.1",
"@rollup/plugin-commonjs": "28.0.1",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
"dree": "5.1.5",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-notice": "1.0.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-testing-library": "6.5.0",
"@vitest/eslint-plugin": "1.1.14",
"@vitest/eslint-plugin": "1.1.16",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"rollup": "4.28.1",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"typescript-eslint": "8.18.0",
"yarn-deduplicate": "6.0.2"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/qs": "6.9.17",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@vitest/coverage-v8": "2.1.8",
"axe-core": "4.10.2",
"copyfiles": "2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vite": "5.4.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"type": "module",
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vite": "5.4.11",
Expand Down
Loading

0 comments on commit 4250c3a

Please sign in to comment.