Skip to content

Commit

Permalink
Try @web canary releases and associated dependancy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed May 10, 2023
1 parent 3289e0e commit 6f91958
Show file tree
Hide file tree
Showing 6 changed files with 1,374 additions and 861 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14', '16', '18']
node-version: ['16', '18', '19']
steps:
- uses: actions/checkout@v3

Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@changesets/cli": "^2.25.2",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@microsoft/fast-element": "^1.11.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/aria-query": "^5.0.1",
"@types/babel__core": "^7.1.20",
Expand All @@ -63,11 +63,11 @@
"@types/parse5-htmlparser2-tree-adapter": "^6.0.1",
"@types/picomatch": "^2.3.0",
"@types/rimraf": "^3.0.2",
"@web/dev-server": "^0.1.36",
"@web/dev-server-esbuild": "^0.3.4",
"@web/dev-server-storybook": "^0.6.1",
"@web/test-runner": "^0.15.1",
"@web/test-runner-playwright": "^0.9.0",
"@web/dev-server": "0.0.0-canary-20230416222938",
"@web/dev-server-esbuild": "0.0.0-canary-20230416222938",
"@web/dev-server-storybook": "0.0.0-canary-20230416222938",
"@web/test-runner": "0.0.0-canary-20230416222938",
"@web/test-runner-playwright": "0.0.0-canary-20230416222938",
"chai": "^4.3.7",
"chai-dom": "^1.11.0",
"concurrently": "^6.0.2",
Expand Down Expand Up @@ -103,6 +103,7 @@
"typescript": "~4.1.3"
},
"resolutions": {
"@web/dev-server-core": "0.0.0-canary-20230416222938",
"lit": "2.1.2"
},
"lint-staged": {
Expand Down
10 changes: 5 additions & 5 deletions packages/building-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.21.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^13.3.0",
"@web/rollup-plugin-html": "^1.11.0",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
"@web/rollup-plugin-polyfills-loader": "^1.3.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@web/rollup-plugin-html": "0.0.0-canary-20230416222938",
"@web/rollup-plugin-import-meta-assets": "0.0.0-canary-20230416222938",
"@web/rollup-plugin-polyfills-loader": "0.0.0-canary-20230416222938",
"babel-plugin-template-html-minifier": "^4.0.0",
"browserslist": "^4.16.5",
"deepmerge": "^4.2.2",
"magic-string": "^0.30.0",
"parse5": "^7.1.2",
"regenerator-runtime": "^0.13.7",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-workbox": "^6.0.0",
"rollup-plugin-workbox": "0.0.0-canary-20230416222938",
"terser": "^4.8.1"
}
}
4 changes: 2 additions & 2 deletions packages/dev-server-hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.12.1",
"@babel/plugin-syntax-top-level-await": "^7.12.1",
"@web/dev-server-core": "^0.4.0",
"@web/dev-server-hmr": "^0.1.11",
"@web/dev-server-core": "0.0.0-canary-20230416222938",
"@web/dev-server-hmr": "0.0.0-canary-20230416222938",
"picomatch": "^2.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/semantic-dom-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
],
"dependencies": {
"@types/chai": "^4.3.1",
"@web/test-runner-commands": "^0.6.5"
"@web/test-runner-commands": "0.0.0-canary-20230416222938"
}
}
Loading

0 comments on commit 6f91958

Please sign in to comment.