Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2024
1 parent abfaa5f commit b22748a
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 357 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/react": "^18"
"@types/react": "18.3.11"
},
"peerDependencyRules": {
"allowedVersions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/bento-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"react-cool-dimensions": "2.0.7",
"react-dropzone": "14.2.9",
"react-input-mask": "2.0.4",
"react-is": "18.2.0",
"react-is": "18.3.1",
"react-select": "5.7.4",
"react-table": "7.8.0",
"recharts": "2.8.0",
Expand Down Expand Up @@ -161,8 +161,8 @@
"@testing-library/user-event": "14.5.2",
"@types/lodash.orderby": "4.6.9",
"@types/lodash.pick": "4.4.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-input-mask": "3.0.5",
"@types/react-is": "18.3.0",
"@types/testing-library__jest-dom": "5.14.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/configuration-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"@vanilla-extract/css": "1.12.0",
"@vanilla-extract/recipes": "0.5.5",
"i18next": "22.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "12.3.1",
"react-router-dom": "6.16.0",
"ts-pattern": "3.3.5"
},
"devDependencies": {
"@react-types/numberfield": "3.5.0",
"@tsconfig/vite-react": "2.0.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@vanilla-extract/dynamic": "2.1.2",
"@vanilla-extract/sprinkles": "1.6.3",
"@vanilla-extract/vite-plugin": "3.9.5",
"@vitejs/plugin-react": "4.3.2",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.12",
"typescript": "5.1.3",
"vite": "5.3.6",
Expand Down
Loading

0 comments on commit b22748a

Please sign in to comment.