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 Aug 19, 2024
1 parent b8b1cd8 commit 1bab17f
Show file tree
Hide file tree
Showing 9 changed files with 4,956 additions and 2,264 deletions.
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@oclif/plugin-warn-if-update-available": "^3.0.15",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@trpc/client": "11.0.0-rc.382",
"@trpc/server": "11.0.0-rc.382",
"@trpc/client": "11.0.0-rc.477",
"@trpc/server": "11.0.0-rc.477",
"chroma-js": "^2.4.2",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
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.477",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.3.0",
"private": true,
"dependencies": {
"@react-navigation/native": "~6.1.9",
"@react-navigation/native": "~6.1.0",
"@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.20",
"@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
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
},
"dependencies": {
"@ls-lint/ls-lint": "^2.2.3",
"@nx/devkit": "19.3.1",
"@nx/js": "19.3.1",
"@nx/devkit": "19.3.2",
"@nx/js": "19.3.2",
"@storm-software/build-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
Expand All @@ -107,8 +107,8 @@
"@storybook/icons": "^1.2.9",
"@taplo/cli": "^0.7.0",
"@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",
Expand All @@ -117,12 +117,12 @@
"copyfiles": "^2.4.1",
"eslint-plugin-storm-react": "latest",
"eslint-plugin-storm-software": "latest",
"expo": "51.0.9",
"expo": "51.0.28",
"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 @@ -131,21 +131,21 @@
"log4brains": "^1.0.1",
"ls-lint": "^0.1.2",
"make-dir-cli": "^3.1.0",
"next": "14.2.3",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"next": "14.2.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"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.5",
"react-native-web": "0.19.12",
"rimraf": "^5.0.5",
"solito": "^4.2.2",
"storybook": "7.6.10",
"terser": "^5.24.0",
"ts-jest": "^29.1.1",
"storybook": "7.6.20",
"terser": "^5.31.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "~5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -28,7 +28,7 @@
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lodash.debounce": "^4.0.8",
"pkg-types": "^1.1.0",
"pkg-types": "^1.1.1",
"tsconfig-paths": "^4.2.0"
},
"publishConfig": {
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.477",
"@trpc/server": "11.0.0-rc.477",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"immer": "^10.0.3",
"lodash.mapvalues": "^4.6.0",
"react-tracked": "^1.7.11",
"zustand": ">=4.3.9"
"zustand": "4.5.5"
},
"devDependencies": {
"react": "19.0.0-rc-fb9a90fa48-20240614",
Expand Down
7,168 changes: 4,930 additions & 2,238 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@storm-software/workspace-tools": "latest",
"glob": "^10.4.1",
"glob": "^10.4.2",
"tslib": "^2.3.0"
},
"executors": "./executors.json"
Expand Down

0 comments on commit 1bab17f

Please sign in to comment.