Skip to content

Commit

Permalink
chore: exact deps batch 1
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Feb 10, 2025
1 parent 3498a76 commit bd6100d
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 229 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"dev": "tsc --watch"
},
"peerDependencies": {
"graphql": "^15.6.1"
"graphql": "15.8.0"
},
"devDependencies": {
"cross-env": "^7.0.2"
"cross-env": "7.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "^18.11.16"
"@types/node": "18.19.74"
}
}
24 changes: 12 additions & 12 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
}
],
"peerDependencies": {
"react": "^18.2.0"
"react": ">= 18"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.8",
"@testing-library/react": "^14.3.0",
"@types/node": "^18.11.16",
"@size-limit/preset-small-lib": "7.0.8",
"@testing-library/react": "14.3.1",
"@types/node": "18.19.74",
"@types/jest": "29.1.0",
"fake-indexeddb": "^3.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"size-limit": "^7.0.8",
"@types/react": "18.2.42",
"fake-indexeddb": "3.1.8",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"size-limit": "7.0.8",
"ts-jest": "29.1.1",
"tslib": "^2.3.1"
"tslib": "2.8.1"
},
"dependencies": {
"idb-keyval": "^5.1.3",
"@types/react": "^18.2.42"
"idb-keyval": "5.1.5"
}
}
32 changes: 16 additions & 16 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"version": "3.15.0",
"private": true,
"devDependencies": {
"@chromatic-com/storybook": "^3.2.4",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/addon-onboarding": "^8.5.2",
"@storybook/blocks": "^8.5.2",
"@storybook/nextjs": "^8.5.2",
"@storybook/react": "^8.5.2",
"@storybook/test": "^8.5.2",
"@types/react": "18.2.21",
"@chromatic-com/storybook": "3.2.4",
"@storybook/addon-essentials": "8.5.2",
"@storybook/addon-interactions": "8.5.2",
"@storybook/addon-onboarding": "8.5.2",
"@storybook/blocks": "8.5.2",
"@storybook/nextjs": "8.5.2",
"@storybook/react": "8.5.2",
"@storybook/test": "8.5.2",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.21",
"sass": "^1.83.4",
"storybook": "^8.5.2"
"sass": "1.83.4",
"storybook": "8.5.2"
},
"volta": {
"node": "18.19.0",
Expand All @@ -25,10 +25,10 @@
"build": "storybook build"
},
"dependencies": {
"@faststore/components": "^3.15.0",
"@faststore/ui": "^3.15.0",
"next": "^15.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@faststore/components": "3.15.0",
"@faststore/ui": "3.15.0",
"next": "15.1.6",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
28 changes: 14 additions & 14 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@
}
],
"dependencies": {
"@faststore/components": "^3.15.0",
"include-media": "^1.4.10",
"modern-normalize": "^1.1.0",
"react-swipeable": "^7.0.0",
"tabbable": "^5.2.1"
"@faststore/components": "3.15.0",
"include-media": "1.4.10",
"modern-normalize": "1.1.0",
"react-swipeable": "7.0.0",
"tabbable": "5.3.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": ">= 18",
"react-dom": ">= 18"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.8",
"@types/tabbable": "^3.1.1",
"@types/node": "^18.11.16",
"@types/react": "^18.2.42",
"babel-loader": "^8.2.5",
"size-limit": "^7.0.8",
"tslib": "^2.3.1"
"@size-limit/preset-small-lib": "7.0.8",
"@types/tabbable": "3.1.2",
"@types/node": "18.19.74",
"@types/react": "18.2.42",
"babel-loader": "8.3.0",
"size-limit": "7.0.8",
"tslib": "2.8.1"
},
"volta": {
"extends": "../../package.json"
Expand Down
Loading

0 comments on commit bd6100d

Please sign in to comment.