Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies #286

Merged
merged 2 commits into from Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 14 additions & 14 deletions package.json
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
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