fix(deps): update all non-major dependencies
This commit is contained in:
parent
00e5d6b715
commit
e79881f03d
2 changed files with 154 additions and 666 deletions
802
package-lock.json
generated
802
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
|
@ -25,7 +25,7 @@
|
||||||
"check": "concurrently npm:*:check"
|
"check": "concurrently npm:*:check"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/dom": "1.4.4",
|
"@floating-ui/dom": "1.4.5",
|
||||||
"iconify-icon": "1.0.8",
|
"iconify-icon": "1.0.8",
|
||||||
"nanoid": "4.0.2"
|
"nanoid": "4.0.2"
|
||||||
},
|
},
|
||||||
|
|
@ -34,8 +34,8 @@
|
||||||
"@astrojs/react": "2.2.1",
|
"@astrojs/react": "2.2.1",
|
||||||
"@astrojs/tailwind": "4.0.0",
|
"@astrojs/tailwind": "4.0.0",
|
||||||
"@percy/cli": "1.26.2",
|
"@percy/cli": "1.26.2",
|
||||||
"@types/marked": "5.0.0",
|
"@types/marked": "5.0.1",
|
||||||
"astro": "2.8.0",
|
"astro": "2.8.3",
|
||||||
"astro-compress": "1.1.49",
|
"astro-compress": "1.1.49",
|
||||||
"concurrently": "8.2.0",
|
"concurrently": "8.2.0",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "2.30.0",
|
||||||
|
|
@ -46,16 +46,16 @@
|
||||||
"marked": "5.1.1",
|
"marked": "5.1.1",
|
||||||
"move-file-cli": "3.0.0",
|
"move-file-cli": "3.0.0",
|
||||||
"photoswipe": "5.3.8",
|
"photoswipe": "5.3.8",
|
||||||
"postcss": "8.4.25",
|
"postcss": "8.4.26",
|
||||||
"prettier": "2.8.8",
|
"prettier": "2.8.8",
|
||||||
"prettier-plugin-astro": "0.10.0",
|
"prettier-plugin-astro": "0.11.0",
|
||||||
"prettier-plugin-tailwindcss": "0.3.0",
|
"prettier-plugin-tailwindcss": "0.4.1",
|
||||||
"puppeteer": "20.8.0",
|
"puppeteer": "20.8.2",
|
||||||
"puppeteer-report": "3.1.0",
|
"puppeteer-report": "3.1.0",
|
||||||
"rollup-plugin-visualizer": "5.9.2",
|
"rollup-plugin-visualizer": "5.9.2",
|
||||||
"tailwindcss": "3.3.2",
|
"tailwindcss": "3.3.3",
|
||||||
"ts-node": "10.9.1",
|
"ts-node": "10.9.1",
|
||||||
"type-fest": "3.13.0",
|
"type-fest": "3.13.1",
|
||||||
"typescript": "5.1.6"
|
"typescript": "5.1.6"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue