Skip to content

Commit b72f603

Browse files
fix(deps): update all non-major dependencies
1 parent aa35308 commit b72f603

File tree

15 files changed

+125
-125
lines changed

15 files changed

+125
-125
lines changed

.github/workflows/graphql-commit-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
token: ${{ secrets.PAT }}
4141

4242
- name: setup mongodb
43-
uses: supercharge/mongodb-github-action@v1.10.0
43+
uses: supercharge/mongodb-github-action@1.12.0
4444
with:
4545
mongodb-version: ${{ env.MONGODB_VERSION }}
4646
mongodb-port: 27017

apps/api/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,36 @@
2929
"apollo:rover": "rover graph publish shio@current --schema ./schema.gql"
3030
},
3131
"dependencies": {
32-
"@apollo/server": "4.9.3",
33-
"@nestjs/apollo": "12.0.9",
34-
"@nestjs/cli": "10.1.18",
35-
"@nestjs/common": "10.2.6",
36-
"@nestjs/config": "3.1.1",
37-
"@nestjs/core": "10.2.6",
38-
"@nestjs/graphql": "12.0.9",
39-
"@nestjs/platform-express": "10.2.6",
40-
"@nestjs/testing": "10.2.6",
41-
"@prisma/client": "5.3.1",
32+
"@apollo/server": "4.12.2",
33+
"@nestjs/apollo": "12.2.2",
34+
"@nestjs/cli": "10.4.9",
35+
"@nestjs/common": "10.4.20",
36+
"@nestjs/config": "3.3.0",
37+
"@nestjs/core": "10.4.20",
38+
"@nestjs/graphql": "12.2.2",
39+
"@nestjs/platform-express": "10.4.20",
40+
"@nestjs/testing": "10.4.20",
41+
"@prisma/client": "5.22.0",
4242
"class-transformer": "0.5.1",
43-
"class-validator": "0.14.0",
44-
"dataloader": "2.2.2",
45-
"dotenv": "16.3.1",
43+
"class-validator": "0.14.2",
44+
"dataloader": "2.2.3",
45+
"dotenv": "16.6.1",
4646
"graphql-subscriptions": "2.0.0",
4747
"graphql-validation-complexity": "0.4.2",
48-
"ts-pattern": "5.0.5",
48+
"ts-pattern": "5.8.0",
4949
"uuid": "9.0.1"
5050
},
5151
"devDependencies": {
52-
"@apollo/rover": "0.19.1",
53-
"@nestjs/schematics": "10.0.2",
52+
"@apollo/rover": "0.35.0",
53+
"@nestjs/schematics": "10.2.3",
5454
"@shio/jest": "workspace:*",
5555
"@shio/postcss": "workspace:*",
5656
"@shio/prettier": "workspace:*",
5757
"@shio/stylelint": "workspace:*",
5858
"@shio/tsconfig": "workspace:*",
5959
"@shio/type": "workspace:*",
60-
"@types/graphql-validation-complexity": "0.4.1",
60+
"@types/graphql-validation-complexity": "0.4.4",
6161
"eslint-config-shio-node": "workspace:*",
62-
"prisma": "5.3.1"
62+
"prisma": "5.22.0"
6363
}
6464
}

