Skip to content

Commit

Permalink
feat: upgrade vue 3.3 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored May 16, 2023
1 parent a46b83b commit 9f486cd
Show file tree
Hide file tree
Showing 3 changed files with 1,570 additions and 1,540 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
[![Author](https://img.shields.io/badge/Author-Wisdom-9cf)](https://github.com/pdsuwwz)
[![License](https://img.shields.io/github/license/pdsuwwz/vite-starter?color=blue)](https://github.com/pdsuwwz/vite-starter/blob/master/LICENSE)

Unit Testing for Vite 4.x + Vue 3.x + TypeScript + Jest 29.x
Unit Testing for Vite 4.x + Vue 3.3 + TypeScript + Jest 29.x


## Environment Support

* Node >= 14.18.x
* Node >= 16.15.x

## Install

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-unit-ts",
"description": "Unit Testing for Vue 3.x + TS",
"description": "Unit Testing for Vue 3.3 + TS",
"version": "0.0.1",
"author": "Wisdom <[email protected]>",
"license": "MIT",
Expand All @@ -21,35 +21,35 @@
"url": "https://github.com/pdsuwwz/vue-unit-ts/issues"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.2"
},
"engines": {
"node": ">=14.18.0"
"node": ">=16.15.x"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@sucrase/jest-plugin": "^3.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-vue": "^4.0.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.5",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "2.3.2",
"@vue/vue3-jest": "^29.2.3",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.5.0",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"eslint": "^8.35.0",
"eslint": "^8.40.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-vue": "^9.13.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-transform-stub": "^2.0.0",
"sucrase": "^3.29.0",
"ts-jest": "29.0.5",
"typescript": "^5.0.0",
"vite": "^4.1.4",
"vue-tsc": "1.2.0"
"sucrase": "^3.32.0",
"ts-jest": "29.1.0",
"typescript": "^5.0.4",
"vite": "^4.3.6",
"vue-tsc": "1.6.5"
}
}
Loading

0 comments on commit 9f486cd

Please sign in to comment.