Skip to content

Commit d43e81e

Browse files
committed
chore: create lockfile
1 parent f020571 commit d43e81e

3 files changed

Lines changed: 10872 additions & 3 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
*.log*
3+
dist
4+
.output
5+
.nuxt

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
2222
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
2323
"@babel/plugin-transform-typescript": "^7.16.8",
24-
"@nuxt/kit": "3.0.0",
24+
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
2525
"@nuxt/postcss8": "^1.1.3",
26-
"@nuxt/schema": "3.0.0",
26+
"@nuxt/schema": "npm:@nuxt/schema-edge@latest",
2727
"@nuxt/ui-templates": "npm:@nuxt/ui-templates-edge@latest",
2828
"@vitejs/plugin-legacy": "^1.8.0",
2929
"@vue/composition-api": "^1.4.9",
@@ -46,7 +46,7 @@
4646
"murmurhash-es": "^0.1.1",
4747
"nitropack": "^0.2.1",
4848
"node-fetch": "^3.2.3",
49-
"nuxi": "3.0.0",
49+
"nuxi": "npm:nuxi-edge@latest",
5050
"ohash": "^0.1.0",
5151
"pathe": "^0.2.0",
5252
"perfect-debounce": "^0.1.3",

0 commit comments

Comments
 (0)