NPM dependencys updated
This commit is contained in:
parent
9eebbb8a3f
commit
8600177397
3 changed files with 9422 additions and 9421 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
# build output
|
||||
dist/
|
||||
.output/
|
||||
public/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
18814
package-lock.json
generated
18814
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "@example/basics",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.9.0"
|
||||
}
|
||||
"name": "@firqfgosite",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.9.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue