Skip to content

Commit

Permalink
Downgrade to jest 27
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Apr 27, 2022
1 parent 2d87a8c commit 6947f2c
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 1,439 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -373,7 +373,8 @@ jobs:
git config user.name "CircleCI"
git branch --delete --force $BRANCH || true
git checkout -b $BRANCH
yarn upgrade --latest --ignore-engines
# holding back jest to 27 due to https://github.com/vuejs/vue-jest/issues/467
yarn upgrade --latest --ignore-engines jest@^27 babel-jest@^27 jest-environment-jsdom@^27
tee pr.txt \<<EOL
[CI] update dependencies
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -89,7 +89,6 @@
"@octokit/rest": "^18.12.0",
"@quasar/app-webpack": "^3.5.1",
"@quasar/quasar-app-extension-dotenv": "^1.1.0",
"@quasar/quasar-app-extension-testing-unit-jest": "^3.0.0-alpha.10",
"@quasar/quasar-ui-qiconpicker": "^2.0.6",
"@sentry/cli": "^1.74.4",
"@storybook/addon-actions": "^6.4.22",
Expand All @@ -103,7 +102,7 @@
"@vue/vue3-jest": "^27.0.0",
"axios-mock-adapter": "^1.20.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^28.0.2",
"babel-jest": "^27",
"babel-loader": "^8.2.5",
"babel-plugin-dynamic-import-node": "^2.3.0",
"compression": "^1.7.3",
Expand All @@ -126,11 +125,12 @@
"file-saver": "^2.0.5",
"glob": "^8.0.1",
"http-proxy-middleware": "^2.0.6",
"jest": "^28.0.2",
"jest": "^27",
"jest-canvas-mock": "^2.3.1",
"jest-environment-jsdom": "^28.0.2",
"jest-environment-jsdom": "^27",
"jest-junit": "^13.2.0",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"jstoxml": "^3.2.3",
"keep-a-changelog": "^2.1.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 6947f2c

Please sign in to comment.