Skip to content

Commit

Permalink
chore: update dependencies (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida committed Jun 17, 2021
1 parent e2fe2ed commit 70853d6
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 1,681 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -31,28 +31,28 @@
"test": "jest"
},
"dependencies": {
"@lwc/compiler": "2.2.1",
"@lwc/engine-dom": "2.2.1",
"@lwc/compiler": "2.2.3",
"@lwc/engine-dom": "2.2.3",
"@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.1",
"@lwc/synthetic-shadow": "2.2.1",
"@lwc/wire-service": "2.2.1",
"@lwc/module-resolver": "2.2.3",
"@lwc/synthetic-shadow": "2.2.3",
"@lwc/wire-service": "2.2.3",
"@salesforce/wire-service-jest-util": "4.0.0",
"chalk": "~4.1.0",
"chalk": "~4.1.1",
"fast-glob": "^3.2.5",
"jest": "26.6.3",
"yargs": "~16.2.0"
"yargs": "~17.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint": "^7.28.0",
"husky": "^5.2.0",
"isbinaryfile": "^4.0.6",
"isbinaryfile": "^4.0.8",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1"
"prettier": "^2.3.1"
},
"lint-staged": {
"*.js": "eslint",
Expand Down

0 comments on commit 70853d6

Please sign in to comment.