Clean-up after PR 3509 (#3517)

This commit is contained in:
Ramon de Klein
2025-03-21 20:43:10 +01:00
committed by GitHub
parent 63c6d8952b
commit 71b1b708b7
15 changed files with 214 additions and 1787 deletions

View File

@@ -59,6 +59,7 @@
"proxy": "http://localhost:9090/",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/runtime": "^7.26.10",
"@playwright/test": "^1.50.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
@@ -95,7 +96,8 @@
"ws": "^8.17.1",
"rollup": "^4.24.0",
"cookie": "^0.7.2",
"jspdf": "^3.0.0"
"jspdf": "^3.0.0",
"@babel/runtime": "^7.26.10"
},
"main": "index.js",
"packageManager": "yarn@4.4.0"

View File

@@ -1652,12 +1652,12 @@ __metadata:
languageName: node
linkType: hard
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2":
version: 7.26.0
resolution: "@babel/runtime@npm:7.26.0"
"@babel/runtime@npm:^7.26.10":
version: 7.26.10
resolution: "@babel/runtime@npm:7.26.10"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10c0/12c01357e0345f89f4f7e8c0e81921f2a3e3e101f06e8eaa18a382b517376520cd2fa8c237726eb094dab25532855df28a7baaf1c26342b52782f6936b07c287
checksum: 10c0/6dc6d88c7908f505c4f7770fb4677dfa61f68f659b943c2be1f2a99cb6680343462867abf2d49822adc435932919b36c77ac60125793e719ea8745f2073d3745
languageName: node
linkType: hard
@@ -17914,6 +17914,7 @@ __metadata:
resolution: "web-app@workspace:."
dependencies:
"@babel/plugin-proposal-private-property-in-object": "npm:^7.21.11"
"@babel/runtime": "npm:^7.26.10"
"@playwright/test": "npm:^1.50.1"
"@reduxjs/toolkit": "npm:^1.9.7"
"@types/jest": "npm:^29.5.14"