Skip to content

Commit

Permalink
chore: weekly dependencies upgrade (#2816)
Browse files Browse the repository at this point in the history
* chore: weekly dependencies upgrade

* fix: update yarn.lock`
  • Loading branch information
ravijayaramappa authored May 2, 2022
1 parent 5ecc2df commit 150b49d
Show file tree
Hide file tree
Showing 8 changed files with 531 additions and 335 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,42 +26,42 @@
"release:version": "./scripts/release/version.mjs"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@commitlint/cli": "^16.2.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@babel/core": "^7.17.10",
"@commitlint/cli": "^16.2.4",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@swc/core": "^1.2.163",
"@rollup/plugin-typescript": "^8.3.2",
"@swc/core": "^1.2.174",
"@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.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"babel-plugin-tester": "^10.1.0",
"bundlesize": "^0.18.1",
"es5-proxy-compat": "^0.22.4",
"eslint": "^8.12.0",
"eslint": "^8.14.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"execa": "^6.1.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"glob": "^8.0.1",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"isbinaryfile": "^5.0.0",
"jest": "^27.5.1",
"jest-utils-lwc-internals": "link:./scripts/jest/utils",
"lerna": "^4.0.0",
"lint-staged": "^12.3.7",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"rollup": "^2.70.1",
"rollup": "^2.71.1",
"rollup-plugin-compat": "^0.22.4",
"ts-jest": "^27.1.4",
"tslib": "^2.3.1",
"typescript": "4.6.3",
"tslib": "^2.4.0",
"typescript": "4.6.4",
"workerpool": "^6.2.0"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dist/"
],
"dependencies": {
"@babel/core": "~7.17.8",
"@babel/core": "~7.17.10",
"@babel/plugin-proposal-class-properties": "~7.16.7",
"@babel/plugin-proposal-object-rest-spread": "~7.17.3",
"@lwc/babel-plugin-component": "2.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@lwc/module-resolver": "2.13.1",
"@rollup/pluginutils": "~4.2.0"
"@rollup/pluginutils": "~4.2.1"
},
"peerDependencies": {
"rollup": "^1.2.0||^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"dependencies": {
"@lwc/shared": "2.13.1",
"postcss": "~8.4.12",
"postcss": "~8.4.13",
"postcss-selector-parser": "~6.0.9",
"postcss-value-parser": "~4.2.0",
"string.prototype.matchall": "^4.0.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@lwc/errors": "2.13.1",
"@lwc/shared": "2.13.1",
"acorn": "~8.7.0",
"astring": "~1.8.1",
"acorn": "~8.7.1",
"astring": "~1.8.3",
"estree-walker": "~2.0.2",
"he": "~1.2.0",
"parse5": "~6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.1.4",
"karma": "^6.3.16",
"karma": "^6.3.19",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "2.13.1",
"@wdio/cli": "^7.19.3",
"@wdio/local-runner": "^7.19.3",
"@wdio/mocha-framework": "^7.19.3",
"@wdio/sauce-service": "^7.19.3",
"@wdio/selenium-standalone-service": "^7.16.14",
"@wdio/spec-reporter": "^7.16.14",
"@wdio/static-server-service": "^7.16.14",
"@wdio/cli": "^7.19.6",
"@wdio/local-runner": "^7.19.5",
"@wdio/mocha-framework": "^7.19.5",
"@wdio/sauce-service": "^7.19.5",
"@wdio/selenium-standalone-service": "^7.19.5",
"@wdio/spec-reporter": "^7.19.5",
"@wdio/static-server-service": "^7.19.5",
"deepmerge": "^4.2.2",
"dotenv": "^16.0.0",
"lwc": "2.13.1",
"minimist": "^1.2.5",
"webdriverio": "^7.19.3"
"webdriverio": "^7.19.5"
}
}
Loading

0 comments on commit 150b49d

Please sign in to comment.