Skip to content

Commit 3169583

Browse files
authored
chore: update dependencies (#286)
1 parent a5ba18e commit 3169583

File tree

3 files changed

+741
-694
lines changed

3 files changed

+741
-694
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"test": "jest"
3434
},
3535
"dependencies": {
36-
"@lwc/compiler": "2.20.3",
37-
"@lwc/engine-dom": "2.20.3",
38-
"@lwc/jest-preset": "^11.4.0",
39-
"@lwc/jest-resolver": "^11.4.0",
40-
"@lwc/jest-serializer": "^11.4.0",
41-
"@lwc/jest-transformer": "^11.4.0",
42-
"@lwc/module-resolver": "2.20.3",
43-
"@lwc/synthetic-shadow": "2.20.3",
44-
"@lwc/wire-service": "2.20.3",
36+
"@lwc/compiler": "2.23.2",
37+
"@lwc/engine-dom": "2.23.2",
38+
"@lwc/jest-preset": "^11.5.0",
39+
"@lwc/jest-resolver": "^11.5.0",
40+
"@lwc/jest-serializer": "^11.5.0",
41+
"@lwc/jest-transformer": "^11.5.0",
42+
"@lwc/module-resolver": "2.23.2",
43+
"@lwc/synthetic-shadow": "2.23.2",
44+
"@lwc/wire-service": "2.23.2",
4545
"@salesforce/wire-service-jest-util": "4.0.0",
4646
"chalk": "^4.1.2",
4747
"fast-glob": "^3.2.10",
48-
"jest": "^28.1.3",
49-
"jest-environment-jsdom": "^28.1.3",
48+
"jest": "^29.0.1",
49+
"jest-environment-jsdom": "^29.0.1",
5050
"yargs": "~17.5.1"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.18.9",
53+
"@babel/core": "^7.18.13",
5454
"@babel/eslint-parser": "^7.18.9",
55-
"@babel/plugin-proposal-decorators": "^7.18.9",
56-
"eslint": "^8.20.0",
55+
"@babel/plugin-proposal-decorators": "^7.18.10",
56+
"eslint": "^8.23.0",
5757
"husky": "^8.0.1",
5858
"isbinaryfile": "^5.0.0",
5959
"lint-staged": "^13.0.3",

tests/__snapshots__/help.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Options:
1616
--debug Run tests in debug mode
1717
(https://jestjs.io/docs/en/troubleshooting)
1818
[boolean] [default: false]
19-
--skipApiVersionCheck Disable the \\"sourceApiVersion\\" field check before
19+
--skipApiVersionCheck Disable the "sourceApiVersion" field check before
2020
running tests. **Warning** By disabling this check
2121
you risk running tests against stale versions of
2222
the framework. See details here:

0 commit comments

Comments
 (0)