Updated dependencies and added playwright
This commit is contained in:
parent
e36565b042
commit
1af1261220
2 changed files with 429 additions and 133 deletions
15
package.json
15
package.json
|
|
@ -6,17 +6,20 @@
|
|||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^5.1.0",
|
||||
"@itsmatteomanf/astro-robots-txt": "^0.2.0",
|
||||
"astro": "^5.12.4",
|
||||
"astro-compressor": "^1.1.0",
|
||||
"astro": "^5.13.3",
|
||||
"astro-compressor": "^1.1.2",
|
||||
"lightningcss": "^1.30.1",
|
||||
"solid-js": "^1.9.7"
|
||||
"solid-js": "^1.9.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass-embedded": "^1.89.2"
|
||||
"@playwright/test": "^1.55.0",
|
||||
"@types/node": "^24.3.0",
|
||||
"sass-embedded": "^1.91.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue