pnpm update
This commit is contained in:
parent
ace6603241
commit
3ed2010a34
3 changed files with 3429 additions and 3576 deletions
24
package.json
24
package.json
|
@ -11,20 +11,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.5.10",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@tsparticles/basic": "^3.3.0",
|
||||
"@tsparticles/engine": "^3.3.0",
|
||||
"@tsparticles/interaction-particles-links": "^3.3.0",
|
||||
"@tsparticles/move-parallax": "^3.3.0",
|
||||
"astro": "^4.5.12",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"typescript": "^5.4.3"
|
||||
"@astrojs/tailwind": "^5.1.2",
|
||||
"@tsparticles/basic": "^3.5.0",
|
||||
"@tsparticles/engine": "^3.5.0",
|
||||
"@tsparticles/interaction-particles-links": "^3.5.0",
|
||||
"@tsparticles/move-parallax": "^3.5.0",
|
||||
"astro": "^4.16.10",
|
||||
"tailwindcss": "^3.4.14",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clsx": "^2.1.0",
|
||||
"prettier": "^3.2.5",
|
||||
"clsx": "^2.1.1",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-astro": "^0.13.0",
|
||||
"sharp": "^0.33.3",
|
||||
"tailwind-merge": "^2.2.2"
|
||||
"sharp": "^0.33.5",
|
||||
"tailwind-merge": "^2.5.4"
|
||||
}
|
||||
}
|
6944
pnpm-lock.yaml
6944
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
1
src/env.d.ts
vendored
1
src/env.d.ts
vendored
|
@ -1 +1,2 @@
|
|||
/// <reference path="../.astro/types.d.ts" />
|
||||
/// <reference types="astro/client" />
|
||||
|
|
Loading…
Reference in a new issue