Skip to content

Commit

Permalink
chore: update deps (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsattar authored May 18, 2022
1 parent b4ac608 commit 9719e42
Show file tree
Hide file tree
Showing 2 changed files with 1,628 additions and 1,655 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,41 +26,42 @@
"release:version": "./scripts/release/version.mjs"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@commitlint/cli": "^16.2.4",
"@babel/core": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@commitlint/cli": "^17.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/acorn": "^4.0.6",
"@types/babel__core": "^7.1.19",
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"babel-plugin-tester": "^10.1.0",
"bundlesize": "^0.18.1",
"es5-proxy-compat": "^0.22.4",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.1",
"husky": "^7.0.4",
"glob": "^8.0.3",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"isbinaryfile": "^5.0.0",
"jest": "^27.5.1",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-utils-lwc-internals": "link:./scripts/jest/utils",
"lerna": "^4.0.0",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"rollup": "^2.71.1",
"rollup": "^2.73.0",
"rollup-plugin-compat": "^0.22.4",
"terser": "^5.12.1",
"ts-jest": "^27.1.4",
"terser": "^5.13.1",
"ts-jest": "^28.0.2",
"tslib": "^2.4.0",
"typescript": "4.6.4",
"workerpool": "^6.2.0"
Expand Down
Loading

0 comments on commit 9719e42

Please sign in to comment.