Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
milewskibogumil committed Dec 7, 2024
1 parent 2158e20 commit f5f9640
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 25 deletions.
30 changes: 15 additions & 15 deletions apps/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/preact": "^3.5.3",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/vercel": "^7.8.1",
"@sanity/client": "^6.21.3",
"astro": "^4.15.8",
"astro-portabletext": "^0.10.0",
"@astrojs/check": "^0.9.4",
"@astrojs/preact": "^4.0.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^8.0.0",
"@sanity/client": "^6.24.1",
"astro": "^5.0.3",
"astro-portabletext": "^0.10.1",
"fslightbox": "^3.4.2",
"lenis": "^1.1.13",
"react-hook-form": "^7.53.1",
"lenis": "^1.1.18",
"react-hook-form": "^7.54.0",
"sharp-ico": "^0.1.5",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.11.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"sass": "^1.79.3"
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"sass": "^1.82.0"
},
"overrides": {
"react": "bun:@preact/compat@latest",
Expand Down
16 changes: 8 additions & 8 deletions apps/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"sanity"
],
"dependencies": {
"@sanity/vision": "^3.57.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.57.4",
"@sanity/vision": "^3.66.1",
"react": "18",
"react-dom": "18",
"sanity": "^3.66.1",
"sanity-plugin-iframe-pane": "^3.1.6",
"sanity-plugin-media": "^2.3.2",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"@types/react": "^18.3.8",
"eslint": "^9.11.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"@types/react": "^19.0.1",
"eslint": "^9.16.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
Binary file modified bun.lockb
Binary file not shown.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"turbo": "^2.3.0"
"turbo": "^2.3.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*"
]
],
"dependencies": {
"vercel": "^39.1.3"
}
}

0 comments on commit f5f9640

Please sign in to comment.