|
66 | 66 | "publish-coverage-and-typedocs": "yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages" |
67 | 67 | }, |
68 | 68 | "peerDependencies": { |
69 | | - "browser-level": "*", |
70 | 69 | "rxjs": "7", |
71 | 70 | "tslib": "2" |
72 | 71 | }, |
73 | 72 | "peerDependenciesMeta": { |
74 | 73 | "rxjs": { |
75 | 74 | "optional": true |
76 | | - }, |
77 | | - "browser-level": { |
78 | | - "optional": true |
79 | 75 | } |
80 | 76 | }, |
81 | 77 | "dependencies": { |
82 | 78 | "@jsonjoy.com/jit-router": "^1.0.1", |
83 | 79 | "@jsonjoy.com/json-pack": "^1.1.0", |
84 | | - "@jsonjoy.com/util": "^1.3.0", |
| 80 | + "@jsonjoy.com/util": "^1.4.0", |
85 | 81 | "abstract-level": "^2.0.0", |
86 | 82 | "fs-zoo": "^1.1.0", |
87 | | - "json-joy": "^16.25.0", |
88 | | - "memfs": "^4.11.0", |
89 | 83 | "memory-level": "^1.0.0", |
90 | 84 | "rx-use": "^1.8.1", |
91 | 85 | "sonic-forest": "^1.0.3", |
92 | | - "thingies": "^2.1.0" |
| 86 | + "thingies": "^2.4.0", |
| 87 | + "classic-level": "^1.4.1" |
93 | 88 | }, |
94 | 89 | "devDependencies": { |
| 90 | + "json-joy": "^17.0.0", |
95 | 91 | "@biomejs/biome": "^1.9.3", |
96 | 92 | "@types/benchmark": "^2.1.5", |
97 | 93 | "@types/jest": "^29.5.12", |
98 | 94 | "@types/react": "^18.3.8", |
99 | 95 | "@types/react-dom": "^18.3.0", |
100 | 96 | "@types/ws": "^8.5.10", |
101 | 97 | "benchmark": "^2.1.4", |
102 | | - "browser-level": "^1.0.1", |
103 | | - "classic-level": "^1.4.1", |
104 | | - "clickable-json": "^1.15.0", |
105 | | - "collaborative-editor": "^2.8.0", |
106 | | - "collaborative-input": "^1.6.1", |
107 | | - "html-webpack-plugin": "^5.6.0", |
108 | 98 | "jest": "^29.7.0", |
109 | | - "nano-theme": "^1.4.2", |
110 | | - "nice-ui": "^1.9.2", |
111 | | - "react": "^18.3.1", |
112 | | - "react-dom": "^18.3.1", |
113 | 99 | "rimraf": "^5.0.5", |
114 | 100 | "rxjs": "^7.8.1", |
115 | 101 | "ts-jest": "^29.1.2", |
|
120 | 106 | "typescript": "^5.4.5", |
121 | 107 | "uWebSockets.js": "uNetworking/uWebSockets.js#v20.44.0", |
122 | 108 | "webpack": "^5.94.0", |
123 | | - "webpack-bundle-analyzer": "^4.10.2", |
124 | | - "webpack-cli": "^5.1.4", |
125 | | - "webpack-dev-server": "^5.1.0", |
126 | 109 | "websocket": "^1.0.34", |
127 | 110 | "ws": "^8.16.0" |
128 | 111 | }, |
|
0 commit comments