Skip to content

Commit

Permalink
chore(deps): update nuxt core (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe committed Nov 30, 2022
1 parent d8af30e commit dda6142
Show file tree
Hide file tree
Showing 3 changed files with 710 additions and 1,005 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -55,16 +55,16 @@
"postpublish": "pinst --enable"
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.13",
"@nuxt/kit": "3.0.0",
"fontaine": "^0.2.3",
"magic-string": "^0.26.7",
"pathe": "^0.3.9",
"pathe": "^1.0.0",
"ufo": "^1.0.0"
},
"devDependencies": {
"@nuxt/module-builder": "0.2.0",
"@nuxt/schema": "3.0.0-rc.13",
"@nuxt/test-utils": "3.0.0-rc.13",
"@nuxt/module-builder": "0.2.1",
"@nuxt/schema": "3.0.0",
"@nuxt/test-utils": "3.0.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@release-it/conventional-changelog": "5.1.1",
"@types/node": "18.11.9",
Expand All @@ -79,7 +79,7 @@
"get-port-please": "2.6.1",
"husky": "8.0.2",
"lint-staged": "13.0.4",
"nuxt": "npm:nuxt3@3.0.0-rc.14-27802701.2f53495",
"nuxt": "3.0.0",
"pinst": "3.0.0",
"prettier": "2.8.0",
"release-it": "15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@nuxtjs/fontaine": "latest",
"nuxt": "3.0.0-rc.13"
"nuxt": "3.0.0"
}
}

0 comments on commit dda6142

Please sign in to comment.