Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: upgrade some safe dependencies and refresh lockfile
Co-authored-by: Victor <lyferov@yandex.ru>
  • Loading branch information
danielroe and Victor committed May 31, 2022
commit ca32ae765bc013cd7ebb3f4443994185159a2e9e
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"node-fetch": "^3.2.3",
"nuxi": "^0.10.1",
"ohash": "^0.1.0",
"pathe": "^0.2.0",
"pathe": "^0.3.0",
"perfect-debounce": "^0.1.3",
"postcss": "^8",
"postcss-import": "^14.1.0",
Expand All @@ -66,17 +66,17 @@
"semver": "^7.3.7",
"std-env": "^3.0.1",
"ufo": "^0.8.3",
"unimport": "^0.1.5",
"unimport": "^0.2.6",
"unplugin": "^0.6.1",
"unplugin-vue2-script-setup": "^0.10.2",
"unplugin-vue2-script-setup": "^0.11.0",
"untyped": "^0.4.4",
"vite": "^2.9.4",
"vite-plugin-vue2": "^2.0.1",
"vue-bundle-renderer": "^0.3.5",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"@nuxt/bridge": "link:./",
"@nuxt/bridge": "link:.",
"@nuxt/test-utils": "npm:@nuxt/test-utils-edge@latest",
"@nuxt/types": "^2.15.8",
"@nuxtjs/eslint-config": "^10.0.0",
Expand All @@ -91,7 +91,7 @@
"jiti": "^1.13.0",
"nuxt": "^2",
"unbuild": "0.7.4",
"vitest": "^0.9.3",
"vitest": "^0.13.0",
"vue": "^2",
"vue-router": "^3"
},
Expand Down
Loading