Updated to Astro V2.0
This commit is contained in:
parent
8ad42cfa89
commit
e6da9611fa
2 changed files with 14 additions and 2 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -8,7 +8,8 @@
|
|||
"name": "@firq/fgosite",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"astro": "^2.0.2"
|
||||
"astro": "^2.0.2",
|
||||
"iconoir": "^6.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
@ -2146,6 +2147,11 @@
|
|||
"node": ">=12.20.0"
|
||||
}
|
||||
},
|
||||
"node_modules/iconoir": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/iconoir/-/iconoir-6.1.0.tgz",
|
||||
"integrity": "sha512-K8Jrqkp51MdcDBzfiSY2vt9gHsujwEmoOHlWI2Wk++cgVvR1bP+fMLFmwBTPHduZ3aOK95snE6rUmlLPH7Yhnw=="
|
||||
},
|
||||
"node_modules/ieee754": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
||||
|
@ -6423,6 +6429,11 @@
|
|||
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
|
||||
"integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ=="
|
||||
},
|
||||
"iconoir": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/iconoir/-/iconoir-6.1.0.tgz",
|
||||
"integrity": "sha512-K8Jrqkp51MdcDBzfiSY2vt9gHsujwEmoOHlWI2Wk++cgVvR1bP+fMLFmwBTPHduZ3aOK95snE6rUmlLPH7Yhnw=="
|
||||
},
|
||||
"ieee754": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.2"
|
||||
"astro": "^2.0.2",
|
||||
"iconoir": "^6.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue