Skip to content

Commit

Permalink
Update development-dependencies (#855)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 5a5dd6b commit b0ca68b
Show file tree
Hide file tree
Showing 7 changed files with 379 additions and 358 deletions.
22 changes: 11 additions & 11 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@
"@matrix-widget-toolkit/testing": "3.0.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.5",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@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.6",
"happy-dom": "15.11.7",
"i18next-parser": "9.0.2",
"msw": "2.6.5",
"typescript": "5.6.3",
"msw": "2.6.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vitest": "2.1.5"
"vitest": "2.1.8"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@eslint/compat": "1.2.3",
"@eslint/js": "9.15.0",
"@microsoft/api-extractor": "7.47.11",
"@eslint/compat": "1.2.4",
"@eslint/js": "9.16.0",
"@microsoft/api-extractor": "7.48.0",
"@rollup/plugin-commonjs": "28.0.1",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
"dree": "5.1.5",
"eslint": "9.15.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-notice": "1.0.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-testing-library": "6.4.0",
"@vitest/eslint-plugin": "1.1.10",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-testing-library": "6.5.0",
"@vitest/eslint-plugin": "1.1.14",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"rollup": "4.27.3",
"typescript": "5.6.3",
"typescript-eslint": "8.15.0",
"rollup": "4.28.1",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"yarn-deduplicate": "6.0.2"
},
"lint-staged": {
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.1",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"@types/qs": "6.9.17",
"@vitest/coverage-v8": "2.1.5",
"typescript": "5.6.3",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vitest": "2.1.5"
"vitest": "2.1.8"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
12 changes: 6 additions & 6 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"type": "module",
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@vitest/coverage-v8": "2.1.5",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@vitest/coverage-v8": "2.1.8",
"axe-core": "4.10.2",
"copyfiles": "2.4.1",
"i18next-parser": "9.0.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vitest": "2.1.5"
"vitest": "2.1.8"
},
"peerDependencies": {
"react": "18.3.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"type": "module",
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@vitest/coverage-v8": "2.1.5",
"typescript": "5.6.3",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vitest": "2.1.5"
"vitest": "2.1.8"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"type": "module",
"devDependencies": {
"@types/node": "22.9.0",
"@vitest/coverage-v8": "2.1.5",
"typescript": "5.6.3",
"@types/node": "22.10.1",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vitest": "2.1.5"
"vitest": "2.1.8"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
Loading

0 comments on commit b0ca68b

Please sign in to comment.