privat link site

This commit is contained in:
2023-02-24 17:29:48 +01:00
parent a7ee872ebd
commit e18887635d
13 changed files with 182 additions and 11 deletions

47
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-svg": "^15.1.21",
"web-vitals": "^2.1.4"
}
},
@@ -3406,6 +3407,16 @@
"url": "https://github.com/sponsors/gregberge"
}
},
"node_modules/@tanem/svg-injector": {
"version": "10.1.45",
"resolved": "https://registry.npmjs.org/@tanem/svg-injector/-/svg-injector-10.1.45.tgz",
"integrity": "sha512-HOmdNqYIP808rxzxc6dCP8MZOQQ1zKscoNo5BkjZKgYGSm/ObNCW6r+IPTP30kVHET7y0HAzrDwnP0WYFyr3Tg==",
"dependencies": {
"@babel/runtime": "^7.20.7",
"content-type": "^1.0.4",
"tslib": "^2.4.1"
}
},
"node_modules/@testing-library/dom": {
"version": "8.19.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.19.1.tgz",
@@ -14249,6 +14260,21 @@
}
}
},
"node_modules/react-svg": {
"version": "15.1.21",
"resolved": "https://registry.npmjs.org/react-svg/-/react-svg-15.1.21.tgz",
"integrity": "sha512-ISMX8ICoLNivt1+OPY24V0WmBYPSEuVU1EzgVhyXj7mSGs+aQosGFevatrfxx+1zh28iyvWRDma1YbpylGEwbw==",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@tanem/svg-injector": "^10.1.42",
"@types/prop-types": "^15.7.5",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
@@ -19279,6 +19305,16 @@
"loader-utils": "^2.0.0"
}
},
"@tanem/svg-injector": {
"version": "10.1.45",
"resolved": "https://registry.npmjs.org/@tanem/svg-injector/-/svg-injector-10.1.45.tgz",
"integrity": "sha512-HOmdNqYIP808rxzxc6dCP8MZOQQ1zKscoNo5BkjZKgYGSm/ObNCW6r+IPTP30kVHET7y0HAzrDwnP0WYFyr3Tg==",
"requires": {
"@babel/runtime": "^7.20.7",
"content-type": "^1.0.4",
"tslib": "^2.4.1"
}
},
"@testing-library/dom": {
"version": "8.19.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.19.1.tgz",
@@ -27049,6 +27085,17 @@
"workbox-webpack-plugin": "^6.4.1"
}
},
"react-svg": {
"version": "15.1.21",
"resolved": "https://registry.npmjs.org/react-svg/-/react-svg-15.1.21.tgz",
"integrity": "sha512-ISMX8ICoLNivt1+OPY24V0WmBYPSEuVU1EzgVhyXj7mSGs+aQosGFevatrfxx+1zh28iyvWRDma1YbpylGEwbw==",
"requires": {
"@babel/runtime": "^7.20.7",
"@tanem/svg-injector": "^10.1.42",
"@types/prop-types": "^15.7.5",
"prop-types": "^15.8.1"
}
},
"read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",