Bump deps

This commit is contained in:
Andras Schmelczer 2025-07-06 15:16:58 +01:00
parent f07aa5faa7
commit 0a41bac012
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 5769 additions and 4922 deletions

View file

@ -9,4 +9,4 @@
"rust-analyzer.cargo.features": [ "rust-analyzer.cargo.features": [
"all" "all"
] ]
} }

File diff suppressed because it is too large Load diff

View file

@ -1,24 +1,24 @@
{ {
"name": "reconcile", "name": "reconcile",
"version": "0.4.0", "version": "0.4.0",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/types/index.d.ts", "types": "dist/types/index.d.ts",
"files": [ "files": [
"dist/*" "dist/*"
], ],
"scripts": { "scripts": {
"build": "webpack --mode production", "build": "webpack --mode production",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest" "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"jest": "^29.7.0", "jest": "^30.0.4",
"reconcile": "file:../pkg", "reconcile": "file:../pkg",
"ts-jest": "^29.3.4", "ts-jest": "^29.4.0",
"ts-loader": "^9.5.2", "ts-loader": "^9.5.2",
"tslib": "2.8.1", "tslib": "2.8.1",
"typescript": "5.8.3", "typescript": "5.8.3",
"webpack": "^5.99.9", "webpack": "^5.99.9",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
} }
} }