Skip to content

Commit

Permalink
Upgrade to rollup v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Oct 11, 2022
1 parent dd94604 commit c48aa55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Detailed documentation is available at https://ecoAPM.github.io/xunit.ts
- A supported TypeScript compiler
- TypeScript v4
- Vite v3
- Rollup v2
- Rollup v3
- Parcel v1
- Webpack v5

Expand Down
4 changes: 2 additions & 2 deletions compiler-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@rollup/plugin-typescript": "9.0.1",
"parcel-bundler": "1.12.5",
"rollup": "2.79.1",
"rollup": "3.0.0",
"tslib": "2.4.0",
"ts-loader": "9.4.1",
"typescript": "4.8.4",
Expand All @@ -19,7 +19,7 @@
"scripts": {
"clean": "rm -rf dist",
"parcel": "parcel build *.ts -d dist/parcel -t node --no-minify --log-level 2 && xunit dist/parcel",
"rollup": "rollup -c && xunit dist/rollup",
"rollup": "rollup -c --bundleConfigAsCjs && xunit dist/rollup",
"typescript": "tsc && xunit dist/typescript",
"vite": "vite build . && xunit dist/vite",
"webpack": "webpack && xunit dist/webpack",
Expand Down
8 changes: 4 additions & 4 deletions compiler-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5223,10 +5223,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"

rollup@2.79.1:
version "2.79.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
rollup@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.0.0.tgz#3e12b7cc4843615c855288c091686256c0a8e09d"
integrity sha512-iVomS2lySi4BM2QJb7lGZBjSndUEs6Ip+VDl25jcbM99VI5vWeEitvUSiNQkQkwqEiI4515m5shjyuwPcXS5Dg==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit c48aa55

Please sign in to comment.