Skip to content

Commit

Permalink
Test it works locally
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Aug 25, 2024
1 parent 2de5c74 commit cf9a466
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
18.17
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit cf9a466

Please sign in to comment.