Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Apr 29, 2024
1 parent 3c1285c commit 428eda1
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 612 deletions.
14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/netlify": "^5.2.0",
"@astrojs/react": "^3.3.0",
"@astrojs/react": "^3.3.1",
"@astrojs/tailwind": "^5.1.0",
"@astrolicious/i18n": "workspace:*",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"astro": "^4.6.3",
"i18next": "^23.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^4.7.0",
"i18next": "^23.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@astrojs/starlight-tailwind": "^2.0.2",
"@astrojs/tailwind": "^5.1.0",
"@expressive-code/plugin-line-numbers": "^0.35.2",
"astro": "^4.6.3",
"astro": "^4.7.0",
"sharp": "^0.33.3",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:fix": "biome check --apply ."
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@biomejs/biome": "1.7.1",
"@changesets/cli": "^2.27.1"
}
}
8 changes: 4 additions & 4 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"i18next": "^23.0.0"
},
"dependencies": {
"@inox-tools/aik-route-config": "^0.4.1",
"astro-integration-kit": "^0.11.0",
"astro-pages": "^0.2.1",
"@inox-tools/aik-route-config": "^0.4.2",
"astro-integration-kit": "^0.13.1",
"astro-pages": "^0.3.0",
"sitemap": "^7.1.1",
"typescript": "^5.4.5",
"ufo": "^1.5.3",
"vite": "^5.2.9"
"vite": "^5.2.10"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
14 changes: 7 additions & 7 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.3.0",
"@astrojs/react": "^3.3.1",
"@astrojs/tailwind": "^5.1.0",
"@astrolicious/i18n": "workspace:*",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"astro": "^4.6.3",
"i18next": "^23.11.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^4.7.0",
"i18next": "^23.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"astro-integration-kit": "^0.11.0"
"astro-integration-kit": "^0.13.1"
}
}
Loading

0 comments on commit 428eda1

Please sign in to comment.