Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryZhang-ZHY committed Nov 19, 2023
1 parent 991d875 commit cfab15a
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 375 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"docs:preview": "pnpm -C docs run preview"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"vite": "^4.4.0",
"vite": "^4.5.0",
"vitest": "^0.33.0"
}
}
Loading

0 comments on commit cfab15a

Please sign in to comment.