apps/catalog/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@
2222
"@shio/core": "workspace:*",
2323
"@shio/design-token": "workspace:*",
2424
"@shio/tailwind": "workspace:*",
25-
"dotenv": "16.3.1",
26-
"react": "18.2.0",
27-
"react-dom": "18.2.0"
25+
"dotenv": "16.6.1",
26+
"react": "18.3.1",
27+
"react-dom": "18.3.1"
2828
},
2929
"devDependencies": {
3030
"@shio/jest": "workspace:*",
3131
"@shio/postcss": "workspace:*",
3232
"@shio/prettier": "workspace:*",
3333
"@shio/stylelint": "workspace:*",
3434
"@shio/tsconfig": "workspace:*",
35-
"@storybook/addon-a11y": "7.4.6",
36-
"@storybook/addon-essentials": "7.4.6",
35+
"@storybook/addon-a11y": "7.6.20",
36+
"@storybook/addon-essentials": "7.6.20",
3737
"@storybook/addon-styling": "1.3.7",
38-
"@storybook/addon-viewport": "7.4.6",
39-
"@storybook/addons": "7.4.6",
40-
"@storybook/nextjs": "7.4.6",
41-
"@storybook/react": "7.4.6",
42-
"@storybook/theming": "7.4.6",
43-
"@types/react": "18.2.24",
44-
"@types/react-dom": "18.2.8",
45-
"chromatic": "7.2.0",
38+
"@storybook/addon-viewport": "7.6.20",
39+
"@storybook/addons": "7.6.17",
40+
"@storybook/nextjs": "7.6.20",
41+
"@storybook/react": "7.6.20",
42+
"@storybook/theming": "7.6.20",
43+
"@types/react": "18.3.23",
44+
"@types/react-dom": "18.3.7",
45+
"chromatic": "7.6.0",
4646
"eslint-config-shio-react": "workspace:*",
47-
"storybook": "7.4.6"
47+
"storybook": "7.6.20"
4848
}
4949
}

apps/website-v1/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@shio/core": "workspace:*",
2323
"@shio/design-token": "workspace:*",
2424
"@shio/tailwind": "workspace:*",
25-
"dotenv": "16.3.1",
26-
"framer-motion": "10.16.4",
27-
"next": "13.5.4",
28-
"react": "18.2.0",
29-
"react-dom": "18.2.0",
30-
"react-type-animation": "3.1.0",
31-
"sharp": "0.32.6",
32-
"ts-pattern": "5.0.5"
25+
"dotenv": "16.6.1",
26+
"framer-motion": "10.18.0",
27+
"next": "13.5.11",
28+
"react": "18.3.1",
29+
"react-dom": "18.3.1",
30+
"react-type-animation": "3.2.0",
31+
"sharp": "0.34.3",
32+
"ts-pattern": "5.8.0"
3333
},
3434
"devDependencies": {
3535
"@shio/jest": "workspace:*",
@@ -38,9 +38,9 @@
3838
"@shio/stylelint": "workspace:*",
3939
"@shio/tsconfig": "workspace:*",
4040
"@shio/type": "workspace:*",
41-
"@storybook/react": "7.4.6",
42-
"@types/react": "18.2.24",
43-
"@types/react-dom": "18.2.8",
41+
"@storybook/react": "7.6.20",
42+
"@types/react": "18.3.23",
43+
"@types/react-dom": "18.3.7",
4444
"eslint-config-shio-nextjs": "workspace:*"
4545
}
4646
}

