Skip to content

Commit

Permalink
🎈 chore: update latest deps (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz committed Jul 23, 2023
1 parent 6e6d51b commit ac7e1f4
Show file tree
Hide file tree
Showing 2 changed files with 1,560 additions and 1,541 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
"url": "https://github.com/pdsuwwz/vue-unit-ts/issues"
},
"dependencies": {
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"engines": {
"node": ">=16.15.x"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@sucrase/jest-plugin": "^3.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",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "2.3.2",
"@vue/test-utils": "2.4.1",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.5.0",
"babel-jest": "^29.6.1",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"eslint": "^8.40.0",
"eslint": "^8.45.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.13.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "29.5.0",
"eslint-plugin-vue": "^9.15.1",
"jest": "^29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest-transform-stub": "^2.0.0",
"sucrase": "^3.32.0",
"ts-jest": "29.1.0",
"typescript": "^5.0.4",
"vite": "^4.3.6",
"vue-tsc": "1.6.5"
"sucrase": "^3.34.0",
"ts-jest": "29.1.1",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vue-tsc": "1.8.6"
}
}
Loading

0 comments on commit ac7e1f4

Please sign in to comment.