mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
updated Bun and packages
This commit is contained in:
parent
80dbbc1d92
commit
4121caf629
3 changed files with 1031 additions and 9 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
18
package.json
18
package.json
|
|
@ -11,19 +11,19 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/svelte": "^6.0.2",
|
||||
"@astrojs/tailwind": "^5.0.0",
|
||||
"astro": "^4.16.8",
|
||||
"caniuse-lite": "^1.0.30001684",
|
||||
"@astrojs/tailwind": "^5.1.5",
|
||||
"astro": "^4.16.18",
|
||||
"caniuse-lite": "^1.0.30001698",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.45",
|
||||
"svelte": "^5.2.11",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"typescript": "^5.6.3"
|
||||
"moment-timezone": "^0.5.47",
|
||||
"svelte": "^5.19.9",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.0.3",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-svelte": "^3.0.3",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"@sveltejs/vite-plugin-svelte": "5.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue