Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Jan 27, 2022
1 parent fe09334 commit f9dc79b
Showing 5 changed files with 1,821 additions and 1,335 deletions.
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -11,16 +11,16 @@
"etag": "^1.8.1",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"svgo": "^2.7.0",
"vue": "^3.2.19"
"svgo": "^2.8.0",
"vue": "^3.2.26"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.2",
"@vitejs/plugin-vue-jsx": "^1.1.8",
"@vue/compiler-sfc": "^3.2.19",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "^3.2.26",
"cross-env": "^7.0.3",
"http-server": "^13.0.2",
"typescript": "^4.4.3",
"vite": "^2.5.10"
"http-server": "^14.0.0",
"typescript": "^4.5.4",
"vite": "^2.7.7"
}
}
58 changes: 29 additions & 29 deletions example/vite-ssr-svgIcons-error/package.json
Original file line number Diff line number Diff line change
@@ -15,42 +15,42 @@
},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^3.2.19",
"vue-router": "^4.0.11"
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.174",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@vitejs/plugin-vue": "^1.9.2",
"@vue/compiler-sfc": "^3.2.19",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/server-renderer": "^3.2.19",
"@vue/test-utils": "^2.0.0-rc.15",
"autoprefixer": "^10.3.6",
"@testing-library/jest-dom": "^5.16.1",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/server-renderer": "^3.2.26",
"@vue/test-utils": "^2.0.0-rc.18",
"autoprefixer": "^10.4.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^7.18.0",
"express": "^4.17.1",
"eslint": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.2.0",
"express": "^4.17.2",
"glob": "^7.2.0",
"husky": "^7.0.2",
"inquirer": "^8.1.5",
"jest": "^27.2.2",
"jest-extended": "^0.11.5",
"lint-staged": "^11.1.2",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"jest": "^27.4.5",
"jest-extended": "^1.2.0",
"lint-staged": "^12.1.4",
"mkdirp": "^1.0.4",
"postcss": "^8.3.8",
"serve-static": "^1.14.1",
"tailwindcss": "^2.2.16",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3",
"vite": "^2.5.10",
"postcss": "^8.4.5",
"serve-static": "^1.14.2",
"tailwindcss": "^3.0.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4",
"vite": "^2.7.7",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "^0.3.0"
"vue-tsc": "^0.30.1"
},
"husky": {
"hooks": {
Loading
Oops, something went wrong.

0 comments on commit f9dc79b

Please sign in to comment.