Skip to content

Commit

Permalink
fix(deps): update patch prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 259c262 commit 0bf1970
Show file tree
Hide file tree
Showing 7 changed files with 2,320 additions and 552 deletions.
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"chroma-js": "^2.4.2",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"@trpc/client": "11.0.0-rc.382",
"@trpc/server": "11.0.0-rc.382",
"@trpc/client": "11.0.0-rc.390",
"@trpc/server": "11.0.0-rc.390",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/registry-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"dependencies": {
"@trpc/server": "11.0.0-rc.382",
"@trpc/server": "11.0.0-rc.390",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@tamagui/core": "^1.98.0",
"@tamagui/stacks": "^1.98.0",
"expo-linear-gradient": "^12.7.2",
"expo-router": "^3.3.1",
"expo-router": "^3.4.8",
"i18next": "^23.11.2",
"raf": "^3.4.1",
"react": "^18.2.0",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
},
"prettier": "@storm-software/linting-tools/prettier/config.json",
"dependencies": {
"@nx/devkit": "18.3.4",
"@nx/devkit": "18.3.5",
"@nx/eslint": "^18.3.4",
"@nx/eslint-plugin": "^18.3.4",
"@nx/js": "19.1.0",
"@nx/js": "19.1.1",
"@storm-software/build-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
Expand All @@ -93,15 +93,15 @@
"@storm-software/workspace-tools": "latest",
"@storybook/icons": "^1.2.9",
"@types/jest": "^29.5.8",
"@types/node": "20.9.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/node": "20.9.5",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"babel-loader": "^9.1.3",
"bundlewatch": "latest",
"commitlint": "^19.3.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"copyfiles": "^2.4.1",
"expo": "~50.0.3",
"expo": "~50.0.0",
"expo-av": "^13.10.5",
"expo-constants": "^15.4.5",
"expo-document-picker": "^11.10.1",
Expand All @@ -123,13 +123,13 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^14.1.0",
"react-native": "0.73.2",
"react-native-web": "^0.19.9",
"react-native": "0.73.8",
"react-native-web": "^0.19.10",
"rimraf": "^5.0.5",
"solito": "^4.2.2",
"storybook": "7.6.10",
"storybook": "7.6.19",
"terser": "^5.24.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "~5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cyclone-ui-build": "./bin/build.mjs"
},
"dependencies": {
"@babel/core": "^7.14.5",
"@babel/core": "^7.24.4",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@tamagui/fake-react-native": "^1.98.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/registry-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"type": "module",
"dependencies": {
"@trpc/client": "11.0.0-rc.382",
"@trpc/server": "11.0.0-rc.382",
"@trpc/client": "11.0.0-rc.390",
"@trpc/server": "11.0.0-rc.390",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 0bf1970

Please sign in to comment.