fix: Bringing in a building for the browser

This commit is contained in:
J H
2024-03-25 11:07:59 -06:00
parent 18cc5e0ee8
commit 4ab7300376
6 changed files with 55 additions and 19 deletions

8
web/package-lock.json generated
View File

@@ -1982,19 +1982,19 @@
"version": "0.4.0-rev0.lib0.rc8.beta10",
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"isomorphic-fetch": "^3.0.0",
"ts-matches": "^5.4.1",
"yaml": "^2.2.2"
"ts-matches": "^5.4.1"
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@types/jest": "^29.4.0",
"jest": "^29.4.3",
"prettier": "^3.2.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsx": "^4.7.1",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"yaml": "^2.2.2"
}
},
"node_modules/@ampproject/remapping": {