Skip to content

Commit

Permalink
Upgrade to Jest@18 and latest version of LWC (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus authored Jun 1, 2022
1 parent fd2cbad commit 9922782
Show file tree
Hide file tree
Showing 2 changed files with 1,393 additions and 1,564 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,29 @@
"test": "jest"
},
"dependencies": {
"@lwc/compiler": "2.7.1",
"@lwc/engine-dom": "2.7.1",
"@lwc/jest-preset": "11.2.2",
"@lwc/jest-resolver": "11.2.2",
"@lwc/jest-serializer": "11.2.2",
"@lwc/jest-transformer": "11.2.2",
"@lwc/module-resolver": "2.7.1",
"@lwc/synthetic-shadow": "2.7.1",
"@lwc/wire-service": "2.7.1",
"@lwc/compiler": "2.14.0",
"@lwc/engine-dom": "2.14.0",
"@lwc/jest-preset": "^11.4.0",
"@lwc/jest-resolver": "^11.4.0",
"@lwc/jest-serializer": "^11.4.0",
"@lwc/jest-transformer": "^11.4.0",
"@lwc/module-resolver": "2.14.0",
"@lwc/synthetic-shadow": "2.14.0",
"@lwc/wire-service": "2.14.0",
"@salesforce/wire-service-jest-util": "4.0.0",
"chalk": "~4.1.2",
"chalk": "^4.1.2",
"fast-glob": "^3.2.10",
"jest": "27.4.7",
"yargs": "~17.3.1"
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"yargs": "~17.5.1"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.16.7",
"eslint": "^8.6.0",
"husky": "^7.0.4",
"isbinaryfile": "^4.0.8",
"husky": "^8.0.1",
"isbinaryfile": "^5.0.0",
"lint-staged": "^12.1.7",
"prettier": "^2.5.1"
},
Expand Down
Loading

0 comments on commit 9922782

Please sign in to comment.