Skip to content

Commit

Permalink
fixing ci build failure by fixing the typescript version(caused by ro…
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei committed Sep 3, 2021
1 parent cc0b732 commit 555016c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
# npm
node_modules
package-lock.json
yarn.lock

# build
main.js
*.js.map
*.js.map

data.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/node": "^14.14.2",
"@types/plantuml-encoder": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
Expand All @@ -24,6 +24,6 @@
"plantuml-encoder": "^1.4.0",
"rollup": "^2.32.1",
"tslib": "^2.0.3",
"typescript": "^4.0.3"
"typescript": "4.3.5"
}
}

0 comments on commit 555016c

Please sign in to comment.