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 16, 2024
1 parent b5052a4 commit cf37154
Show file tree
Hide file tree
Showing 8 changed files with 182 additions and 172 deletions.
2 changes: 1 addition & 1 deletion containers/widget-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"clean:build": "docker image rm --force \"matrix-widget-toolkit/widget-server\""
},
"devDependencies": {
"@playwright/test": "1.49.0"
"@playwright/test": "1.49.1"
}
}
8 changes: 4 additions & 4 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"@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.17",
"@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",
"axe-core": "4.10.2",
"happy-dom": "15.11.7",
"i18next-parser": "9.0.2",
"msw": "2.6.8",
"msw": "2.6.9",
"typescript": "5.7.2",
"vite": "5.4.11",
"vitest": "2.1.8"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"devDependencies": {
"@changesets/cli": "2.27.10",
"@eslint/compat": "1.2.4",
"@eslint/js": "9.16.0",
"@microsoft/api-extractor": "7.48.0",
"@rollup/plugin-commonjs": "28.0.1",
"@eslint/js": "9.17.0",
"@microsoft/api-extractor": "7.48.1",
"@rollup/plugin-commonjs": "28.0.2",
"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
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.1",
"@types/node": "22.10.1",
"@rollup/plugin-commonjs": "28.0.2",
"@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.17",
"@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.17",
"@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 cf37154

Please sign in to comment.