Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami committed Aug 13, 2024
1 parent 4055758 commit 6036e50
Show file tree
Hide file tree
Showing 2 changed files with 2,110 additions and 1,529 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webcontainer-fst",
"version": "0.0.2",
"author": "Shinya Fujino <shf0811@gamil.com> (https://github.com/morinokami)",
"author": "Shinya Fujino <shf0811@gmail.com> (https://github.com/morinokami)",
"description": "Create a WebContainer-compatible FileSystemTree from a given path",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -30,19 +30,19 @@
"test": "vitest"
},
"devDependencies": {
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.14.0",
"@types/mock-fs": "4.13.4",
"@types/node": "22.2.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@webcontainer/api": "^1.0.1",
"@webcontainer/api": "1.2.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"istextorbinary": "^6.0.0",
"mock-fs": "^5.2.0",
"prettier": "^2.8.4",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
"istextorbinary": "9.5.0",
"mock-fs": "5.2.0",
"prettier": "3.3.3",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vitest": "2.0.5"
}
}
Loading

0 comments on commit 6036e50

Please sign in to comment.