Skip to content

Commit 924e7cb

Browse files
committed
feat: upgrade packages
1 parent b21d427 commit 924e7cb

File tree

6 files changed

+3962
-4043
lines changed

6 files changed

+3962
-4043
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

1212
[*.json]
13-
indent_style = tab
13+
indent_style = space
1414

1515
[*.cdc]
1616
indent_style = space

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "astro/config";
22
import UnoCSS from "unocss/astro";
33
import vue from "@astrojs/vue";
44
import svgLoader from "vite-svg-loader";
5-
import vercel from "@astrojs/vercel/serverless";
5+
import vercel from "@astrojs/vercel";
66

77
// https://astro.build/config
88
export default defineConfig({

package.json

+29-30
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,60 @@
11
{
22
"name": "@fixes/token-list",
3-
"version": "1.0.0",
3+
"version": "1.0.0",
44
"type": "module",
55
"description": "A website and endpoint for the on-chain list of Flow Standard Fungible Tokens (FTs)",
66
"engines": {
7-
"node": ">=22.0.0"
7+
"node": ">=18.0.0"
88
},
99
"scripts": {
1010
"dev": "astro dev",
1111
"start": "astro dev",
1212
"build": "astro check && astro build",
1313
"preview": "astro preview",
1414
"astro": "astro",
15-
"deploy:emulator": "flow project deploy --update",
16-
"deploy:testnet": "flow project deploy --update --network=testnet",
17-
"deploy:mainnet": "flow project deploy --update --network=mainnet"
15+
"deploy:emulator": "flow project deploy --update",
16+
"deploy:testnet": "flow project deploy --update --network=testnet",
17+
"deploy:mainnet": "flow project deploy --update --network=mainnet"
1818
},
1919
"keywords": [
2020
"Astro",
2121
"Flow",
2222
"Cadence"
2323
],
2424
"dependencies": {
25-
"@astrojs/vue": "^4.0.10",
26-
"@onflow/fcl": "^1.10.0",
25+
"@astrojs/vue": "^5.0.1",
26+
"@onflow/fcl": "^1.13.1",
2727
"@onflow/fcl-wc": "5.0.2",
28-
"@vercel/analytics": "^1.2.2",
29-
"@vercel/edge": "^1.1.1",
28+
"@vercel/analytics": "^1.4.1",
29+
"@vercel/edge": "^1.1.3",
3030
"@vercel/kv": "^1.0.1",
31-
"@vueuse/components": "^10.9.0",
32-
"@vueuse/core": "^10.9.0",
33-
"astro": "^4.5.12",
34-
"dompurify": "^3.0.11",
35-
"highlight.js": "^11.9.0",
36-
"js-base64": "^3.7.7",
37-
"nft.storage": "^7.1.1",
38-
"qiniu": "^7.12.0",
39-
"qiniu-js": "^3.4.2",
40-
"typescript": "^5.4.3",
31+
"@vueuse/components": "^10.11.1",
32+
"@vueuse/core": "^10.11.1",
33+
"astro": "^5.0.3",
34+
"dompurify": "^3.2.2",
35+
"highlight.js": "^11.10.0",
36+
"js-base64": "^3.7.7",
37+
"qiniu": "^7.14.0",
38+
"qiniu-js": "^3.4.2",
39+
"typescript": "^5.7.2",
4140
"uuid": "^9.0.1",
42-
"vue": "^3.4.21"
41+
"vue": "^3.5.13"
4342
},
4443
"devDependencies": {
45-
"@astrojs/check": "^0.5.10",
46-
"@astrojs/vercel": "^7.5.1",
47-
"@babel/core": "^7.24.3",
48-
"@iconify-json/carbon": "^1.1.31",
49-
"@onflow/config": "^1.3.0",
50-
"@onflow/typedefs": "^1.3.0",
51-
"@onflow/types": "^1.3.0",
44+
"@astrojs/check": "^0.9.4",
45+
"@astrojs/vercel": "^8.0.0",
46+
"@babel/core": "^7.26.0",
47+
"@iconify-json/carbon": "^1.2.4",
48+
"@onflow/config": "^1.5.1",
49+
"@onflow/typedefs": "^1.4.0",
50+
"@onflow/types": "^1.4.1",
5251
"@types/uuid": "^9.0.8",
5352
"@unocss/preset-web-fonts": "0.59.0-beta.1",
5453
"@unocss/reset": "0.59.0-beta.1",
5554
"@unocss/transformer-variant-group": "0.59.0-beta.1",
56-
"naive-ui": "^2.38.1",
57-
"prettier": "^3.2.5",
58-
"seemly": "^0.3.8",
55+
"naive-ui": "^2.40.3",
56+
"prettier": "^3.4.2",
57+
"seemly": "^0.3.9",
5958
"unocss": "0.59.0-beta.1",
6059
"unocss-preset-scrollbar": "^0.3.1",
6160
"vite-svg-loader": "^5.1.0"

0 commit comments

Comments
 (0)