Skip to content

Commit 235b5ae

Browse files
WestbrookdaKmoR
authored andcommitted
Bump version floors for generated projects
1 parent 66a2069 commit 235b5ae

File tree

17 files changed

+239
-317
lines changed

17 files changed

+239
-317
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"@babel/preset-env": "^7.16.4",
5858
"@babel/register": "^7.16.0",
5959
"@custom-elements-manifest/analyzer": "^0.4.17",
60-
"@open-wc/building-rollup": "^2.0.1",
61-
"@open-wc/eslint-config": "^4.3.0",
60+
"@open-wc/building-rollup": "^2.0.2",
61+
"@open-wc/eslint-config": "^8.0.2",
6262
"@open-wc/testing": "^2.5.33",
6363
"@rollup/plugin-babel": "^5.3.0",
64-
"@web/rollup-plugin-html": "^1.10.1",
64+
"@web/rollup-plugin-html": "^1.11.0",
6565
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
6666
"babel-plugin-transform-dynamic-import": "^2.1.0",
6767
"chai": "^4.3.4",

src/generators/app-lit-element-ts/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lit": "^2.0.2"
99
},
1010
"devDependencies": {
11-
"@web/dev-server": "^0.1.28",
11+
"@web/dev-server": "^0.1.34",
1212
"concurrently": "^5.3.0",
1313
"typescript": "^4.5.2",
1414
"tslib": "^2.3.1"

src/generators/app-lit-element/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"lit": "^2.0.2"
99
},
1010
"devDependencies": {
11-
"@web/dev-server": "^0.1.28"
11+
"@web/dev-server": "^0.1.34"
1212
}
1313
}

src/generators/building-rollup-ts/templates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
},
66
"devDependencies": {
77
"@babel/preset-env": "^7.16.4",
8-
"@open-wc/building-rollup": "^2.0.1",
8+
"@open-wc/building-rollup": "^2.0.2",
99
"@rollup/plugin-babel": "^5.3.0",
1010
"@rollup/plugin-node-resolve": "^13.0.6",
11-
"@web/rollup-plugin-html": "^1.10.1",
11+
"@web/rollup-plugin-html": "^1.11.0",
1212
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
1313
"babel-plugin-template-html-minifier": "^4.1.0",
1414
"deepmerge": "^4.2.2",

src/generators/building-rollup/templates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
},
66
"devDependencies": {
77
"@babel/preset-env": "^7.16.4",
8-
"@open-wc/building-rollup": "^2.0.1",
8+
"@open-wc/building-rollup": "^2.0.2",
99
"@rollup/plugin-babel": "^5.3.0",
1010
"@rollup/plugin-node-resolve": "^13.0.6",
11-
"@web/rollup-plugin-html": "^1.10.1",
11+
"@web/rollup-plugin-html": "^1.11.0",
1212
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
1313
"babel-plugin-template-html-minifier": "^4.1.0",
1414
"deepmerge": "^4.2.2",

src/generators/demoing-storybook-ts/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"storybook:build": "tsc && <%= scriptRunCommand %> analyze -- --exclude dist && build-storybook"
55
},
66
"devDependencies": {
7-
"@web/dev-server-storybook": "next"
7+
"@web/dev-server-storybook": "^0.5.4"
88
}
99
}

src/generators/demoing-storybook/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"storybook:build": "<%= scriptRunCommand %> analyze -- --exclude dist && build-storybook"
55
},
66
"devDependencies": {
7-
"@web/dev-server-storybook": "next"
7+
"@web/dev-server-storybook": "^0.5.4"
88
}
99
}

src/generators/linting-eslint-ts/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"eslint": "^7.32.0",
4-
"@open-wc/eslint-config": "^4.3.0",
4+
"@open-wc/eslint-config": "^8.0.2",
55
"@typescript-eslint/parser": "^4.33.0",
66
"@typescript-eslint/eslint-plugin": "^4.33.0"
77
},

src/generators/linting-eslint/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"eslint": "^7.32.0",
4-
"@open-wc/eslint-config": "^4.3.0"
4+
"@open-wc/eslint-config": "^8.0.2"
55
},
66
"eslintConfig": {
77
"extends": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"devDependencies": {
3-
"@open-wc/testing": "next"
3+
"@open-wc/testing": "^3.1.6"
44
}
55
}

0 commit comments

Comments
 (0)