Skip to content

Commit

Permalink
chore: Weekly dependencies update (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus committed Jan 31, 2022
1 parent 2828fde commit 06dc487
Show file tree
Hide file tree
Showing 9 changed files with 818 additions and 1,399 deletions.
30 changes: 17 additions & 13 deletions package.json
Expand Up @@ -25,10 +25,10 @@
"release:version": "./scripts/release/version.mjs"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@commitlint/cli": "^16.0.2",
"@commitlint/cli": "^16.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-typescript": "^8.3.0",
Expand All @@ -37,14 +37,14 @@
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.19",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"babel-plugin-tester": "^10.1.0",
"bundlesize": "^0.18.1",
"es5-proxy-compat": "^0.22.3",
"eslint": "^8.6.0",
"es5-proxy-compat": "^0.22.4",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"execa": "^6.0.0",
"fs-extra": "^10.0.0",
Expand All @@ -55,14 +55,14 @@
"jest": "^27.4.7",
"jest-utils-lwc-internals": "link:./scripts/jest/utils",
"lerna": "^4.0.0",
"lint-staged": "^12.1.7",
"lint-staged": "^12.3.2",
"prettier": "^2.5.1",
"rollup": "^2.63.0",
"rollup-plugin-compat": "^0.22.3",
"rollup": "^2.66.1",
"rollup-plugin-compat": "^0.22.4",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.3",
"tslib": "^2.3.1",
"typescript": "4.5.4",
"typescript": "4.5.5",
"worker-farm": "^1.7.0"
},
"lint-staged": {
Expand All @@ -83,5 +83,9 @@
"volta": {
"node": "16.13.1",
"yarn": "1.22.17"
},
"resolutions": {
"//": "Freezing jasmine version used in Karma test suite. jasmine-core@4 drops support for IE11.",
"jasmine-core": "3.10.1"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/compiler/package.json
Expand Up @@ -22,7 +22,7 @@
"dist/"
],
"dependencies": {
"@babel/core": "~7.16.7",
"@babel/core": "~7.16.12",
"@babel/plugin-proposal-class-properties": "~7.16.7",
"@babel/plugin-proposal-object-rest-spread": "~7.16.7",
"@lwc/babel-plugin-component": "2.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/module-resolver/package.json
Expand Up @@ -21,7 +21,7 @@
"dist/"
],
"dependencies": {
"resolve": "~1.21.0"
"resolve": "~1.22.0"
},
"publishConfig": {
"access": "public"
Expand Down
Expand Up @@ -38,6 +38,9 @@
}
}));

Object.compatDefineProperty(subClass, "prototype", {
writable: false
});
if (superClass) _setPrototypeOf(subClass, superClass);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@lwc/shared": "2.7.3",
"postcss": "~8.4.5",
"postcss-selector-parser": "~6.0.8",
"postcss-selector-parser": "~6.0.9",
"postcss-value-parser": "~4.2.0",
"string.prototype.matchall": "^4.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-karma/package.json
Expand Up @@ -19,11 +19,11 @@
"@lwc/engine-server": "2.7.3",
"@lwc/rollup-plugin": "2.7.3",
"@lwc/synthetic-shadow": "2.7.3",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.1.3",
"karma": "^6.3.10",
"karma": "^6.3.12",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
Expand Down
Empty file.
18 changes: 9 additions & 9 deletions packages/integration-tests/package.json
Expand Up @@ -21,17 +21,17 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "2.7.3",
"@wdio/cli": "^7.16.13",
"@wdio/local-runner": "^7.16.13",
"@wdio/mocha-framework": "^7.16.13",
"@wdio/sauce-service": "^7.16.13",
"@wdio/selenium-standalone-service": "^7.16.13",
"@wdio/spec-reporter": "^7.16.13",
"@wdio/static-server-service": "^7.16.13",
"@wdio/cli": "^7.16.14",
"@wdio/local-runner": "^7.16.14",
"@wdio/mocha-framework": "^7.16.14",
"@wdio/sauce-service": "^7.16.14",
"@wdio/selenium-standalone-service": "^7.16.14",
"@wdio/spec-reporter": "^7.16.14",
"@wdio/static-server-service": "^7.16.14",
"deepmerge": "^4.2.2",
"dotenv": "^10.0.0",
"dotenv": "^15.0.0",
"lwc": "2.7.3",
"minimist": "^1.2.5",
"webdriverio": "^7.16.13"
"webdriverio": "^7.16.14"
}
}

0 comments on commit 06dc487

Please sign in to comment.