Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to latest dependencies #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: ✅ Correct all testings.
  • Loading branch information
southerncross committed May 12, 2024
commit 0a909819139214e2b4100079199c1b49e3794a43
8 changes: 7 additions & 1 deletion .mocharc.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,13 @@
# https://mochajs.org/#configuring-mocha-nodejs
# https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.yml

spec: test/specs/**/*.spec.js
extension:
- ts

spec: test/specs/**/*.spec.ts

node-option:
- "import=tsx"

bail: true
recursive: true
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -47,18 +47,19 @@
"devDependencies": {
"@jsdevtools/eslint-config": "^1.1.4",
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^14.14.19",
"@types/unist": "^3.0.2",
"chai": "^4.2.0",
"chai": "^5.1.1",
"eslint": "^7.17.0",
"mocha": "^8.2.1",
"mocha": "^10.4.0",
"npm-check": "^5.9.2",
"nyc": "^15.1.0",
"rehype-stringify": "^10.0.0",
"shx": "^0.3.3",
"to-vfile": "^8.0.0",
"tsx": "^4.10.1",
"typescript": "^5.4.5",
"vfile": "^6.0.1"
},
Loading
Oops, something went wrong.