mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Merge branch 'dev' into 'master'
Dev See merge request turris/reforis/foris-js!164
This commit is contained in:
commit
c35a4a8236
1509
package-lock.json
generated
1509
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "foris",
|
"name": "foris",
|
||||||
"version": "5.1.12",
|
"version": "5.1.13",
|
||||||
"description": "Set of components and utils for Foris and its plugins.",
|
"description": "Set of components and utils for Foris and its plugins.",
|
||||||
"author": "CZ.NIC, z.s.p.o.",
|
"author": "CZ.NIC, z.s.p.o.",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
"react": "16.9.0",
|
"react": "16.9.0",
|
||||||
"react-dom": "16.9.0",
|
"react-dom": "16.9.0",
|
||||||
"react-router-dom": "^5.1.2",
|
"react-router-dom": "^5.1.2",
|
||||||
"react-styleguidist": "^11.1.5",
|
"react-styleguidist": "^11.1.7",
|
||||||
"snapshot-diff": "^0.7.0",
|
"snapshot-diff": "^0.7.0",
|
||||||
"style-loader": "^1.2.1",
|
"style-loader": "^1.2.1",
|
||||||
"webpack": "^5.15.0"
|
"webpack": "^5.15.0"
|
||||||
|
|
|
@ -21,7 +21,9 @@ export const ForisURLs = {
|
||||||
packages: `${REFORIS_URL_PREFIX}/package-management/packages`,
|
packages: `${REFORIS_URL_PREFIX}/package-management/packages`,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Plugins
|
||||||
storage: `${REFORIS_URL_PREFIX}/storage`,
|
storage: `${REFORIS_URL_PREFIX}/storage`,
|
||||||
|
sentinelAgreement: `${REFORIS_URL_PREFIX}/sentinel/agreement`,
|
||||||
|
|
||||||
// Notifications links are used with <Link/> inside Router, thus url subdir is not required.
|
// Notifications links are used with <Link/> inside Router, thus url subdir is not required.
|
||||||
overview: "/overview",
|
overview: "/overview",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user