Merge branch 'main' into feature/tree-store-from-manifest

This commit is contained in:
Mads Rasmussen
2022-12-19 13:36:51 +01:00
2 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
"lodash": "^4.17.21",
"openapi-typescript-fetch": "^1.1.3",
"router-slot": "^1.5.5",
"rxjs": "^7.6.0",
"rxjs": "^7.8.0",
"uuid": "^9.0.0"
},
"devDependencies": {
@@ -65,7 +65,7 @@
"typescript": "^4.9.4",
"vite": "^3.2.4",
"vite-plugin-static-copy": "^0.13.0",
"vite-tsconfig-paths": "^4.0.1",
"vite-tsconfig-paths": "^4.0.3",
"web-component-analyzer": "^2.0.0-next.4"
},
"engines": {
@@ -25947,9 +25947,9 @@
"dev": true
},
"node_modules/rxjs": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.6.0.tgz",
"integrity": "sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz",
"integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==",
"dependencies": {
"tslib": "^2.1.0"
}
@@ -29396,9 +29396,9 @@
"dev": true
},
"node_modules/vite-tsconfig-paths": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.0.1.tgz",
"integrity": "sha512-CQpI+zxo8/CnqsAaM2+Kpsgaj7UEKlM1fMMcm7RZQlcxRd7JwGpsYhrHJo/dIA3lsd7HI4JtSflH4+Ip+Dymkw==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.0.3.tgz",
"integrity": "sha512-gRO2Q/tOkV+9kMht5tz90+IaEKvW2zCnvwJV3tp2ruPNZOTM5rF+yXorJT4ggmAMYEaJ3nyXjx5P5jY5FwiZ+A==",
"dev": true,
"dependencies": {
"debug": "^4.1.1",
@@ -50794,9 +50794,9 @@
}
},
"rxjs": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.6.0.tgz",
"integrity": "sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz",
"integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==",
"requires": {
"tslib": "^2.1.0"
}
@@ -53690,9 +53690,9 @@
}
},
"vite-tsconfig-paths": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.0.1.tgz",
"integrity": "sha512-CQpI+zxo8/CnqsAaM2+Kpsgaj7UEKlM1fMMcm7RZQlcxRd7JwGpsYhrHJo/dIA3lsd7HI4JtSflH4+Ip+Dymkw==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.0.3.tgz",
"integrity": "sha512-gRO2Q/tOkV+9kMht5tz90+IaEKvW2zCnvwJV3tp2ruPNZOTM5rF+yXorJT4ggmAMYEaJ3nyXjx5P5jY5FwiZ+A==",
"dev": true,
"requires": {
"debug": "^4.1.1",

View File

@@ -64,7 +64,7 @@
"lodash": "^4.17.21",
"openapi-typescript-fetch": "^1.1.3",
"router-slot": "^1.5.5",
"rxjs": "^7.6.0",
"rxjs": "^7.8.0",
"uuid": "^9.0.0"
},
"devDependencies": {
@@ -109,7 +109,7 @@
"typescript": "^4.9.4",
"vite": "^3.2.4",
"vite-plugin-static-copy": "^0.13.0",
"vite-tsconfig-paths": "^4.0.1",
"vite-tsconfig-paths": "^4.0.3",
"web-component-analyzer": "^2.0.0-next.4"
},
"msw": {