Skip to content

Commit

Permalink
chore(deps): update app dependencies (#1138)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent 257ce0b commit bf77893
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 150 deletions.
10 changes: 5 additions & 5 deletions apps/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"bulma": "0.9.4",
"groq": "3.37.2",
"groqd": "0.15.10",
"next": "14.2.0",
"next-sanity": "9.0.1",
"next": "14.2.1",
"next-sanity": "9.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.0",
"@next/bundle-analyzer": "14.2.1",
"@types/node": "^18.18.6",
"@types/react": "^18.2.77",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"eslint-config-next": "14.2.0",
"eslint-config-next": "14.2.1",
"typescript": "^5.4.5"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions apps/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"bulma": "0.9.4",
"groq": "3.37.2",
"groqd": "0.15.10",
"next": "14.2.0",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.0",
"@next/bundle-analyzer": "14.2.1",
"@types/node": "^18.18.6",
"@types/react": "^18.2.77",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"eslint-config-next": "14.2.0",
"eslint-config-next": "14.2.1",
"typescript": "^5.4.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@remix-run/dev": "2.8.1",
"@remix-run/eslint-config": "2.8.1",
"@remix-run/serve": "2.8.1",
"@types/react": "^18.2.77",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"eslint": "^8.57.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@sanity/icons": "2.11.8",
"@sanity/presentation": "1.12.3",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.1.2",
"@sanity/ui": "2.1.3",
"@sanity/vision": "3.37.2",
"@types/react": "^18.2.77",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"esbuild": "^0.20.2",
"esbuild-register": "^3.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"groqd": "0.15.10"
},
"devDependencies": {
"@sanity/pkg-utils": "6.6.1",
"@types/react": "^18.2.77",
"@sanity/pkg-utils": "6.6.5",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
Expand All @@ -64,7 +64,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"react": "18.2.0",
"rimraf": "5.0.1",
"typescript": "5.4.5"
Expand Down
Loading

0 comments on commit bf77893

Please sign in to comment.