Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and stephenwade committed Jan 27, 2021
1 parent 74280a3 commit d4d719e
Show file tree
Hide file tree
Showing 25 changed files with 559 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x

Expand Down
38 changes: 21 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,36 @@
"starter-app"
],
"dependencies": {
"chalk": "^2.4.2",
"command-line-args": "^5.0.2",
"chalk": "^4.1.0",
"command-line-args": "^5.1.1",
"dedent": "^0.7.0",
"deepmerge": "^4.2.2",
"ejs": "^3.1.5",
"glob": "^7.1.3",
"prompts": "^2.1.0",
"semver": "^6.1.0"
"glob": "^7.1.6",
"prompts": "^2.4.0",
"semver": "^7.3.4"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@open-wc/building-rollup": "^1.9.3",
"@open-wc/eslint-config": "^4.0.0",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@open-wc/building-rollup": "^1.9.4",
"@open-wc/eslint-config": "^4.2.0",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-lit": "^1.3.0",
"eslint-plugin-lit-a11y": "^1.0.1",
"eslint-plugin-wc": "^1.2.0",
"lit-element": "^2.4.0",
"mocha": "^6.2.2",
"onchange": "^5.2.0",
"prettier": "^2.1.2",
"standard-version": "^9.0.0"
"mocha": "^8.2.1",
"onchange": "^7.1.0",
"prettier": "^2.2.1",
"standard-version": "^9.1.0"
},
"prettier": {
"singleQuote": true,
Expand Down
8 changes: 4 additions & 4 deletions src/generators/app-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\""
},
"dependencies": {
"lit-html": "^1.0.0",
"lit-element": "^2.0.1"
"lit-html": "^1.3.0",
"lit-element": "^2.4.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.1",
"@web/dev-server": "^0.1.5",
"concurrently": "^5.3.0",
"typescript": "^4.1.3",
"tslib": "^2.0.3"
"tslib": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions src/generators/app-lit-element/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"start": "web-dev-server"
},
"dependencies": {
"lit-html": "^1.0.0",
"lit-element": "^2.0.1"
"lit-html": "^1.3.0",
"lit-element": "^2.4.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.1"
"@web/dev-server": "^0.1.5"
}
}
6 changes: 3 additions & 3 deletions src/generators/building-rollup-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"start:build": "npm run build && web-dev-server --root-dir dist --app-index index.html --open --compatibility none"
},
"devDependencies": {
"@open-wc/building-rollup": "^1.0.0",
"@open-wc/building-rollup": "^1.9.4",
"deepmerge": "^4.2.2",
"rimraf": "^2.6.3",
"rollup": "^2.3.4"
"rimraf": "^3.0.2",
"rollup": "^2.38.0"
}
}
6 changes: 3 additions & 3 deletions src/generators/building-rollup/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"start:build": "npm run build && web-dev-server --root-dir dist --app-index index.html --open --compatibility none"
},
"devDependencies": {
"@open-wc/building-rollup": "^1.0.0",
"@open-wc/building-rollup": "^1.9.4",
"deepmerge": "^4.2.2",
"rimraf": "^2.6.3",
"rollup": "^2.3.4"
"rimraf": "^3.0.2",
"rollup": "^2.38.0"
}
}
2 changes: 1 addition & 1 deletion src/generators/demoing-storybook-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"storybook:build": "tsc && build-storybook"
},
"devDependencies": {
"@web/dev-server-storybook": "^0.3.2"
"@web/dev-server-storybook": "^0.3.3"
}
}
2 changes: 1 addition & 1 deletion src/generators/demoing-storybook/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"storybook:build": "build-storybook"
},
"devDependencies": {
"@web/dev-server-storybook": "^0.3.2"
"@web/dev-server-storybook": "^0.3.3"
}
}
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": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0"
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0"
}
}
6 changes: 3 additions & 3 deletions src/generators/linting-eslint-ts/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"eslint": "^6.1.0",
"eslint": "^7.18.0",
"@open-wc/eslint-config": "^4.2.0",
"@typescript-eslint/parser": "^2.20.0",
"@typescript-eslint/eslint-plugin": "^2.20.0"
"@typescript-eslint/parser": "^4.14.1",
"@typescript-eslint/eslint-plugin": "^4.14.1"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down
2 changes: 1 addition & 1 deletion src/generators/linting-eslint/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"eslint": "^6.1.0",
"eslint": "^7.18.0",
"@open-wc/eslint-config": "^4.2.0"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions 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.0.4",
"eslint-config-prettier": "^6.11.0"
"prettier": "^2.2.1",
"eslint-config-prettier": "^7.2.0"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions src/generators/linting-prettier/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"prettier": "^2.0.4",
"eslint-config-prettier": "^6.11.0"
"prettier": "^2.2.1",
"eslint-config-prettier": "^7.2.0"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions src/generators/linting-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore"
},
"devDependencies": {
"husky": "^1.0.0",
"lint-staged": "^10.0.0"
"husky": "^4.3.8",
"lint-staged": "^10.5.3"
}
}
2 changes: 1 addition & 1 deletion src/generators/linting-types-js/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"lint:types": "tsc"
},
"devDependencies": {
"typescript": "~4.0.3"
"typescript": "~4.1.3"
}
}
4 changes: 2 additions & 2 deletions src/generators/linting/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format": "eslint --ext .js,.html . --fix --ignore-path .gitignore && prettier \"**/*.js\" --write --ignore-path .gitignore"
},
"devDependencies": {
"husky": "^1.0.0",
"lint-staged": "^10.0.0"
"husky": "^4.3.8",
"lint-staged": "^10.5.3"
}
}
2 changes: 1 addition & 1 deletion src/generators/testing-ts/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@open-wc/testing": "^2.0.0"
"@open-wc/testing": "^2.5.32"
}
}
2 changes: 1 addition & 1 deletion src/generators/testing-wallaby/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@open-wc/testing-wallaby": "^0.1.3"
"@open-wc/testing-wallaby": "^0.1.14"
}
}
2 changes: 1 addition & 1 deletion 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.11.5"
"@web/test-runner": "^0.12.7"
}
}
2 changes: 1 addition & 1 deletion 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.11.5"
"@web/test-runner": "^0.12.7"
}
}
2 changes: 1 addition & 1 deletion src/generators/testing/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@open-wc/testing": "^2.0.0"
"@open-wc/testing": "^2.5.32"
}
}
8 changes: 4 additions & 4 deletions src/generators/wc-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"prepublish": "tsc"
},
"dependencies": {
"lit-html": "^1.1.2",
"lit-element": "^2.2.1"
"lit-html": "^1.3.0",
"lit-element": "^2.4.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.1",
"@web/dev-server": "^0.1.5",
"concurrently": "^5.3.0",
"typescript": "^4.1.3",
"tslib": "^2.0.3"
"tslib": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions src/generators/wc-lit-element/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"start": "web-dev-server"
},
"dependencies": {
"lit-html": "^1.1.2",
"lit-element": "^2.2.1"
"lit-html": "^1.3.0",
"lit-element": "^2.4.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.1"
"@web/dev-server": "^0.1.5"
}
}
Loading

0 comments on commit d4d719e

Please sign in to comment.