Skip to content

Commit

Permalink
feat: upgrade all deps to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Jan 2, 2024
1 parent d8a0406 commit a335ca8
Show file tree
Hide file tree
Showing 3 changed files with 1,244 additions and 1,092 deletions.
50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -47,35 +47,35 @@
"build:type": "rollup -c rollup.dts.config.js"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tsconfig/node18": "^18.2.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.17.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"changelogen": "^0.5.4",
"@rushstack/eslint-patch": "^1.6.1",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.5.1",
"changelogen": "^0.5.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"demoify": "^1.3.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"jsdom": "^22.1.0",
"demoify": "^2.1.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prettier": "^3.1.1",
"prismjs": "^1.29.0",
"rollup": "^3.28.0",
"rollup-plugin-dts": "^5.3.1",
"sass": "^1.65.1",
"typescript": "~5.1.6",
"vite": "^4.4.6",
"vite-plugin-svg4vue": "^2.16.0",
"vitest": "^0.33.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.6"
"rollup": "^4.9.2",
"rollup-plugin-dts": "^6.1.0",
"sass": "^1.69.6",
"typescript": "~5.3.3",
"vite": "^5.0.10",
"vite-plugin-svg4vue": "^3.1.0",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"fourdom": "^1.3.0"
Expand Down

0 comments on commit a335ca8

Please sign in to comment.