Skip to content

Commit

Permalink
fix(deps): update dependencies-non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent b16e477 commit 5483618
Show file tree
Hide file tree
Showing 14 changed files with 3,368 additions and 2,625 deletions.
2 changes: 1 addition & 1 deletion .github/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.12.2
6 changes: 3 additions & 3 deletions apps/nx-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@nx/devkit": "18.0.4",
"@nx/devkit": "18.3.4",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@storm-software/workspace-tools": "latest",
"@tamagui/fake-react-native": "^1.89.11",
"@tamagui/fake-react-native": "^1.96.0",
"esbuild": "^0.20.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
Expand All @@ -28,7 +28,7 @@
},
"peerDependencies": {
"@tamagui/web": "^1.89.8",
"nx": "18.0.4"
"nx": "18.3.4"
},
"executors": "./executors.json"
}
14 changes: 7 additions & 7 deletions apps/web-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"dependencies": {
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/instrumentation": "^0.46.0",
"@opentelemetry/otlp-exporter-base": "^0.46.0",
"@opentelemetry/instrumentation": "^0.51.0",
"@opentelemetry/otlp-exporter-base": "^0.51.0",
"@opentelemetry/resources": "^1.19.0",
"@opentelemetry/sdk-trace-node": "^1.19.0",
"@opentelemetry/semantic-conventions": "^1.19.0",
"@types/mdx": "^2.0.11",
"@vercel/edge-config": "^0.4.1",
"@vercel/otel": "^0.3.0",
"fumadocs-core": "^8.1.1",
"fumadocs-core": "^8.3.0",
"fumadocs-mdx": "^8.0.2",
"fumadocs-ui": "^8.1.1",
"next": "^14.0.4",
"fumadocs-ui": "^8.3.0",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3"
"react-dom": "18.3.1",
"typescript": "5.4.5"
}
}
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,30 +77,30 @@
"dependencies": {
"@biomejs/biome": "^1.5.1",
"@nderscore/tamagui-typescript-plugin": "^0.6.0",
"@nx/cypress": "18.0.4",
"@nx/devkit": "18.0.4",
"@nx/cypress": "18.3.4",
"@nx/devkit": "18.3.4",
"@nx/eslint-plugin": "^18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/next": "18.0.4",
"@nx/plugin": "18.0.4",
"@nx/react": "18.0.4",
"@nx/react-native": "18.0.4",
"@nx/workspace": "18.0.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/next": "18.3.4",
"@nx/plugin": "18.3.4",
"@nx/react": "18.3.4",
"@nx/react-native": "18.3.4",
"@nx/workspace": "18.3.4",
"@storm-software/config": "latest",
"@storm-software/git-tools": "latest",
"@storm-software/linting-tools": "latest",
"@storm-software/testing-tools": "latest",
"@storm-software/workspace-tools": "latest",
"@swc-node/register": "~1.8.0",
"@swc/cli": "0.1.65",
"@swc/core": "1.3.107",
"@swc-node/register": "~1.9.0",
"@swc/cli": "0.3.12",
"@swc/core": "1.4.17",
"@swc/helpers": "0.5.6",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.3.1",
"@types/jest": "29.5.12",
"@types/node": "^20.11.20",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@types/node": "^20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"babel-jest": "^29.4.1",
"copyfiles": "^2.4.1",
"cypress": "^13.6.1",
Expand All @@ -110,19 +110,19 @@
"lefthook": "^1.5.6",
"log4brains": "1.0.1",
"make-dir-cli": "^3.1.0",
"nx": "18.0.4",
"nx": "18.3.4",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.73.4",
"react-dom": "18.3.1",
"react-native": "^0.74.0",
"rimraf": "^5.0.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "^2.6.2",
"typescript": "5.3.3",
"verdaccio": "5.29.2"
"typescript": "5.4.5",
"verdaccio": "5.30.3"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.15.8",
"engines": {
"node": ">=20.11.0",
"pnpm": ">=8.10.2"
Expand All @@ -133,20 +133,20 @@
},
"pnpm": {
"overrides": {
"ip": ">=1.1.8",
"next": ">=13.4.20-canary.13",
"debug": ">=4.3.1",
"got": ">=11.8.5",
"markdown-it": ">=12.3.2",
"node-fetch": ">=2.6.7",
"parse-path": ">=5.0.0",
"parse-url": ">=8.1.0",
"shell-quote": ">=1.7.3",
"loader-utils": ">=1.4.2",
"simple-git": ">=3.16.0",
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31",
"follow-redirects": ">=1.15.5",
"ip": "2.0.1",
"next": "14.2.3",
"debug": "4.3.4",
"got": "14.2.1",
"markdown-it": "14.1.0",
"node-fetch": "3.3.2",
"parse-path": "7.0.0",
"parse-url": "9.2.0",
"shell-quote": "1.8.1",
"loader-utils": "3.2.1",
"simple-git": "3.24.0",
"nth-check": "2.1.1",
"postcss": "8.4.38",
"follow-redirects": "1.15.6",
"@storm-stack/utilities": "workspace:*",
"@storm-stack/unique-identifier": "workspace:*",
"@storm-stack/date-time": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@storm-software/config-tools": "latest",
"chalk": "5.3.0",
"commander": "11.1.0",
"console-table-printer": "2.11.2",
"console-table-printer": "2.12.0",
"figlet": "^1.7.0",
"prompts": "^2.4.2",
"terminal-link": "^3.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"*.css"
],
"dependencies": {
"@tamagui/animations-react-native": "^1.89.19",
"@tamagui/font-inter": "^1.79.17",
"@tamagui/react-native-media-driver": "^1.89.20",
"@tamagui/shorthands": "^1.89.20",
"@tamagui/themes": "^1.79.17",
"@tamagui/toast": "^1.89.8",
"@tamagui/web": "^1.89.20",
"tamagui": "^1.79.13"
"@tamagui/animations-react-native": "^1.96.0",
"@tamagui/font-inter": "^1.96.0",
"@tamagui/react-native-media-driver": "^1.96.0",
"@tamagui/shorthands": "^1.96.0",
"@tamagui/themes": "^1.96.0",
"@tamagui/toast": "^1.96.0",
"@tamagui/web": "^1.96.0",
"tamagui": "^1.96.0"
},
"devDependencies": {
"@tamagui/build": "^1.79.13",
Expand All @@ -37,7 +37,7 @@
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.73.1"
"react-native": "^0.73.1 || ^0.74.0"
},
"peerDependenciesMeta": {
"react": {
Expand Down
2 changes: 1 addition & 1 deletion packages/file-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"dependencies": {
"@storm-software/config-tools": "latest",
"semver": "7.5.4"
"semver": "7.6.0"
},
"devDependencies": {
"@types/node": "^20.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@storm-software/config": "latest",
"chalk": "5.3.0",
"pino": "8.16.2",
"pino": "8.21.0",
"pino-std-serializers": "^6.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/style-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@tokens-studio/sd-transforms": "^0.14.2",
"@tokens-studio/sd-transforms": "^0.15.0",
"style-dictionary": "^3.9.2"
}
}
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"type": "module",
"dependencies": {
"@tanstack/react-table": "^8.11.8",
"@tanstack/table-core": "^8.11.8"
"@tanstack/react-table": "^8.16.0",
"@tanstack/table-core": "^8.16.0"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"pino": "8.16.2",
"pino-loki": "2.1.3",
"pino": "8.21.0",
"pino-loki": "2.2.1",
"pino-pretty": "10.3.1",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"access": "public"
},
"dependencies": {
"@tamagui/theme-builder": "^1.90.6"
"@tamagui/theme-builder": "^1.96.0"
}
}
2 changes: 1 addition & 1 deletion packages/unique-identifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"dependencies": {
"@noble/hashes": "1.3.3"
"@noble/hashes": "1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5483618

Please sign in to comment.