Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29 (major) (#199)
Browse files Browse the repository at this point in the history
* chore(deps): update jest monorepo to v29

* Set testEnvironment for Jest to jsdom

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
winniehell and renovate[bot] committed Apr 27, 2023
1 parent 75e997d commit d7fc7b3
Show file tree
Hide file tree
Showing 2 changed files with 1,229 additions and 1,865 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/jest": "^29.5.1",
"@types/lodash.clonedeep": "^4.5.7",
"@vue/test-utils": "^1.3.5",
"codecov": "^3.8.3",
"eslint": "^7.32.0",
"eslint-config-posva": "^3.0.3",
"jest": "^26.6.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"vue": "^2.7.14",
"vue-template-compiler": "^2.7.14",
"vuex": "^3.6.2"
Expand All @@ -62,7 +63,8 @@
"<rootDir>/tests/*.js",
"<rootDir>/tests/.*.js",
"<rootDir>/tests/*/*.js"
]
],
"testEnvironment": "jsdom"
},
"homepage": "https://github.com/posva/vuex-mock-store#readme",
"dependencies": {
Expand Down

0 comments on commit d7fc7b3

Please sign in to comment.