Skip to content

Commit

Permalink
chore: release v2.0.1 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsjtu committed Jul 11, 2023
1 parent da1ec3d commit eff4cce
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 169 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/sfdx-lwc-jest",
"version": "2.0.0",
"version": "2.0.1",
"description": "Run Jest against LWC components in a Salesforce DX workspace environment",
"main": "src/index.js",
"license": "MIT",
Expand Down Expand Up @@ -36,16 +36,16 @@
"chalk": "Cannot update to chalk@5.0.0 because it requires ESM adoption https://github.com/chalk/chalk/releases/tag/v5.0.0"
},
"dependencies": {
"@lwc/compiler": "2.49.1",
"@lwc/engine-dom": "2.49.1",
"@lwc/compiler": "3.0.1",
"@lwc/engine-dom": "3.0.1",
"@lwc/engine-server": "2.49.1",
"@lwc/jest-preset": "12.0.0",
"@lwc/jest-resolver": "12.0.0",
"@lwc/jest-serializer": "12.0.0",
"@lwc/jest-transformer": "12.0.0",
"@lwc/module-resolver": "2.49.1",
"@lwc/synthetic-shadow": "2.49.1",
"@lwc/wire-service": "2.49.1",
"@lwc/jest-preset": "12.0.3",
"@lwc/jest-resolver": "12.0.3",
"@lwc/jest-serializer": "12.0.3",
"@lwc/jest-transformer": "12.0.3",
"@lwc/module-resolver": "3.0.1",
"@lwc/synthetic-shadow": "3.0.1",
"@lwc/wire-service": "3.0.1",
"@salesforce/wire-service-jest-util": "4.0.1",
"chalk": "^4.1.2",
"fast-glob": "^3.2.12",
Expand Down
Loading

0 comments on commit eff4cce

Please sign in to comment.