-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: update dependencies, including jest (#335)
BREAKING CHANGE: Jest updated from v27 to v28 Fixes #319
- Loading branch information
1 parent
bcece32
commit a007e2a
Showing
6 changed files
with
1,035 additions
and
1,359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,35 +32,32 @@ | |
"release:publish": "npm publish --access public --registry=https://registry.npmjs.org", | ||
"test": "jest" | ||
}, | ||
"//": { | ||
"chalk": "Cannot update to [email protected] because it requires ESM adoption https://github.com/chalk/chalk/releases/tag/v5.0.0" | ||
}, | ||
"dependencies": { | ||
"@lwc/compiler": "3.0.1", | ||
"@lwc/engine-dom": "3.0.1", | ||
"@lwc/engine-server": "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", | ||
"@lwc/compiler": "3.1.3", | ||
"@lwc/engine-dom": "3.1.3", | ||
"@lwc/engine-server": "3.1.3", | ||
"@lwc/jest-preset": "13.0.0", | ||
"@lwc/jest-resolver": "13.0.0", | ||
"@lwc/jest-serializer": "13.0.0", | ||
"@lwc/jest-transformer": "13.0.0", | ||
"@lwc/module-resolver": "3.1.3", | ||
"@lwc/synthetic-shadow": "3.1.3", | ||
"@lwc/wire-service": "3.1.3", | ||
"@salesforce/wire-service-jest-util": "4.0.1", | ||
"chalk": "^4.1.2", | ||
"fast-glob": "^3.2.12", | ||
"jest": "27.4.7", | ||
"fast-glob": "^3.3.1", | ||
"jest": "29.6.2", | ||
"jest-environment-jsdom": "29.6.2", | ||
"yargs": "~17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/eslint-parser": "^7.22.5", | ||
"@babel/plugin-proposal-decorators": "^7.22.5", | ||
"eslint": "^8.43.0", | ||
"@babel/core": "^7.22.10", | ||
"@babel/eslint-parser": "^7.22.10", | ||
"@babel/plugin-proposal-decorators": "^7.22.10", | ||
"eslint": "^8.46.0", | ||
"husky": "^8.0.3", | ||
"isbinaryfile": "^5.0.0", | ||
"lint-staged": "^13.2.2", | ||
"prettier": "^2.8.8" | ||
"lint-staged": "^13.2.3", | ||
"prettier": "^3.0.1" | ||
}, | ||
"lint-staged": { | ||
"*.js": "eslint", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.