Skip to content

Commit 6340e4e

Browse files
chore(deps): update app dependencies
1 parent a2b5d1a commit 6340e4e

File tree

3 files changed

+601
-430
lines changed

3 files changed

+601
-430
lines changed

apps/mvp/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@
1515
"@repo/sanity-config": "workspace:*",
1616
"@sanity/image-url": "^1.0.2",
1717
"@sanity/preview-url-secret": "^1.6.17",
18-
"@sanity/vision": "3.52.4",
19-
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
18+
"@sanity/vision": "3.57.3",
19+
"babel-plugin-react-compiler": "0.0.0-experimental-de2cfda-20240912",
2020
"groqd": "^0.15.11",
2121
"next": "15.0.0-rc.0",
2222
"next-sanity": "workspace:*",
2323
"react": "19.0.0-rc.0",
2424
"react-dom": "19.0.0-rc.0",
25-
"sanity": "3.52.4"
25+
"sanity": "3.57.3"
2626
},
2727
"devDependencies": {
2828
"@next/bundle-analyzer": "15.0.0-rc.0",
2929
"@next/env": "15.0.0-rc.0",
3030
"@repo/typescript-config": "workspace:*",
31-
"@types/react": "^18.3.3",
31+
"@types/react": "^18.3.6",
3232
"@typescript-eslint/eslint-plugin": "^7.18.0",
3333
"autoprefixer": "^10.4.20",
3434
"eslint": "^8.57.0",
3535
"eslint-config-next": "15.0.0-rc.0",
3636
"eslint-config-prettier": "^9.1.0",
3737
"eslint-gitignore": "^0.1.0",
3838
"eslint-plugin-simple-import-sort": "^12.1.1",
39-
"postcss": "^8.4.41",
39+
"postcss": "^8.4.47",
4040
"server-only": "^0.0.1",
41-
"tailwindcss": "^3.4.7",
42-
"typescript": "5.5.3"
41+
"tailwindcss": "^3.4.11",
42+
"typescript": "5.6.2"
4343
},
4444
"engines": {
4545
"node": "20"

apps/static/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@
1515
"@repo/sanity-config": "workspace:*",
1616
"@sanity/client": "^6.20.1",
1717
"@sanity/image-url": "^1.0.2",
18-
"@sanity/vision": "3.52.4",
18+
"@sanity/vision": "3.57.3",
1919
"groqd": "^0.15.11",
2020
"next": "15.0.0-rc.0",
2121
"next-sanity": "workspace:*",
2222
"react": "19.0.0-rc.0",
2323
"react-dom": "19.0.0-rc.0",
24-
"sanity": "3.52.4"
24+
"sanity": "3.57.3"
2525
},
2626
"devDependencies": {
2727
"@next/bundle-analyzer": "15.0.0-rc.0",
2828
"@next/env": "15.0.0-rc.0",
2929
"@repo/typescript-config": "workspace:*",
30-
"@types/react": "^18.3.3",
30+
"@types/react": "^18.3.6",
3131
"@typescript-eslint/eslint-plugin": "^7.18.0",
3232
"autoprefixer": "^10.4.20",
3333
"eslint": "^8.57.0",
3434
"eslint-config-next": "15.0.0-rc.0",
3535
"eslint-config-prettier": "^9.1.0",
3636
"eslint-gitignore": "^0.1.0",
3737
"eslint-plugin-simple-import-sort": "^12.1.1",
38-
"postcss": "^8.4.41",
38+
"postcss": "^8.4.47",
3939
"server-only": "^0.0.1",
40-
"tailwindcss": "^3.4.7",
41-
"typescript": "5.5.3"
40+
"tailwindcss": "^3.4.11",
41+
"typescript": "5.6.2"
4242
}
4343
}

0 commit comments

Comments
 (0)