Skip to content

Commit

Permalink
Merge pull request #43 from fitztrev/cleanup
Browse files Browse the repository at this point in the history
Move tests out of src and update dependencies
  • Loading branch information
ornicar authored Dec 12, 2024
2 parents 664cb31 + a8d50bf commit aaa91f0
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 393 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
}
},
"dependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"chessground": "^9.1.1",
"chessops": "^0.14.1",
"snabbdom": "^3.5.1"
"chessops": "^0.14.2",
"snabbdom": "^3.6.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"eslint": "^9.16.0",
"http-server": "^14.1.1",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"prettier": "^3.4.2",
"sass": "^1.82.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"scripts": {
"compile": "tsc --incremental",
Expand All @@ -67,5 +67,5 @@
"scss/*",
"src/**/*"
],
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}
Loading

0 comments on commit aaa91f0

Please sign in to comment.