mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Test it works locally
This commit is contained in:
parent
2de5c740fc
commit
cf9a46649e
3 changed files with 318 additions and 258 deletions
2
.nvmrc
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
20
|
||||
18.17
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@ava/babel": "2.0.0",
|
||||
"@ava/typescript": "^5.0.0",
|
||||
"@ava/typescript": "^4.1.0",
|
||||
"@babel/cli": "7.24.8",
|
||||
"@babel/core": "7.25.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
"@types/lodash": "^4.17.7",
|
||||
"@types/mousetrap": "1.6.15",
|
||||
"@types/ms": "0.7.34",
|
||||
"@types/node": "^20.16.1",
|
||||
"@types/node": "~18.17.0",
|
||||
"@types/plist": "3.0.5",
|
||||
"@types/react": "18.3.4",
|
||||
"@types/react-dom": "18.3.0",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
"@types/uuid": "10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "7.0.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"ava": "6.1.3",
|
||||
"ava": "^5",
|
||||
"babel-loader": "9.1.3",
|
||||
"concurrently": "8.2.2",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
|
|
@ -126,6 +126,7 @@
|
|||
"husky-init": "^8.0.0",
|
||||
"inquirer": "10.1.8",
|
||||
"node-addon-api": "8.1.0",
|
||||
"node-gyp": "^10.2.0",
|
||||
"null-loader": "4.0.1",
|
||||
"parse-url": "9.2.0",
|
||||
"playwright": "1.46.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue