Skip to content

Commit 68fab9c

Browse files
fix(deps): update all non-major dependencies (#78)
1 parent 2868546 commit 68fab9c

File tree

3 files changed

+268
-255
lines changed

3 files changed

+268
-255
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313

1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616
- run: corepack enable
1717
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
1818
with:
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 5
3232

3333
steps:
34-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3535
- run: corepack enable
3636
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3737
with:
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 5
5151

5252
steps:
53-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5454
- run: corepack enable
5555
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5656
with:

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,38 @@
1717
"dependencies": {
1818
"@heroicons/react": "2.1.5",
1919
"@sanity/image-url": "1.0.2",
20-
"@sanity/vision": "3.59.1",
20+
"@sanity/vision": "3.60.0",
2121
"@t3-oss/env-nextjs": "0.11.1",
22-
"framer-motion": "11.11.1",
22+
"framer-motion": "11.11.8",
2323
"geist": "1.3.1",
24-
"next": "14.2.14",
24+
"next": "14.2.15",
2525
"next-sanity": "9.5.0",
2626
"react": "18.3.1",
2727
"react-dom": "18.3.1",
2828
"react-hook-form": "7.53.0",
2929
"react-simple-typewriter": "5.0.1",
3030
"react-social-icons": "6.18.0",
31-
"sanity": "3.59.1",
31+
"sanity": "3.60.0",
3232
"styled-components": "6.1.13",
3333
"zod": "3.23.8"
3434
},
3535
"devDependencies": {
3636
"@types/eslint": "8.56.12",
37-
"@types/node": "20.16.10",
37+
"@types/node": "20.16.11",
3838
"@types/react": "18.3.11",
39-
"@types/react-dom": "18.3.0",
40-
"@typescript-eslint/eslint-plugin": "8.8.0",
41-
"@typescript-eslint/parser": "8.8.0",
39+
"@types/react-dom": "18.3.1",
40+
"@typescript-eslint/eslint-plugin": "8.8.1",
41+
"@typescript-eslint/parser": "8.8.1",
4242
"eslint": "8.57.1",
43-
"eslint-config-next": "14.2.14",
43+
"eslint-config-next": "14.2.15",
4444
"postcss": "8.4.47",
4545
"prettier": "3.3.3",
4646
"prettier-plugin-tailwindcss": "0.6.8",
4747
"tailwindcss": "3.4.13",
48-
"typescript": "5.6.2"
48+
"typescript": "5.6.3"
4949
},
5050
"ct3aMetadata": {
5151
"initVersion": "7.33.1"
5252
},
53-
"packageManager": "[email protected].0"
53+
"packageManager": "[email protected].1"
5454
}

0 commit comments

Comments
 (0)