Skip to content

Commit be02e55

Browse files
committed
Downgrade rollup-plugin-typescript2 to 0.29.0
1 parent ef5750c commit be02e55

File tree

2 files changed

+64
-69
lines changed

2 files changed

+64
-69
lines changed

package-lock.json

Lines changed: 59 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollpkg",
3-
"version": "0.5.0",
3+
"version": "0.5.1-dev.0",
44
"description": "Zero config solution for building packages with Rollup and TypeScript.",
55
"bin": {
66
"rollpkg": "dist/cli.js"
@@ -42,7 +42,7 @@
4242
"@rollup/plugin-json": "^4.1.0",
4343
"@rollup/plugin-node-resolve": "^11.2.0",
4444
"@rollup/plugin-replace": "^2.4.1",
45-
"@types/jest": "^26.0.20",
45+
"@types/jest": "^26.0.21",
4646
"@typescript-eslint/eslint-plugin": "^4.18.0",
4747
"@typescript-eslint/parser": "^4.18.0",
4848
"chalk": "^4.1.0",
@@ -61,11 +61,11 @@
6161
"prettier": "^2.2.1",
6262
"pretty-bytes": "^5.6.0",
6363
"progress-estimator": "^0.3.0",
64-
"rollup": "^2.41.4",
64+
"rollup": "^2.42.1",
6565
"rollup-plugin-sourcemaps": "^0.6.3",
6666
"rollup-plugin-terser": "^7.0.2",
67-
"rollup-plugin-typescript2": "^0.30.0",
68-
"ts-jest": "^26.5.3",
67+
"rollup-plugin-typescript2": "0.29.0",
68+
"ts-jest": "^26.5.4",
6969
"validate-npm-package-name": "^3.0.0"
7070
},
7171
"devDependencies": {

0 commit comments

Comments
 (0)