Skip to content

Commit

Permalink
fix: import_typescript.default.isTokenKind is not a function (janhq#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Dec 8, 2023
1 parent cfec5f9 commit 8bde944
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
15 changes: 7 additions & 8 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,15 @@
]
},
"devDependencies": {
"@types/node": "^10.11.0",
"@types/node": "^12.0.2",
"rollup": "^2.38.5",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.36.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.3",
"tslib": "^2.6.2"
},
"dependencies": {}
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"rimraf": "^5.0.5"
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
}
}

0 comments on commit 8bde944

Please sign in to comment.