Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Sep 7, 2021
1 parent 57f08be commit 491a03f
Show file tree
Hide file tree
Showing 6 changed files with 1,292 additions and 1,346 deletions.
35 changes: 16 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,45 +24,46 @@
"release:publish:ci": "./scripts/release/publish.js",
"release:version": "./scripts/release/version.js"
},
"//": "Currently can't upgrade TypeScript to v4.4.2 because it breaks Rollup: https://git.io/JuCcs",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/acorn": "^4.0.6",
"@types/babel__core": "^7.1.15",
"@types/babel__core": "^7.1.16",
"@types/glob": "^7.1.4",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.13",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"babel-plugin-tester": "^10.1.0",
"bundlesize": "^0.18.1",
"es5-proxy-compat": "^0.22.2",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"husky": "^7.0.1",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"isbinaryfile": "^4.0.8",
"jest": "^27.0.6",
"jest": "^27.1.0",
"jest-utils-lwc-internals": "link:./scripts/jest/utils",
"lerna": "^4.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"rollup": "^2.56.0",
"rollup": "^2.56.3",
"rollup-plugin-compat": "^0.22.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.0.4",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "4.3.5",
"worker-farm": "^1.7.0"
},
"lint-staged": {
Expand All @@ -85,10 +86,6 @@
"yarn": "1.22.5"
},
"resolutions": {
"micromatch": "^4.0.2",
"meow": "^7.1.1",
"node-fetch": "^2.6.1",
"systeminformation": "^5.3.1",
"xmlhttprequest-ssl": "^1.6.2"
"micromatch": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/babel-plugin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"src/post-process/"
],
"dependencies": {
"@babel/helper-module-imports": "~7.14.5",
"@babel/helper-module-imports": "~7.15.4",
"@lwc/errors": "2.3.4",
"line-column": "~1.0.2"
},
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 @@ -22,7 +22,7 @@
"dist/"
],
"dependencies": {
"@babel/core": "~7.15.0",
"@babel/core": "~7.15.5",
"@babel/plugin-proposal-class-properties": "~7.14.5",
"@babel/plugin-proposal-object-rest-spread": "~7.14.7",
"@lwc/babel-plugin-component": "2.3.4",
Expand Down
5 changes: 3 additions & 2 deletions packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
"build": "tsc"
},
"devDependencies": {
"@types/estree": "0.0.48",
"@types/estree": "0.0.50",
"@types/he": "^1.1.1",
"@types/parse5": "^6.0.1"
},
"//": "Currently can't upgrade estree-walker to v3 because it breaks karma tests due to ESM: https://git.io/JuCcq",
"dependencies": {
"@lwc/errors": "2.3.4",
"@lwc/shared": "2.3.4",
"acorn": "~8.4.0",
"acorn": "~8.5.0",
"astring": "~1.7.0",
"estree-walker": "~2.0.2",
"esutils": "~2.0.3",
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.3.4",
"@wdio/cli": "^7.9.0",
"@wdio/local-runner": "^7.9.0",
"@wdio/mocha-framework": "^7.9.0",
"@wdio/sauce-service": "^7.9.0",
"@wdio/selenium-standalone-service": "^7.8.0",
"@wdio/spec-reporter": "^7.9.0",
"@wdio/static-server-service": "^7.8.0",
"@wdio/cli": "^7.12.1",
"@wdio/local-runner": "^7.12.1",
"@wdio/mocha-framework": "^7.12.0",
"@wdio/sauce-service": "^7.12.1",
"@wdio/selenium-standalone-service": "^7.10.1",
"@wdio/spec-reporter": "^7.10.1",
"@wdio/static-server-service": "^7.10.1",
"deepmerge": "^4.2.2",
"dotenv": "^10.0.0",
"lwc": "2.3.4",
"minimist": "^1.2.5",
"webdriverio": "^7.9.0"
"webdriverio": "^7.12.1"
}
}

0 comments on commit 491a03f

Please sign in to comment.