Skip to content

Commit

Permalink
chore: Update deps (#307)
Browse files Browse the repository at this point in the history
* Update minor deps

* Update major deps
  • Loading branch information
afontcu committed Oct 20, 2023
1 parent 675a4fb commit 015de7d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,35 +43,37 @@
"author": "Daniel Cook",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@testing-library/dom": "^9.0.1",
"@vue/test-utils": "^2.3.1"
"@babel/runtime": "^7.23.2",
"@testing-library/dom": "^9.3.3",
"@vue/test-utils": "^2.4.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.23.2",
"@element-plus/icons-vue": "^2.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@types/estree": "^1.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"@vue/vue3-jest": "^29.2.3",
"axios": "^1.3.4",
"element-plus": "^2.2.36",
"eslint-plugin-vue": "^9.9.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/user-event": "^14.5.1",
"@types/estree": "^1.0.3",
"@vue/compiler-sfc": "^3.3.5",
"@vue/server-renderer": "^3.3.5",
"@vue/vue3-jest": "^29.2.6",
"axios": "^1.5.1",
"element-plus": "^2.4.1",
"eslint-plugin-vue": "^9.17.0",
"isomorphic-unfetch": "^4.0.2",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"jest-serializer-vue": "^3.1.0",
"kcd-scripts": "^13.0.0",
"kcd-scripts": "^14.0.0",
"lodash.merge": "^4.6.2",
"msw": "^1.1.0",
"tsd": "^0.27.0",
"typescript": "^4.9.5",
"vee-validate": "^4.7.4",
"vue": "^3.2.47",
"vue-eslint-parser": "^9.1.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"msw": "^1.3.2",
"tsd": "^0.29.0",
"typescript": "^5.2.2",
"vee-validate": "^4.11.8",
"vue": "^3.3.5",
"vue-eslint-parser": "^9.3.2",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/teleport.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {defineComponent} from 'vue'
import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'
import {render, fireEvent} from '..'

const ModalButton = defineComponent({
Expand Down

0 comments on commit 015de7d

Please sign in to comment.