Skip to content

Commit

Permalink
chore: update deps (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsattar committed Jul 19, 2021
1 parent 58f613e commit fc77345
Show file tree
Hide file tree
Showing 3 changed files with 771 additions and 1,610 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -31,28 +31,28 @@
"test": "jest"
},
"dependencies": {
"@lwc/compiler": "2.2.3",
"@lwc/engine-dom": "2.2.3",
"@lwc/compiler": "2.2.6",
"@lwc/engine-dom": "2.2.6",
"@lwc/jest-preset": "11.0.1",
"@lwc/jest-resolver": "11.0.1",
"@lwc/jest-serializer": "11.0.1",
"@lwc/jest-transformer": "11.0.1",
"@lwc/module-resolver": "2.2.3",
"@lwc/synthetic-shadow": "2.2.3",
"@lwc/wire-service": "2.2.3",
"@lwc/module-resolver": "2.2.6",
"@lwc/synthetic-shadow": "2.2.6",
"@lwc/wire-service": "2.2.6",
"@salesforce/wire-service-jest-util": "4.0.0",
"chalk": "~4.1.1",
"fast-glob": "^3.2.5",
"jest": "26.6.3",
"fast-glob": "^3.2.7",
"jest": "27.0.6",
"yargs": "~17.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"husky": "^5.2.0",
"eslint": "^7.30.0",
"husky": "^7.0.1",
"isbinaryfile": "^4.0.8",
"lint-staged": "^10.5.4",
"prettier": "^2.3.1"
"lint-staged": "^11.0.0",
"prettier": "^2.3.2"
},
"lint-staged": {
"*.js": "eslint",
Expand Down

0 comments on commit fc77345

Please sign in to comment.