Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,19 @@
"@types/eslint__eslintrc": "^3.3.0",
"@types/eslint__js": "^9.14.0",
"@types/jest": "^29.5.14",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.14.0",
"@types/mime-types": "^3.0.0",
"@types/node": "^22.15.29",
"@types/yargs": "^17.0.33",
"eslint": "^9.24.0",
"eslint": "^9.28.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.3",
"ts-jest": "^29.3.4",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.0"
"typescript-eslint": "^8.33.1"
},
"dependencies": {
"@e-invoice-eu/core": "^2.1.7",
Expand All @@ -121,7 +122,7 @@
"chalk": "^5.4.1",
"js-yaml": "^4.1.0",
"mime-types": "^3.0.1",
"valibot": "^1.0.0",
"valibot": "^1.1.0",
"yargs": "^17.7.2"
},
"gitHead": "45da167e3520f872914bd124389df8326c70e020"
Expand Down
34 changes: 17 additions & 17 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,38 @@
"author": "Guido Flohr <guido.flohr@cantanea.com> (http://www.guido.flohr.net/)",
"dependencies": {
"@e-invoice-eu/core": "^2.1.7",
"@nestjs/common": "^11.0.13",
"@nestjs/common": "^11.1.2",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.0.13",
"@nestjs/platform-express": "^11.0.13",
"@nestjs/swagger": "^11.1.1",
"@nestjs/core": "^11.1.2",
"@nestjs/platform-express": "^11.1.2",
"@nestjs/swagger": "^11.2.0",
"@valibot/i18n": "^1.0.0",
"ajv": "^8.17.1",
"js-yaml": "^4.1.0",
"rxjs": "^7.8.2",
"valibot": "^1.0.0"
"valibot": "^1.1.0"
},
"devDependencies": {
"@nestjs/cli": "^11.0.6",
"@nestjs/schematics": "^11.0.3",
"@nestjs/testing": "^11.0.13",
"@nestjs/cli": "^11.0.7",
"@nestjs/schematics": "^11.0.5",
"@nestjs/testing": "^11.1.2",
"@types/eslint__eslintrc": "^3.3.0",
"@types/eslint__js": "^9.14.0",
"@types/express": "^5.0.1",
"@types/express": "^5.0.2",
"@types/jest": "^29.5.14",
"@types/multer": "^1.4.12",
"@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-prettier": "^5.4.1",
"jest": "^29.7.0",
"lint-staged": "^15.5.0",
"lint-staged": "^16.1.0",
"prettier": "^3.5.3",
"supertest": "^7.1.0",
"ts-jest": "^29.3.1",
"supertest": "^7.1.1",
"ts-jest": "^29.3.4",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"dependencies": {},
"devDependencies": {
"@esgettext/tools": "^1.3.6",
"bun": "^1.2.8",
"bun": "^1.2.15",
"husky": "^9.1.7",
"lerna": "^8.2.1"
"lerna": "^8.2.2"
}
}
27 changes: 14 additions & 13 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
]
},
"devDependencies": {
"@babel/highlight": "^7.25.9",
"@esgettext/tools": "^1.3.6",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -94,31 +95,31 @@
"@types/eslint__js": "^9.14.0",
"@types/jest": "^29.5.14",
"@types/jsonpath-plus": "^5.0.5",
"@types/node": "^22.14.0",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"@types/node": "^22.15.29",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"ajv-cli": "^5.0.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.6",
"fast-xml-parser": "^5.2.0",
"eslint-plugin-prettier": "^5.4.1",
"fast-xml-parser": "^5.2.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"json-schema-to-typescript": "^15.0.4",
"lint-staged": "^15.5.0",
"lint-staged": "^16.1.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"rollup": "^4.39.0",
"rollup": "^4.41.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"ts-jest": "^29.3.1",
"ts-jest": "^29.3.4",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.3",
"typedoc-material-theme": "^1.3.0",
"tsx": "^4.19.4",
"typedoc-material-theme": "^1.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.0"
"typescript-eslint": "^8.33.1"
},
"dependencies": {
"@cantoo/pdf-lib": "^2.4.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@porscheofficial/cookie-consent-banner": "^3.1.3",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.21",
"bootstrap": "~>5.3.5",
"bootstrap-icons": "^1.11.3",
"bootstrap": "~>5.3.6",
"bootstrap-icons": "^1.13.1",
"browser-sync": "^3.0.4",
"caniuse-lite": "^1.0.30001712",
"caniuse-lite": "^1.0.30001721",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
Expand All @@ -28,7 +28,7 @@
"fs-extra": "^11.3.0",
"jQuery": "^1.7.4",
"jquery": "^3.7.1",
"jsdom": "^26.0.0",
"jsdom": "^26.1.0",
"mini-css-extract-plugin": "^2.9.2",
"popper.js": "^1.16.1",
"postcss-font-magician": "^4.0.0",
Expand All @@ -37,11 +37,11 @@
"prismjs": "^1.30.0",
"qgoda-tt2-plugin-highlight": "github:gflohr/qgoda-tt2-plugin-highlight",
"rimraf": "^6.0.1",
"sass": "^1.86.3",
"sass": "^1.89.1",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.98.0",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
},
"browserslist": [
Expand Down