apps/website-v2/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,31 @@
2424
"@shio/core": "workspace:*",
2525
"@shio/design-token": "workspace:*",
2626
"@shio/tailwind": "workspace:*",
27-
"@vercel/analytics": "1.0.2",
28-
"dotenv": "16.3.1",
29-
"framer-motion": "10.16.4",
27+
"@vercel/analytics": "1.5.0",
28+
"dotenv": "16.6.1",
29+
"framer-motion": "10.18.0",
3030
"graphql-tag": "2.12.6",
31-
"next": "13.5.4",
32-
"react": "18.2.0",
33-
"react-dom": "18.2.0",
34-
"sharp": "0.32.6"
31+
"next": "13.5.11",
32+
"react": "18.3.1",
33+
"react-dom": "18.3.1",
34+
"sharp": "0.34.3"
3535
},
3636
"devDependencies": {
37-
"@graphql-codegen/cli": "5.0.0",
38-
"@graphql-codegen/introspection": "4.0.0",
39-
"@graphql-codegen/typescript": "4.0.1",
40-
"@graphql-codegen/typescript-operations": "4.0.1",
41-
"@graphql-codegen/typescript-urql": "4.0.0",
42-
"@graphql-codegen/urql-introspection": "3.0.0",
37+
"@graphql-codegen/cli": "5.0.7",
38+
"@graphql-codegen/introspection": "4.0.3",
39+
"@graphql-codegen/typescript": "4.1.6",
40+
"@graphql-codegen/typescript-operations": "4.6.1",
41+
"@graphql-codegen/typescript-urql": "4.0.1",
42+
"@graphql-codegen/urql-introspection": "3.0.1",
4343
"@shio/jest": "workspace:*",
4444
"@shio/postcss": "workspace:*",
4545
"@shio/prettier": "workspace:*",
4646
"@shio/stylelint": "workspace:*",
4747
"@shio/tsconfig": "workspace:*",
4848
"@shio/type": "workspace:*",
49-
"@storybook/react": "7.4.6",
50-
"@types/react": "18.2.24",
51-
"@types/react-dom": "18.2.8",
49+
"@storybook/react": "7.6.20",
50+
"@types/react": "18.3.23",
51+
"@types/react-dom": "18.3.7",
5252
"eslint-config-shio-nextjs": "workspace:*"
5353
}
5454
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"node": ">=18.0.0 <19",
99
"pnpm": ">=8.0.0"
1010
},
11-
"packageManager": "pnpm@8.8.0",
11+
"packageManager": "pnpm@8.15.9",
1212
"volta": {
13-
"node": "18.18.0",
14-
"pnpm": "8.8.0"
13+
"node": "18.20.8",
14+
"pnpm": "8.15.9"
1515
},
1616
"scripts": {
1717
"prepare": "husky install",
@@ -22,26 +22,26 @@
2222
"website-v2": "pnpm --filter @shio/website-v2"
2323
},
2424
"devDependencies": {
25-
"@types/eslint": "8.44.3",
26-
"@types/jest": "29.5.5",
27-
"@types/node": "20.8.2",
25+
"@types/eslint": "8.56.12",
26+
"@types/jest": "29.5.14",
27+
"@types/node": "20.19.10",
2828
"cross-env": "7.0.3",
29-
"dotenv-cli": "7.3.0",
30-
"eslint": "8.50.0",
29+
"dotenv-cli": "7.4.4",
30+
"eslint": "8.57.1",
3131
"husky": "8.0.3",
3232
"jest": "29.7.0",
3333
"lint-staged": "14.0.1",
34-
"prettier": "3.0.3",
35-
"rimraf": "5.0.5",
36-
"stylelint": "15.10.3",
37-
"ts-jest": "29.1.1",
38-
"ts-node": "10.9.1",
39-
"turbo": "1.10.14",
40-
"typescript": "5.2.2"
34+
"prettier": "3.6.2",
35+
"rimraf": "5.0.10",
36+
"stylelint": "15.11.0",
37+
"ts-jest": "29.4.1",
38+
"ts-node": "10.9.2",
39+
"turbo": "1.13.4",
40+
"typescript": "5.9.2"
4141
},
4242
"pnpm": {
4343
"overrides": {
44-
"esbuild-register": "3.4.2"
44+
"esbuild-register": "3.6.0"
4545
},
4646
"patchedDependencies": {
4747

packages/core/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@
1414
"test": "jest --silent=false --verbose false --passWithNoTests"
1515
},
1616
"dependencies": {
17-
"@radix-ui/react-select": "2.0.0",
17+
"@radix-ui/react-select": "2.2.5",
1818
"@shio/design-token": "workspace:*",
1919
"@shio/tailwind": "workspace:*",
20-
"dotenv": "16.3.1",
21-
"framer-motion": "10.16.4",
22-
"next": "13.5.4",
23-
"next-themes": "0.2.1",
24-
"react": "18.2.0",
25-
"react-dom": "18.2.0",
26-
"react-icons": "4.11.0",
27-
"ts-pattern": "5.0.5"
20+
"dotenv": "16.6.1",
21+
"framer-motion": "10.18.0",
22+
"next": "13.5.11",
23+
"next-themes": "0.4.6",
24+
"react": "18.3.1",
25+
"react-dom": "18.3.1",
26+
"react-icons": "4.12.0",
27+
"ts-pattern": "5.8.0"
2828
},
2929
"devDependencies": {
3030
"@shio/jest": "workspace:*",
3131
"@shio/postcss": "workspace:*",
3232
"@shio/prettier": "workspace:*",
3333
"@shio/tsconfig": "workspace:*",
3434
"@shio/type": "workspace:*",
35-
"@storybook/nextjs": "7.4.6",
36-
"@storybook/react": "7.4.6",
37-
"@types/react": "18.2.24",
38-
"@types/react-dom": "18.2.8",
35+
"@storybook/nextjs": "7.6.20",
36+
"@storybook/react": "7.6.20",
37+
"@types/react": "18.3.23",
38+
"@types/react-dom": "18.3.7",
3939
"eslint-config-shio-react": "workspace:*"
4040
}
4141
}

