Skip to content

Commit a2f9e5a

Browse files
committed
WP Update
Prep for VIAT code work
1 parent fbf7a72 commit a2f9e5a

File tree

6 files changed

+583
-1327
lines changed

6 files changed

+583
-1327
lines changed

VIAT.pages

5.1 KB
Binary file not shown.

package.json

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@
1414
},
1515
"company": "Universal Web, Inc",
1616
"dependencies": {
17+
"@babel/eslint-parser": "^7.28.4",
1718
"@cldmv/sizeofvar": "^1.0.4",
18-
"@tensorflow/tfjs": "^4.22.0",
19-
"@tensorflow/tfjs-converter": "^4.22.0",
20-
"@tensorflow/tfjs-core": "^4.22.0",
21-
"@tensorflow/tfjs-layers": "^4.22.0",
22-
"@tensorflow/tfjs-node": "^4.22.0",
2319
"@universalweb/utilitylib": "github:universalweb/utilitylib",
2420
"boxen": "^8.0.1",
2521
"cbor-x": "^1.6.0",
@@ -36,7 +32,6 @@
3632
"libsodium-wrappers": "^0.7.15",
3733
"lmdb": "^3.4.2",
3834
"lru-cache": "^11.2.1",
39-
"mongoose": "^8.18.0",
4035
"node-seal": "^6.0.0",
4136
"node-watch": "^0.7.4",
4237
"nodemon": "^3.1.10",
@@ -130,26 +125,23 @@
130125
"version": "5.0.0",
131126
"designVersion": "5.0.0",
132127
"devDependencies": {
133-
"@babel/core": "^7.28.3",
134-
"@babel/eslint-parser": "^7.28.0",
128+
"@babel/core": "^7.28.4",
135129
"@babel/preset-env": "^7.28.3",
136130
"@stylistic/eslint-plugin": "^5.3.1",
137131
"auto-changelog": "^2.5.0",
138132
"axios": "^1.11.0",
139133
"benchmark": "^2.1.4",
140-
"daisyui": "^5.1.6",
141-
"eslint": "^9.34.0",
142-
"eslint-plugin-jsdoc": "^54.3.1",
143-
"globals": "^16.3.0",
144-
"tailwindcss": "^4.1.12",
134+
"daisyui": "^5.1.10",
135+
"eslint": "^9.35.0",
136+
"eslint-plugin-jsdoc": "^55.2.0",
137+
"globals": "^16.4.0",
138+
"tailwindcss": "^4.1.13",
145139
"textlint": "^15.2.2"
146140
},
141+
"overrides": {
142+
"pqclean": "latest"
143+
},
147144
"pnpm": {
148-
"overrides": {
149-
"pqclean": "latest",
150-
"@electron/get": "latest",
151-
"electron": "latest"
152-
},
153145
"onlyBuiltDependencies": [
154146
"lmdb",
155147
"cbor-extract",
@@ -162,16 +154,7 @@
162154
"os",
163155
"sodium-native",
164156
"node-seal",
165-
"@noble",
166-
"lru-cache",
167-
"@tensorflow",
168-
"@tensorflow/tfjs-node",
169-
"@tensorflow/tfjs-node-metal",
170-
"@tensorflow/tfjs",
171-
"@tensorflow/tfjs-converter",
172-
"@tensorflow/tfjs-core",
173-
"@tensorflow/tfjs-layers",
174-
"gl"
157+
"lru-cache"
175158
]
176159
},
177160
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)