Skip to content
Snippets Groups Projects
Commit bdb8c63e authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Merge branch 'TMSS-3119-Fix-Templates-Front-End-Only-Part-II' into 'master'

FIx double defaults due to reference

Closes TMSS-3119

See merge request !1486
parents 1c7f0fbb 1053d9b0
No related branches found
No related tags found
1 merge request!1486FIx double defaults due to reference
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"katex": "^0.16.11", "katex": "^0.16.11",
"match-sorter": "^6.3.4", "match-sorter": "^6.3.4",
"quill": "^2.0.2", "quill": "^2.0.2",
"@astron-sd/telescope-specification": "^0.0.109", "@astron-sd/telescope-specification": "^0.0.110",
"axios": "^1.7.7", "axios": "^1.7.7",
"immer": "^10.1.1", "immer": "^10.1.1",
"jspdf": "^2.5.2", "jspdf": "^2.5.2",
...@@ -1759,9 +1759,9 @@ ...@@ -1759,9 +1759,9 @@
} }
}, },
"node_modules/match-sorter": { "node_modules/match-sorter": {
"version": "6.4.0", "version": "6.3.4",
"resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-6.4.0.tgz", "resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-6.3.4.tgz",
"integrity": "sha512-d4664ahzdL1QTTvmK1iI0JsrxWeJ6gn33qkYtnPg3mcn+naBLtXSgSPOe+X2vUgtgGwaAk3eiaj7gwKjjMAq+Q==", "integrity": "sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.23.8", "@babel/runtime": "^7.23.8",
"remove-accents": "0.5.0" "remove-accents": "0.5.0"
...@@ -7446,9 +7446,9 @@ ...@@ -7446,9 +7446,9 @@
} }
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.39", "version": "1.5.40",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.39.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.40.tgz",
"integrity": "sha512-4xkpSR6CjuiaNyvwiWDI85N9AxsvbPawB8xc7yzLPonYTuP19BVgYweKyUMFtHEZgIcHWMt1ks5Cqx2m+6/Grg==" "integrity": "sha512-LYm78o6if4zTasnYclgQzxEcgMoIcybWOhkATWepN95uwVVWV0/IW10v+2sIeHE+bIYWipLneTftVyQm45UY7g=="
}, },
"node_modules/@babel/parser": { "node_modules/@babel/parser": {
"version": "7.25.8", "version": "7.25.8",
...@@ -12547,9 +12547,9 @@ ...@@ -12547,9 +12547,9 @@
} }
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.79.5", "version": "1.80.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.79.5.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.1.tgz",
"integrity": "sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==", "integrity": "sha512-9lBwDZ7j3y/1DKj5Ec249EVGo5CVpwnzIyIj+cqlCjKkApLnzsJ/l9SnV4YnORvW9dQwQN+gQvh/mFZ8CnDs7Q==",
"dependencies": { "dependencies": {
"@parcel/watcher": "^2.4.1", "@parcel/watcher": "^2.4.1",
"chokidar": "^4.0.0", "chokidar": "^4.0.0",
...@@ -13240,9 +13240,9 @@ ...@@ -13240,9 +13240,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.7.5", "version": "22.7.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.6.tgz",
"integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", "integrity": "sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==",
"dependencies": { "dependencies": {
"undici-types": "~6.19.2" "undici-types": "~6.19.2"
} }
...@@ -18119,9 +18119,9 @@ ...@@ -18119,9 +18119,9 @@
} }
}, },
"node_modules/@astron-sd/telescope-specification": { "node_modules/@astron-sd/telescope-specification": {
"version": "0.0.109", "version": "0.0.110",
"resolved": "https://git.astron.nl/api/v4/projects/645/packages/npm/@astron-sd/telescope-specification/-/@astron-sd/telescope-specification-0.0.109.tgz", "resolved": "https://git.astron.nl/api/v4/projects/645/packages/npm/@astron-sd/telescope-specification/-/@astron-sd/telescope-specification-0.0.110.tgz",
"integrity": "sha1-HR2Dr35ZKOgSDN/Mo/i0jFQ9ZJ4=", "integrity": "sha1-TeBTQcoMHsaujprFHbRQ1v1Pm/I=",
"dependencies": { "dependencies": {
"install": "^0.13.0", "install": "^0.13.0",
"npm": "^10.8.1" "npm": "^10.8.1"
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"@ag-grid-community/all-modules": "^24.1.0", "@ag-grid-community/all-modules": "^24.1.0",
"@apidevtools/json-schema-ref-parser": "^11.7.0", "@apidevtools/json-schema-ref-parser": "^11.7.0",
"@astron-sd/telescope-specification": "^0.0.109", "@astron-sd/telescope-specification": "^0.0.110",
"@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/fontawesome-free": "^6.6.0",
"@grafana/faro-react": "^1.9.1", "@grafana/faro-react": "^1.9.1",
"@json-editor/json-editor": "^2.14.1", "@json-editor/json-editor": "^2.14.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment