Skip to content

Commit

Permalink
chore: upgrade non-vue dependencies (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jul 1, 2022
1 parent cf4761a commit 31eb117
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 359 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"test:fixtures:webpack": "cross-env TEST_WITH_WEBPACK=1 yarn test:fixtures"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.18.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/plugin-transform-typescript": "^7.18.6",
"@nuxt/kit": "^3.0.0-rc.4",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "^3.0.0-rc.4",
Expand All @@ -39,7 +39,7 @@
"cookie-es": "^0.5.0",
"defu": "^6.0.0",
"destr": "^1.1.1",
"enhanced-resolve": "^5.9.3",
"enhanced-resolve": "^5.10.0",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^2.0.2",
"externality": "^0.2.2",
Expand All @@ -60,17 +60,17 @@
"postcss": "^8",
"postcss-import": "^14.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^7.7.1",
"postcss-preset-env": "^7.7.2",
"postcss-url": "^10.1.3",
"scule": "^0.2.1",
"semver": "^7.3.7",
"std-env": "^3.1.1",
"ufo": "^0.8.4",
"unimport": "^0.3.0",
"unimport": "^0.4.1",
"unplugin": "^0.7.0",
"unplugin-vue2-script-setup": "^0.11.0",
"untyped": "^0.4.4",
"vite": "^2.9.12",
"vite": "^2.9.13",
"vite-plugin-vue2": "^2.0.1",
"vue-bundle-renderer": "^0.3.9",
"vue-template-compiler": "^2.6.14"
Expand All @@ -91,7 +91,7 @@
"jiti": "^1.14.0",
"nuxt": "^2",
"unbuild": "0.7.4",
"vitest": "^0.15.2",
"vitest": "^0.16.0",
"vue": "^2",
"vue-router": "^3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/auto-imports/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ function addDeclarationTemplates (ctx: Unimport) {

addTemplate({
filename: 'types/auto-imports.d.ts',
getContents: () => '// Generated by auto imports\n' + ctx.generateTypeDecarations({ resolvePath: r })
getContents: () => '// Generated by auto imports\n' + ctx.generateTypeDeclarations({ resolvePath: r })
})
}
Loading

0 comments on commit 31eb117

Please sign in to comment.