Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Jun 19, 2021
1 parent 1c9414e commit 8744c18
Show file tree
Hide file tree
Showing 11 changed files with 6,005 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"chai": "^4.3.4",
"chai-fs": "^2.0.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-lit": "^1.5.1",
"eslint-plugin-lit-a11y": "^1.0.1",
"eslint-plugin-wc": "^1.3.0",
"lit-element": "^2.5.1",
"mocha": "^8.4.0",
"mocha": "^9.0.1",
"onchange": "^7.1.0",
"prettier": "^2.2.1",
"standard-version": "^9.3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/generators/app-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@web/dev-server": "^0.1.17",
"concurrently": "^5.3.0",
"concurrently": "^6.2.0",
"typescript": "^4.3.4",
"tslib": "^2.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/generators/linting-commitlint/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0"
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4"
}
}
2 changes: 1 addition & 1 deletion src/generators/linting-prettier-ts/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"prettier": "^2.2.1",
"eslint-config-prettier": "^7.2.0"
"eslint-config-prettier": "^8.3.0"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion src/generators/linting-prettier/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"prettier": "^2.2.1",
"eslint-config-prettier": "^7.2.0"
"eslint-config-prettier": "^8.3.0"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion src/generators/linting-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"husky": "^4.3.8",
"lint-staged": "^10.5.4"
"lint-staged": "^11.0.0"
}
}
2 changes: 1 addition & 1 deletion src/generators/linting/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"husky": "^4.3.8",
"lint-staged": "^10.5.4"
"lint-staged": "^11.0.0"
}
}
4 changes: 2 additions & 2 deletions src/generators/testing-wtr-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
},
"devDependencies": {
"@web/test-runner": "^0.12.20"
"@web/test-runner": "^0.13.11"
}
}
}
4 changes: 2 additions & 2 deletions src/generators/testing-wtr/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test:watch": "web-test-runner --watch"
},
"devDependencies": {
"@web/test-runner": "^0.12.20"
"@web/test-runner": "^0.13.11"
}
}
}
2 changes: 1 addition & 1 deletion src/generators/wc-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@web/dev-server": "^0.1.17",
"concurrently": "^5.3.0",
"concurrently": "^6.2.0",
"typescript": "^4.3.4",
"tslib": "^2.3.0"
}
Expand Down
5,991 changes: 5,991 additions & 0 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 8744c18

Please sign in to comment.