Skip to content

Commit c50a274

Browse files
chore(deps): update all non-major dependencies
1 parent 373ab18 commit c50a274

File tree

4 files changed

+768
-1292
lines changed

4 files changed

+768
-1292
lines changed

apps/website/v2/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
"@radix-ui/react-navigation-menu": "1.1.3",
2525
"@radix-ui/react-select": "1.2.2",
2626
"@radix-ui/react-switch": "1.0.3",
27-
"@t3-oss/env-nextjs": "0.4.1",
27+
"@t3-oss/env-nextjs": "0.6.0",
2828
"@vercel/analytics": "1.0.1",
29-
"@vercel/og": "0.5.7",
29+
"@vercel/og": "0.5.8",
3030
"clsx": "1.2.1",
3131
"date-fns": "2.30.0",
3232
"date-fns-tz": "2.0.0",
3333
"dotenv": "16.3.1",
34-
"framer-motion": "10.12.16",
35-
"next": "13.4.6",
34+
"framer-motion": "10.12.17",
35+
"next": "13.4.7",
3636
"next-themes": "0.2.1",
3737
"react": "18.2.0",
3838
"react-dom": "18.2.0",
39-
"react-icons": "4.9.0",
39+
"react-icons": "4.10.1",
4040
"sharp": "0.32.1",
4141
"tailwind-merge": "1.13.2",
4242
"ts-pattern": "5.0.1",
@@ -48,22 +48,22 @@
4848
"@shio/prettier": "workspace:*",
4949
"@shio/stylelint": "workspace:*",
5050
"@shio/tsconfig": "workspace:*",
51-
"@storybook/addon-a11y": "7.0.22",
52-
"@storybook/addon-essentials": "7.0.22",
53-
"@storybook/addon-viewport": "7.0.22",
54-
"@storybook/nextjs": "7.0.22",
55-
"@storybook/react": "7.0.22",
56-
"@types/react": "18.2.12",
57-
"@types/react-dom": "18.2.5",
51+
"@storybook/addon-a11y": "7.0.23",
52+
"@storybook/addon-essentials": "7.0.23",
53+
"@storybook/addon-viewport": "7.0.23",
54+
"@storybook/nextjs": "7.0.23",
55+
"@storybook/react": "7.0.23",
56+
"@types/react": "18.2.14",
57+
"@types/react-dom": "18.2.6",
5858
"@types/webpack": "5.28.1",
5959
"autoprefixer": "10.4.14",
60-
"chromatic": "6.19.8",
60+
"chromatic": "6.19.9",
6161
"eslint-config-shio-nextjs": "workspace:*",
6262
"mini-svg-data-uri": "1.4.4",
6363
"postcss": "8.4.24",
6464
"postcss-import": "15.1.0",
65-
"sass": "1.63.4",
66-
"storybook": "7.0.22",
65+
"sass": "1.63.6",
66+
"storybook": "7.0.23",
6767
"tailwind-scrollbar": "3.0.4",
6868
"tailwindcss": "3.3.2",
6969
"tailwindcss-animate": "1.0.6",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"node": ">=18.0.0 <19",
99
"pnpm": ">=8.0.0"
1010
},
11-
"packageManager": "[email protected].2",
11+
"packageManager": "[email protected].5",
1212
"volta": {
13-
"node": "18.16.0",
13+
"node": "18.16.1",
1414
"pnpm": "8.6.2"
1515
},
1616
"scripts": {
@@ -32,17 +32,17 @@
3232
"@types/node": "20.3.1",
3333
"cross-env": "7.0.3",
3434
"eslint": "8.43.0",
35-
"graphql": "16.6.0",
35+
"graphql": "16.7.1",
3636
"graphql-type-json": "0.3.2",
3737
"husky": "8.0.3",
3838
"jest": "29.5.0",
3939
"lint-staged": "13.2.2",
4040
"prettier": "2.8.8",
4141
"rimraf": "5.0.1",
42-
"stylelint": "15.8.0",
42+
"stylelint": "15.9.0",
4343
"ts-jest": "29.1.0",
4444
"ts-node": "10.9.1",
45-
"turbo": "1.10.3",
45+
"turbo": "1.10.6",
4646
"typescript": "5.1.3"
4747
}
4848
}

packages/eslint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"lint:fix": "eslint ./**/*.json --fix"
1010
},
1111
"devDependencies": {
12-
"@typescript-eslint/eslint-plugin": "5.59.11",
13-
"@typescript-eslint/parser": "5.59.11",
12+
"@typescript-eslint/eslint-plugin": "5.60.1",
13+
"@typescript-eslint/parser": "5.60.1",
1414
"eslint-config-airbnb-base": "15.0.0",
1515
"eslint-config-airbnb-typescript": "17.0.0",
16-
"eslint-config-next": "13.4.6",
16+
"eslint-config-next": "13.4.7",
1717
"eslint-config-shio-base": "workspace:*",
1818
"eslint-config-prettier": "8.8.0",
1919
"eslint-plugin-json": "3.1.0",

0 commit comments

Comments
 (0)