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 Jan 15, 2025
1 parent 6232ac2 commit 98b068a
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 86 deletions.
4 changes: 2 additions & 2 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "18.3.18",
"@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": "16.5.3",
"happy-dom": "16.6.0",
"i18next-parser": "9.1.0",
"msw": "2.7.0",
"typescript": "5.7.3",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,28 @@
},
"devDependencies": {
"@changesets/cli": "2.27.11",
"@eslint/compat": "1.2.4",
"@eslint/js": "9.17.0",
"@eslint/compat": "1.2.5",
"@eslint/js": "9.18.0",
"@microsoft/api-extractor": "7.49.1",
"@rollup/plugin-commonjs": "28.0.2",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
"dree": "5.1.5",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-notice": "1.0.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-testing-library": "7.1.1",
"@vitest/eslint-plugin": "1.1.24",
"@vitest/eslint-plugin": "1.1.25",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"rollup": "4.30.1",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"typescript-eslint": "8.20.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 @@ -13,8 +13,8 @@
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.2",
"@types/node": "22.10.5",
"@types/qs": "6.9.17",
"@types/node": "22.10.6",
"@types/qs": "6.9.18",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.3",
"vite": "6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "18.3.18",
"@vitest/coverage-v8": "2.1.8",
"axe-core": "4.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "18.3.18",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.3",
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.5",
"@types/node": "22.10.6",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.3",
"vite": "6.0.7",
Expand Down
Loading

0 comments on commit 98b068a

Please sign in to comment.