Skip to content

Commit

Permalink
fileserver: pin to @browserfs/core 0.0.12
Browse files Browse the repository at this point in the history
v0.1.0 is incompatible with @types/node 20.11.22.
  • Loading branch information
yoursunny committed Feb 29, 2024
1 parent 9f5e8d7 commit 209b673
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integ/browser-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/webpack": "^5.28.5",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"puppeteer": "^22.2.0",
"puppeteer": "^22.3.0",
"ts-loader": "^9.5.1",
"tslib": "^2.6.2",
"type-fest": "^4.10.3",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"devDependencies": {
"@types/node": "^20.11.20",
"@types/node": "^20.11.22",
"@types/wtfnode": "^0.7.3",
"@typescript/lib-dom": "npm:@types/web@0.0.140",
"@vitest/coverage-v8": "^1.3.1",
"@yoursunny/xo-config": "0.57.2",
"codedown": "^3.1.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typescript": "~5.3.3",
"vitest": "^1.3.1"
},
Expand All @@ -39,6 +39,7 @@
},
"updateConfig": {
"ignoreDependencies": [
"@browserfs/core",
"abstract-level-1"
]
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/fileserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"types": "lib/mod.d.ts"
},
"dependencies": {
"@browserfs/core": "^0.0.12",
"@browserfs/core": "0.0.12",
"@ndn/naming-convention2": "workspace:*",
"@ndn/packet": "workspace:*",
"@ndn/rdr": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/tmp": "^0.2.6",
"@types/write": "^2.0.4",
"tmp": "^0.2.1",
"tmp": "^0.2.3",
"write": "^2.0.0"
},
"engines": {
Expand Down

0 comments on commit 209b673

Please sign in to comment.