Skip to content

Commit fc77345

Browse files
authored
chore: update deps (#238)
1 parent 58f613e commit fc77345

File tree

3 files changed

+771
-1610
lines changed

3 files changed

+771
-1610
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
3131
"test": "jest"
3232
},
3333
"dependencies": {
34-
"@lwc/compiler": "2.2.3",
35-
"@lwc/engine-dom": "2.2.3",
34+
"@lwc/compiler": "2.2.6",
35+
"@lwc/engine-dom": "2.2.6",
3636
"@lwc/jest-preset": "11.0.1",
3737
"@lwc/jest-resolver": "11.0.1",
3838
"@lwc/jest-serializer": "11.0.1",
3939
"@lwc/jest-transformer": "11.0.1",
40-
"@lwc/module-resolver": "2.2.3",
41-
"@lwc/synthetic-shadow": "2.2.3",
42-
"@lwc/wire-service": "2.2.3",
40+
"@lwc/module-resolver": "2.2.6",
41+
"@lwc/synthetic-shadow": "2.2.6",
42+
"@lwc/wire-service": "2.2.6",
4343
"@salesforce/wire-service-jest-util": "4.0.0",
4444
"chalk": "~4.1.1",
45-
"fast-glob": "^3.2.5",
46-
"jest": "26.6.3",
45+
"fast-glob": "^3.2.7",
46+
"jest": "27.0.6",
4747
"yargs": "~17.0.1"
4848
},
4949
"devDependencies": {
5050
"babel-eslint": "^10.1.0",
51-
"eslint": "^7.28.0",
52-
"husky": "^5.2.0",
51+
"eslint": "^7.30.0",
52+
"husky": "^7.0.1",
5353
"isbinaryfile": "^4.0.8",
54-
"lint-staged": "^10.5.4",
55-
"prettier": "^2.3.1"
54+
"lint-staged": "^11.0.0",
55+
"prettier": "^2.3.2"
5656
},
5757
"lint-staged": {
5858
"*.js": "eslint",

0 commit comments

Comments
 (0)