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 5, 2024
1 parent d48df07 commit d72a809
Show file tree
Hide file tree
Showing 7 changed files with 1,189 additions and 994 deletions.
2 changes: 1 addition & 1 deletion .github/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.19.0
2 changes: 1 addition & 1 deletion docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@vercel/otel": "^0.3.0",
"next": "^14.0.4"
"next": "^14.1.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.7.0",
Expand Down
10 changes: 5 additions & 5 deletions frontend/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"type": "module",
"dependencies": {
"@tamagui/font-inter": "^1.79.17",
"@tamagui/react-native-media-driver": "^1.79.17",
"@tamagui/shorthands": "^1.79.17",
"@tamagui/themes": "^1.79.17",
"tamagui": "^1.79.13"
"@tamagui/font-inter": "^1.89.1",
"@tamagui/react-native-media-driver": "^1.89.1",
"@tamagui/shorthands": "^1.89.1",
"@tamagui/themes": "^1.89.1",
"tamagui": "^1.89.1"
},
"devDependencies": {
"@tamagui/build": "^1.79.13",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@
},
"dependencies": {
"@biomejs/biome": "^1.5.1",
"@nx/cypress": "17.2.8",
"@nx/devkit": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/next": "17.2.8",
"@nx/plugin": "17.2.8",
"@nx/react": "17.2.8",
"@nx/workspace": "17.2.8",
"@nx/cypress": "17.3.2",
"@nx/devkit": "17.3.2",
"@nx/jest": "17.3.2",
"@nx/js": "17.3.2",
"@nx/next": "17.3.2",
"@nx/plugin": "17.3.2",
"@nx/react": "17.3.2",
"@nx/workspace": "17.3.2",
"@storm-software/config-tools": "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.6.8",
"@swc/cli": "0.1.63",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.3.6",
"@swc/core": "1.3.100",
"@swc/helpers": "0.5.3",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.11",
"@types/node": "^20.10.5",
"@types/react": "18.2.43",
Expand All @@ -103,9 +103,9 @@
"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",
"nx": "17.2.8",
"nx": "17.3.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"ts-jest": "29.1.1",
Expand All @@ -114,7 +114,7 @@
"typescript": "5.3.3",
"verdaccio": "5.29.0"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=18.17.1",
"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 @@ -13,7 +13,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
6 changes: 3 additions & 3 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@storm-software/config-tools": "latest",
"chalk": "5.3.0",
"pino": "8.16.2",
"pino-loki": "2.1.3",
"pino-pretty": "10.2.3",
"pino": "8.18.0",
"pino-loki": "2.2.1",
"pino-pretty": "10.3.1",
"pino-std-serializers": "^6.2.2",
"zod": "3.22.4"
},
Expand Down
Loading

0 comments on commit d72a809

Please sign in to comment.