Skip to content

Commit

Permalink
chore(deps): update app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent a2b5d1a commit 56ea4ed
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 524 deletions.
16 changes: 8 additions & 8 deletions apps/mvp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
"@repo/sanity-config": "workspace:*",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "3.52.4",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"@sanity/vision": "3.57.3",
"babel-plugin-react-compiler": "0.0.0-experimental-ca8e0be-20240916",
"groqd": "^0.15.11",
"next": "15.0.0-rc.0",
"next-sanity": "workspace:*",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"sanity": "3.52.4"
"sanity": "3.57.3"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.0-rc.0",
"@next/env": "15.0.0-rc.0",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"server-only": "^0.0.1",
"tailwindcss": "^3.4.7",
"typescript": "5.5.3"
"tailwindcss": "^3.4.12",
"typescript": "5.6.2"
},
"engines": {
"node": "20"
Expand Down
14 changes: 7 additions & 7 deletions apps/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@
"@repo/sanity-config": "workspace:*",
"@sanity/client": "^6.20.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "3.52.4",
"@sanity/vision": "3.57.3",
"groqd": "^0.15.11",
"next": "15.0.0-rc.0",
"next-sanity": "workspace:*",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"sanity": "3.52.4"
"sanity": "3.57.3"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.0-rc.0",
"@next/env": "15.0.0-rc.0",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"server-only": "^0.0.1",
"tailwindcss": "^3.4.7",
"typescript": "5.5.3"
"tailwindcss": "^3.4.12",
"typescript": "5.6.2"
}
}
Loading

0 comments on commit 56ea4ed

Please sign in to comment.