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 24, 2024
1 parent 7a35f3c commit 4286bf8
Show file tree
Hide file tree
Showing 7 changed files with 1,656 additions and 1,087 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.421",
"@trpc/server": "11.0.0-rc.421",
"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 @@
},
"private": false,
"dependencies": {
"@trpc/server": "11.0.0-rc.382",
"@trpc/server": "11.0.0-rc.421",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dependencies": {
"@react-navigation/native": "~6.1.9",
"@react-navigation/stack": "^6.3.20",
"@storybook/addons": "7.6.10",
"@storybook/addons": "7.6.17",
"@storybook/icons": "^1.2.9",
"@storybook/theming": "7.6.10",
"@storybook/theming": "7.6.19",
"@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": "19.0.0-rc-fb9a90fa48-20240614",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"test-storybook": "pnpm test-storybook"
},
"dependencies": {
"@nx/devkit": "19.3.0",
"@nx/js": "19.3.0",
"@nx/devkit": "19.3.1",
"@nx/js": "19.3.1",
"@storm-software/build-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
Expand All @@ -97,20 +97,20 @@
"@storm-software/workspace-tools": "latest",
"@storybook/icons": "^1.2.9",
"@types/jest": "^29.5.8",
"@types/node": "20.9.0",
"@types/react": "18.3.1",
"@types/node": "20.9.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"babel-loader": "^9.1.3",
"bundlewatch": "latest",
"commitlint": "^19.3.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"copyfiles": "^2.4.1",
"expo": "51.0.9",
"expo": "51.0.14",
"expo-av": "^13.10.5",
"expo-constants": "^15.4.5",
"expo-document-picker": "^11.10.1",
"expo-linking": "^6.2.2",
"expo-modules-core": "^1.11.13",
"expo-modules-core": "^1.12.12",
"i18next": "^23.11.2",
"i18next-http-backend": "^2.5.0",
"jest": "^29.7.0",
Expand All @@ -119,21 +119,21 @@
"log4brains": "^1.0.1",
"ls-lint": "^0.1.2",
"make-dir-cli": "^3.1.0",
"next": "14.2.3",
"next": "14.2.4",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^14.1.0",
"react-native": "0.74.1",
"react-native": "0.74.2",
"react-native-web": "0.19.12",
"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 @@
},
"private": true,
"dependencies": {
"@trpc/client": "11.0.0-rc.382",
"@trpc/server": "11.0.0-rc.382",
"@trpc/client": "11.0.0-rc.421",
"@trpc/server": "11.0.0-rc.421",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4286bf8

Please sign in to comment.