Skip to content

Commit

Permalink
chore: Upgrade dev dependencies and yarn (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus authored Mar 23, 2020
1 parent 4549cf5 commit 85446eb
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 179 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"release:ci:dist-tags": "./scripts/release_dist-tags.sh"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-typescript": "^7.8.3",
"@commitlint/cli": "^8.3.5",
"@rollup/plugin-replace": "^2.3.1",
"@types/acorn": "^4.0.5",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.7",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"aws-sdk": "^2.631.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"aws-sdk": "^2.641.0",
"babel-plugin-tester": "^8.0.1",
"concurrently": "^5.1.0",
"es5-proxy-compat": "^0.22.0",
Expand All @@ -42,7 +42,7 @@
"glob": "^7.1.6",
"husky": "^4.2.3",
"is-ci": "^2.0.0",
"isbinaryfile": "^4.0.4",
"isbinaryfile": "^4.0.5",
"jest": "^25.1.0",
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
Expand All @@ -52,7 +52,7 @@
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-compat": "^0.22.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript": "^1.0.1",
"semver": "^7.1.3",
"tslib": "^1.11.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"volta": {
"node": "12.16.1",
"yarn": "1.22.0"
"yarn": "1.22.4"
},
"resolutions": {
"set-value": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest"
},
"devDependencies": {
"@types/he": "^1.1.0"
"@types/he": "^1.1.1"
},
"files": [
"dist/"
Expand Down
10 changes: 5 additions & 5 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "1.3.12",
"@wdio/cli": "^5.18.7",
"@wdio/local-runner": "^5.18.7",
"@wdio/cli": "^5.22.0",
"@wdio/local-runner": "^5.21.0",
"@wdio/mocha-framework": "^5.18.7",
"@wdio/sauce-service": "^5.16.10",
"@wdio/selenium-standalone-service": "^5.16.10",
"@wdio/spec-reporter": "^5.18.7",
"@wdio/static-server-service": "^5.16.10",
"@wdio/sync": "^5.18.7",
"@wdio/sync": "^5.20.1",
"deepmerge": "^4.2.2",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"lwc": "1.3.12",
"minimist": "^1.2.0",
"webdriverio": "5.18.7"
"minimist": "^1.2.5",
"webdriverio": "5.21.0"
}
}
Loading

0 comments on commit 85446eb

Please sign in to comment.