packages/eslint/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"lint:fix": "eslint './**/*.*json' --fix"
1010
},
1111
"devDependencies": {
12-
"@typescript-eslint/eslint-plugin": "6.7.4",
13-
"@typescript-eslint/parser": "6.7.4",
12+
"@typescript-eslint/eslint-plugin": "6.21.0",
13+
"@typescript-eslint/parser": "6.21.0",
1414
"eslint-config-airbnb-base": "15.0.0",
1515
"eslint-config-airbnb-typescript": "17.1.0",
16-
"eslint-config-next": "13.5.4",
17-
"eslint-config-prettier": "9.0.0",
16+
"eslint-config-next": "13.5.11",
17+
"eslint-config-prettier": "9.1.2",
1818
"eslint-config-shio-base": "workspace:*",
19-
"eslint-import-resolver-typescript": "3.6.1",
19+
"eslint-import-resolver-typescript": "3.10.1",
2020
"eslint-plugin-json": "3.1.0",
21-
"eslint-plugin-jsx-a11y": "6.7.1",
22-
"eslint-plugin-prettier": "5.0.0",
23-
"eslint-plugin-react": "7.33.2",
24-
"eslint-plugin-storybook": "0.6.14",
25-
"eslint-plugin-tailwindcss": "3.13.0"
21+
"eslint-plugin-jsx-a11y": "6.10.2",
22+
"eslint-plugin-prettier": "5.5.4",
23+
"eslint-plugin-react": "7.37.5",
24+
"eslint-plugin-storybook": "0.12.0",
25+
"eslint-plugin-tailwindcss": "3.18.2"
2626
}
2727
}

packages/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"devDependencies": {
1515
"@shio/prettier": "workspace:*",
1616
"@shio/tsconfig": "workspace:*",
17-
"@types/jest": "29.5.5",
17+
"@types/jest": "29.5.14",
1818
"eslint-config-shio-esm": "workspace:*",
1919
"jest": "29.7.0",
2020
"jest-environment-jsdom": "29.7.0",
21-
"next": "13.5.4",
22-
"ts-jest": "29.1.1"
21+
"next": "13.5.11",
22+
"ts-jest": "29.4.1"
2323
}
2424
}

packages/postcss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"devDependencies": {
1616
"@shio/prettier": "workspace:*",
17-
"autoprefixer": "10.4.16",
17+
"autoprefixer": "10.4.21",
1818
"eslint-config-shio-base": "workspace:*",
19-
"postcss": "8.4.31",
19+
"postcss": "8.5.6",
2020
"postcss-import": "15.1.0",
21-
"tailwindcss": "3.3.3"
21+
"tailwindcss": "3.4.17"
2222
}
2323
}

0 commit comments

Comments
 (0)