Skip to content

Commit

Permalink
chore(package): update dependencies (#2403)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

* fix: remove unnecessary husky .gitignore

* fix: fix yarn lock

* chore(package): update all deps to fix yarn audit
  • Loading branch information
nolanlawson committed Jul 8, 2021
1 parent e940b5c commit d0e0e42
Show file tree
Hide file tree
Showing 3 changed files with 760 additions and 799 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -26,36 +26,36 @@
"@babel/preset-typescript": "^7.14.5",
"@commitlint/cli": "^12.1.4",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.1",
"@types/acorn": "^4.0.5",
"@types/babel__core": "^7.1.14",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@rollup/plugin-replace": "^2.4.2",
"@types/acorn": "^4.0.6",
"@types/babel__core": "^7.1.15",
"@types/jest": "^26.0.24",
"@types/node": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-plugin-tester": "^10.1.0",
"es5-proxy-compat": "^0.22.2",
"eslint": "^7.29.0",
"eslint": "^7.30.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"husky": "^6.0.0",
"husky": "^7.0.1",
"is-ci": "^3.0.0",
"isbinaryfile": "^4.0.8",
"jest": "^27.0.5",
"jest": "^27.0.6",
"jest-utils-lwc-internals": "link:./scripts/jest/utils",
"lerna": "^4.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"rollup": "^2.52.2",
"prettier": "^2.3.2",
"rollup": "^2.52.8",
"rollup-plugin-compat": "^0.22.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.3.0",
"typescript": "^4.3.4",
"typescript": "^4.3.5",
"worker-farm": "^1.7.0"
},
"lint-staged": {
Expand Down

0 comments on commit d0e0e42

Please sign in to comment.