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] authored Feb 19, 2024
1 parent 2118f4a commit a4ad591
Show file tree
Hide file tree
Showing 10 changed files with 1,131 additions and 1,292 deletions.
2 changes: 1 addition & 1 deletion apps/nx-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@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.90.2",
"esbuild": "^0.20.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
Expand Down
10 changes: 5 additions & 5 deletions apps/web-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"dependencies": {
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/instrumentation": "^0.46.0",
"@opentelemetry/otlp-exporter-base": "^0.46.0",
"@opentelemetry/instrumentation": "^0.48.0",
"@opentelemetry/otlp-exporter-base": "^0.48.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.1.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
"@storm-software/testing-tools": "latest",
"@storm-software/workspace-tools": "latest",
"@swc-node/register": "~1.8.0",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.100",
"@swc/cli": "0.3.9",
"@swc/core": "1.4.1",
"@swc/helpers": "0.5.3",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/node": "^20.10.5",
"@types/react": "18.2.55",
Expand All @@ -105,7 +105,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"lefthook": "^1.5.6",
"lefthook": "^1.6.1",
"log4brains": "1.0.1",
"make-dir-cli": "^3.1.0",
"nx": "18.0.4",
Expand All @@ -120,7 +120,7 @@
"typescript": "5.3.3",
"verdaccio": "5.29.0"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.15.3",
"engines": {
"node": ">=20.11.0",
"pnpm": ">=8.10.2"
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
16 changes: 8 additions & 8 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.8",
"tamagui": "^1.79.13"
"@tamagui/animations-react-native": "^1.90.2",
"@tamagui/font-inter": "^1.90.2",
"@tamagui/react-native-media-driver": "^1.90.2",
"@tamagui/shorthands": "^1.90.2",
"@tamagui/themes": "^1.90.2",
"@tamagui/toast": "^1.90.2",
"@tamagui/web": "^1.90.2",
"tamagui": "^1.90.2"
},
"devDependencies": {
"@tamagui/build": "^1.79.13",
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.19.0",
"pino-std-serializers": "^6.2.2"
},
"publishConfig": {
Expand Down
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.12.0",
"@tanstack/table-core": "^8.12.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.19.0",
"pino-loki": "2.2.1",
"pino-pretty": "10.3.1",
"zod": "^3.22.4"
},
Expand Down
Loading

0 comments on commit a4ad591

Please sign in to comment.