Skip to content

Commit ee2dc0a

Browse files
chore: update lwc dependency to prepare for spring23 (#295)
* chore: update lwc dependency to prepare for spring23 updates other dependencies * fix: add comment about unupgradable dependency
1 parent e8f8641 commit ee2dc0a

File tree

3 files changed

+435
-241
lines changed

3 files changed

+435
-241
lines changed

package.json

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,34 @@
3232
"release:publish": "npm publish --access public --registry=https://registry.npmjs.org",
3333
"test": "jest"
3434
},
35+
"//": {
36+
"chalk": "Cannot update to [email protected] because it requires ESM adoption https://github.com/chalk/chalk/releases/tag/v5.0.0"
37+
},
3538
"dependencies": {
36-
"@lwc/compiler": "2.23.2",
37-
"@lwc/engine-dom": "2.23.2",
39+
"@lwc/compiler": "2.31.0",
40+
"@lwc/engine-dom": "2.31.0",
3841
"@lwc/jest-preset": "^11.5.0",
3942
"@lwc/jest-resolver": "^11.5.0",
4043
"@lwc/jest-serializer": "^11.5.0",
4144
"@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",
45-
"@salesforce/wire-service-jest-util": "4.0.0",
45+
"@lwc/module-resolver": "2.31.0",
46+
"@lwc/synthetic-shadow": "2.31.0",
47+
"@lwc/wire-service": "2.31.0",
48+
"@salesforce/wire-service-jest-util": "4.0.1",
4649
"chalk": "^4.1.2",
47-
"fast-glob": "^3.2.10",
50+
"fast-glob": "^3.2.12",
4851
"jest": "27.4.7",
49-
"yargs": "~17.5.1"
52+
"yargs": "~17.6.2"
5053
},
5154
"devDependencies": {
52-
"@babel/core": "^7.18.13",
53-
"@babel/eslint-parser": "^7.18.9",
54-
"@babel/plugin-proposal-decorators": "^7.18.10",
55-
"eslint": "^8.23.0",
56-
"husky": "^8.0.1",
55+
"@babel/core": "^7.20.5",
56+
"@babel/eslint-parser": "^7.19.1",
57+
"@babel/plugin-proposal-decorators": "^7.20.5",
58+
"eslint": "^8.29.0",
59+
"husky": "^8.0.2",
5760
"isbinaryfile": "^5.0.0",
58-
"lint-staged": "^13.0.3",
59-
"prettier": "^2.7.1"
61+
"lint-staged": "^13.1.0",
62+
"prettier": "^2.8.0"
6063
},
6164
"lint-staged": {
6265
"*.js": "eslint",

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ const jestConfig = {
3535
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
3636
};
3737

38-
const expectedApiVersion = '55.0';
38+
const expectedApiVersion = '57.0';
3939

4040
module.exports = { jestConfig, expectedApiVersion };

0 commit comments

Comments
 (0)