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 and weeman1337 committed Nov 14, 2024
1 parent 06bd7e2 commit abf57ca
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 159 deletions.
4 changes: 2 additions & 2 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.5",
"axe-core": "4.10.2",
"happy-dom": "15.11.4",
"happy-dom": "15.11.6",
"i18next-parser": "9.0.2",
"msw": "2.6.4",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.1.4"
"vitest": "2.1.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-testing-library": "6.4.0",
"@vitest/eslint-plugin": "1.0.1",
"@vitest/eslint-plugin": "1.1.10",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vitest/coverage-v8": "2.1.5",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"i18next-parser": "9.0.2",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"peerDependencies": {
"react": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vitest/coverage-v8": "2.1.5",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vitest/coverage-v8": "2.1.5",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
218 changes: 66 additions & 152 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit abf57ca

Please sign in to comment.