Skip to content

Commit

Permalink
Update Rollup and Rollup plugins (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Apr 20, 2022
1 parent 3fec73e commit 55841c1
Show file tree
Hide file tree
Showing 33 changed files with 153 additions and 144 deletions.
6 changes: 6 additions & 0 deletions .changeset/six-countries-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lit/lit-starter-js': patch
'@lit/lit-starter-ts': patch
---

Update Rollup and Rollup plugins
45 changes: 24 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"@changesets/cli": "^2.16.0",
"@changesets/get-github-info": "^0.5.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-virtual": "^2.0.3",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-virtual": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"as-table": "^1.0.55",
Expand Down
14 changes: 7 additions & 7 deletions packages/labs/motion/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/labs/motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"concurrently": "^6.2.1",
"internal-scripts": "^1.0.0",
"mocha": "^9.1.1",
"rollup": "^2.28.2",
"rollup": "^2.70.2",
"typescript": "^4.3.5"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/labs/observers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/labs/observers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"chokidar-cli": "^3.0.0",
"concurrently": "^6.2.1",
"mocha": "^9.1.1",
"rollup": "^2.28.2",
"rollup": "^2.70.2",
"typescript": "^4.3.5",
"internal-scripts": "^1.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/labs/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/labs/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"mocha": "^9.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.28.2",
"rollup": "^2.70.2",
"typescript": "^4.3.5"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/labs/router/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/labs/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"concurrently": "^6.2.1",
"internal-scripts": "^1.0.0",
"mocha": "^9.1.1",
"rollup": "^2.28.2",
"rollup": "^2.70.2",
"typescript": "^4.3.5",
"urlpattern-polyfill": "^1.0.0-rc5"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/labs/scoped-registry-mixin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/labs/scoped-registry-mixin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"chokidar-cli": "^3.0.0",
"concurrently": "^6.2.1",
"mocha": "^9.1.1",
"rollup": "^2.28.2",
"rollup": "^2.70.2",
"typescript": "^4.3.5",
"internal-scripts": "^1.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/labs/ssr-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/labs/ssr-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"author": "Google LLC",
"devDependencies": {
"rollup": "^2.28.2",
"rollup": "^2.70.2",
"typescript": "^4.3.5",
"internal-scripts": "^1.0.0"
},
Expand Down

0 comments on commit 55841c1

Please sign in to comment.