fix: import_typescript.default.isTokenKind is not a function (#923)

This commit is contained in:
Louis 2023-12-08 22:05:33 +07:00 committed by GitHub
parent cfec5f9493
commit 8bde944122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}