Skip to content

Commit

Permalink
chore: update dependencies (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Aug 31, 2022
1 parent a5ba18e commit 3169583
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 694 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"test": "jest"
},
"dependencies": {
"@lwc/compiler": "2.20.3",
"@lwc/engine-dom": "2.20.3",
"@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.20.3",
"@lwc/synthetic-shadow": "2.20.3",
"@lwc/wire-service": "2.20.3",
"@lwc/compiler": "2.23.2",
"@lwc/engine-dom": "2.23.2",
"@lwc/jest-preset": "^11.5.0",
"@lwc/jest-resolver": "^11.5.0",
"@lwc/jest-serializer": "^11.5.0",
"@lwc/jest-transformer": "^11.5.0",
"@lwc/module-resolver": "2.23.2",
"@lwc/synthetic-shadow": "2.23.2",
"@lwc/wire-service": "2.23.2",
"@salesforce/wire-service-jest-util": "4.0.0",
"chalk": "^4.1.2",
"fast-glob": "^3.2.10",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.0.1",
"yargs": "~17.5.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-decorators": "^7.18.9",
"eslint": "^8.20.0",
"@babel/plugin-proposal-decorators": "^7.18.10",
"eslint": "^8.23.0",
"husky": "^8.0.1",
"isbinaryfile": "^5.0.0",
"lint-staged": "^13.0.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/help.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Options:
--debug Run tests in debug mode
(https://jestjs.io/docs/en/troubleshooting)
[boolean] [default: false]
--skipApiVersionCheck Disable the \\"sourceApiVersion\\" field check before
--skipApiVersionCheck Disable the "sourceApiVersion" field check before
running tests. **Warning** By disabling this check
you risk running tests against stale versions of
the framework. See details here:
Expand Down
Loading

0 comments on commit 3169583

Please sign in to comment.