Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and weeman1337 committed Nov 12, 2024
1 parent afd0417 commit b723a5a
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 124 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.48.0"
"@playwright/test": "1.48.0"
}
}
34 changes: 17 additions & 17 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
},
"devDependencies": {
"@matrix-widget-toolkit/testing": "3.0.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.7.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.3",
"axe-core": "^4.10.0",
"happy-dom": "^15.7.3",
"i18next-parser": "^9.0.2",
"msw": "^2.4.11",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.3"
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.7.5",
"@types/react": "18.3.1",
"@types/react-dom": "18.2.24",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.3",
"axe-core": "4.10.0",
"happy-dom": "15.10.2",
"i18next-parser": "9.0.2",
"msw": "2.4.11",
"typescript": "5.6.3",
"vite": "5.4.8",
"vitest": "2.1.3"
}
}
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,30 @@
"check-api-report": "yarn workspaces run check-api-report"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@microsoft/api-extractor": "^7.47.9",
"@rollup/plugin-commonjs": "^28.0.0",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"dree": "^5.1.5",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-notice": "^1.0.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-vitest": "^0.5.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"rollup": "^4.24.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"yarn-deduplicate": "^6.0.2"
"@changesets/cli": "2.27.9",
"@eslint/compat": "1.2.0",
"@eslint/js": "9.12.0",
"@microsoft/api-extractor": "7.47.9",
"@rollup/plugin-commonjs": "28.0.0",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
"dree": "5.1.5",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-notice": "1.0.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-testing-library": "6.4.0",
"eslint-plugin-vitest": "0.5.4",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"rollup": "4.24.0",
"typescript": "5.6.3",
"typescript-eslint": "8.8.1",
"yarn-deduplicate": "6.0.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@types/node": "^22.7.5",
"@types/qs": "^6.9.16",
"@vitest/coverage-v8": "^2.1.3",
"@rollup/plugin-commonjs": "28.0.0",
"@types/node": "22.7.5",
"@types/qs": "6.9.16",
"@vitest/coverage-v8": "2.1.3",
"typescript": "5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.3"
"vite": "5.4.8",
"vitest": "2.1.3"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
24 changes: 12 additions & 12 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
},
"type": "module",
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.7.5",
"@types/react": "^18.2.74",
"@vitest/coverage-v8": "^2.1.3",
"axe-core": "^4.10.0",
"copyfiles": "^2.4.1",
"i18next-parser": "^9.0.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.3"
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.7.5",
"@types/react": "18.3.1",
"@vitest/coverage-v8": "2.1.3",
"axe-core": "4.10.0",
"copyfiles": "2.4.1",
"i18next-parser": "9.0.2",
"typescript": "5.6.3",
"vite": "5.4.8",
"vitest": "2.1.3"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"type": "module",
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.7.5",
"@types/react": "^18.2.74",
"@vitest/coverage-v8": "^2.1.3",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.3"
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.7.5",
"@types/react": "18.3.1",
"@vitest/coverage-v8": "2.1.3",
"typescript": "5.6.3",
"vite": "5.4.8",
"vitest": "2.1.3"
},
"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,10 +12,10 @@
},
"type": "module",
"devDependencies": {
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.3",
"typescript": "^5.6.3",
"vite": "^5.4.8"
"@types/node": "22.7.5",
"@vitest/coverage-v8": "2.1.3",
"typescript": "5.6.3",
"vite": "5.4.8"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
Loading

0 comments on commit b723a5a

Please sign in to comment.