@verdaccio/ui-theme 6.0.0-6-next.51 → 6.0.0-6-next.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +33 -36
- package/static/Home.ad3855c38970627c1a21.js +2 -0
- package/static/Home.ad3855c38970627c1a21.js.LICENSE.txt +22 -0
- package/static/Version.ad3855c38970627c1a21.js +2 -0
- package/static/Version.ad3855c38970627c1a21.js.LICENSE.txt +26 -0
- package/static/index.html +1 -1
- package/static/main.ad3855c38970627c1a21.js +2 -0
- package/static/main.ad3855c38970627c1a21.js.LICENSE.txt +1612 -0
- package/static/manifest.json +5 -17
- package/static/runtime.ad3855c38970627c1a21.js +2 -0
- package/static/{runtime.d4346a1621c9b92e2ba9.js.LICENSE.txt → runtime.ad3855c38970627c1a21.js.LICENSE.txt} +2 -2
- package/static/vendors.ad3855c38970627c1a21.js +206 -0
- package/static/vendors.ad3855c38970627c1a21.js.LICENSE.txt +8985 -0
- package/static/Dependencies.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Dependencies.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -62
- package/static/Dist.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Dist.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -52
- package/static/Engines.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Engines.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -58
- package/static/Home.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Home.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -170
- package/static/Install.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Install.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -66
- package/static/NotFound.d4346a1621c9b92e2ba9.js +0 -2
- package/static/NotFound.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -40
- package/static/Provider.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Provider.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -32
- package/static/Repository.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Repository.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -50
- package/static/UpLinks.d4346a1621c9b92e2ba9.js +0 -2
- package/static/UpLinks.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -60
- package/static/Version.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Version.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -346
- package/static/Versions.d4346a1621c9b92e2ba9.js +0 -2
- package/static/Versions.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -58
- package/static/main.d4346a1621c9b92e2ba9.js +0 -2
- package/static/main.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -942
- package/static/runtime.d4346a1621c9b92e2ba9.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_10_9_64242619b17ef17fbf390374526a70a9_node_mod-9a28aa.d4346a1621c9b92e2ba9.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_10_9_64242619b17ef17fbf390374526a70a9_node_mod-9a28aa.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -1258
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_10_9_64242619b17ef17fbf390374526a70a9_node_mod-de1e56.d4346a1621c9b92e2ba9.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_10_9_64242619b17ef17fbf390374526a70a9_node_mod-de1e56.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -108
- package/static/vendors-node_modules_pnpm_mui_material_5_10_9_7021cfdf7302f94c2440c54ef6ddac67_node_modules_m-098791.d4346a1621c9b92e2ba9.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_material_5_10_9_7021cfdf7302f94c2440c54ef6ddac67_node_modules_m-098791.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -336
- package/static/vendors.d4346a1621c9b92e2ba9.js +0 -103
- package/static/vendors.d4346a1621c9b92e2ba9.js.LICENSE.txt +0 -5142
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/ui-theme",
|
|
3
|
-
"version": "6.0.0-6-next.
|
|
3
|
+
"version": "6.0.0-6-next.53",
|
|
4
4
|
"description": "Verdaccio User Interface",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Verdaccio Contributors",
|
|
@@ -13,60 +13,57 @@
|
|
|
13
13
|
"homepage": "https://verdaccio.org",
|
|
14
14
|
"main": "index.js",
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@emotion/
|
|
17
|
-
"@emotion/
|
|
18
|
-
"@
|
|
19
|
-
"@
|
|
20
|
-
"@
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"@
|
|
16
|
+
"@emotion/react": "11.10.5",
|
|
17
|
+
"@emotion/styled": "11.10.5",
|
|
18
|
+
"@mui/icons-material": "5.11.0",
|
|
19
|
+
"@mui/styles": "5.11.1",
|
|
20
|
+
"@mui/material": "5.11.1",
|
|
21
|
+
"@emotion/babel-plugin": "11.10.5",
|
|
22
|
+
"@emotion/css": "11.10.5",
|
|
23
|
+
"@emotion/jest": "11.10.5",
|
|
24
24
|
"@rematch/core": "2.2.0",
|
|
25
25
|
"@rematch/loading": "2.1.2",
|
|
26
26
|
"@rematch/persist": "2.1.2",
|
|
27
|
-
"@testing-library/dom": "8.19.
|
|
27
|
+
"@testing-library/dom": "8.19.1",
|
|
28
28
|
"@testing-library/jest-dom": "5.16.5",
|
|
29
29
|
"@testing-library/react": "13.4.0",
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@types
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"@verdaccio/node-api": "6.0.0-6-next.51",
|
|
36
|
-
"@verdaccio/types": "11.0.0-6-next.17",
|
|
37
|
-
"babel-loader": "8.2.5",
|
|
30
|
+
"@verdaccio/node-api": "6.0.0-6-next.53",
|
|
31
|
+
"@verdaccio/ui-components": "2.0.0-6-next.1",
|
|
32
|
+
"@verdaccio/types": "11.0.0-6-next.18",
|
|
33
|
+
"normalize.css": "8.0.1",
|
|
34
|
+
"babel-loader": "8.3.0",
|
|
38
35
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
39
36
|
"country-flag-icons": "1.5.5",
|
|
40
|
-
"css-loader": "6.7.
|
|
41
|
-
"dayjs": "1.11.
|
|
37
|
+
"css-loader": "6.7.3",
|
|
38
|
+
"dayjs": "1.11.7",
|
|
42
39
|
"friendly-errors-webpack-plugin": "1.7.0",
|
|
43
40
|
"harmony-reflect": "1.6.2",
|
|
44
41
|
"history": "4.10.1",
|
|
45
42
|
"html-webpack-plugin": "5.5.0",
|
|
46
43
|
"i18next": "20.6.1",
|
|
47
44
|
"in-publish": "2.0.1",
|
|
48
|
-
"js-base64": "3.7.
|
|
45
|
+
"js-base64": "3.7.3",
|
|
49
46
|
"js-yaml": "3.14.1",
|
|
50
47
|
"localstorage-memory": "1.0.3",
|
|
51
48
|
"lodash": "4.17.21",
|
|
52
|
-
"mini-css-extract-plugin": "2.
|
|
53
|
-
"msw": "0.
|
|
49
|
+
"mini-css-extract-plugin": "2.7.2",
|
|
50
|
+
"msw": "0.49.2",
|
|
54
51
|
"mutationobserver-shim": "0.3.7",
|
|
55
|
-
"node-mocks-http": "1.
|
|
56
|
-
"normalize.css": "8.0.1",
|
|
52
|
+
"node-mocks-http": "1.12.1",
|
|
57
53
|
"optimize-css-assets-webpack-plugin": "6.0.1",
|
|
58
54
|
"ora": "5.4.1",
|
|
59
|
-
"dompurify": "2.4.
|
|
60
|
-
"highlight.js": "11.
|
|
61
|
-
"
|
|
55
|
+
"dompurify": "2.4.1",
|
|
56
|
+
"highlight.js": "11.7.0",
|
|
57
|
+
"github-markdown-css": "4.0.0",
|
|
58
|
+
"marked": "4.2.5",
|
|
62
59
|
"raw-loader": "4.0.2",
|
|
63
60
|
"react": "18.2.0",
|
|
64
61
|
"react-dom": "18.2.0",
|
|
65
|
-
"react-hook-form": "7.
|
|
66
|
-
"react-hot-loader": "4.13.
|
|
67
|
-
"react-i18next": "12.
|
|
62
|
+
"react-hook-form": "7.41.1",
|
|
63
|
+
"react-hot-loader": "4.13.1",
|
|
64
|
+
"react-i18next": "12.1.1",
|
|
68
65
|
"react-json-view": "1.21.3",
|
|
69
|
-
"react-markdown": "8.0.
|
|
66
|
+
"react-markdown": "8.0.4",
|
|
70
67
|
"react-redux": "7.2.9",
|
|
71
68
|
"react-router": "5.3.4",
|
|
72
69
|
"react-router-dom": "5.3.4",
|
|
@@ -76,17 +73,17 @@
|
|
|
76
73
|
"remark-gfm": "3.0.1",
|
|
77
74
|
"rimraf": "3.0.2",
|
|
78
75
|
"style-loader": "3.3.1",
|
|
79
|
-
"stylelint": "14.
|
|
76
|
+
"stylelint": "14.16.0",
|
|
80
77
|
"stylelint-config-recommended": "7.0.0",
|
|
81
78
|
"stylelint-config-styled-components": "0.1.1",
|
|
82
79
|
"stylelint-processor-styled-components": "1.10.0",
|
|
83
80
|
"stylelint-webpack-plugin": "3.3.0",
|
|
84
|
-
"supertest": "6.3.
|
|
81
|
+
"supertest": "6.3.3",
|
|
85
82
|
"terser-webpack-plugin": "5.3.6",
|
|
86
83
|
"url-loader": "4.1.1",
|
|
87
84
|
"validator": "13.7.0",
|
|
88
|
-
"webpack": "5.
|
|
89
|
-
"webpack-bundle-analyzer": "4.
|
|
85
|
+
"webpack": "5.75.0",
|
|
86
|
+
"webpack-bundle-analyzer": "4.7.0",
|
|
90
87
|
"webpack-bundle-size-analyzer": "3.1.0",
|
|
91
88
|
"webpack-cli": "^4.10.0",
|
|
92
89
|
"webpack-dev-server": "3.11.3",
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see Home.ad3855c38970627c1a21.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["Home"],{"./src/pages/Front/Home.ts":(e,o,a)=>{a.r(o),a.d(o,{default:()=>l});var t,r=a("../../ui-components/build/index.js");e=a.hmd(e),(t="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&t(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var d=r.Home;const l=d;var c,n;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&c.register(d,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Front/Home.ts"),(n="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&n(e)},"./src/pages/Front/index.ts":(e,o,a)=>{a.r(o),a.d(o,{default:()=>t.default});var t=a("./src/pages/Front/Home.ts");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature}}]);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: Home
|
|
4
|
+
* Generated on: 1672700780166
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.53
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ./Home */
|
|
13
|
+
|
|
14
|
+
/*! @verdaccio/ui-components */
|
|
15
|
+
|
|
16
|
+
/*!*********************************!*\
|
|
17
|
+
!*** ./src/pages/Front/Home.ts ***!
|
|
18
|
+
\*********************************/
|
|
19
|
+
|
|
20
|
+
/*!**********************************!*\
|
|
21
|
+
!*** ./src/pages/Front/index.ts ***!
|
|
22
|
+
\**********************************/
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see Version.ad3855c38970627c1a21.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["Version"],{"./src/pages/Version/Version.tsx":(e,o,r)=>{r.r(o),r.d(o,{default:()=>i});var t,a=r("../../../node_modules/.pnpm/react@18.2.0/node_modules/react/index.js"),n=r("../../../node_modules/.pnpm/react-redux@7.2.9_react-dom@18.2.0+react@18.2.0/node_modules/react-redux/es/index.js"),d=r("../../ui-components/build/index.js");e=r.hmd(e),(t="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&t(e);var s="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},l=function(){var e=(0,n.useSelector)((function(e){return e.manifest}));return(0,n.useSelector)((function(e){var o;return null==e||null===(o=e.loading)||void 0===o?void 0:o.models.manifest}))?a.createElement(d.Loading,null):e.hasNotBeenFound?a.createElement(d.NotFound,null):a.createElement(d.VersionLayout,null)};s(l,"useSelector{manifestStore}\nuseSelector{isLoading}",(function(){return[n.useSelector,n.useSelector]}));var u=l;const i=u;var c,f;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(c.register(l,"Version","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/Version.tsx"),c.register(u,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/Version.tsx")),(f="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&f(e)},"./src/pages/Version/index.ts":(e,o,r)=>{r.r(o),r.d(o,{default:()=>t.default});var t=r("./src/pages/Version/Version.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature}}]);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: Version
|
|
4
|
+
* Generated on: 1672700780166
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.53
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ./Version */
|
|
13
|
+
|
|
14
|
+
/*! @verdaccio/ui-components */
|
|
15
|
+
|
|
16
|
+
/*! react */
|
|
17
|
+
|
|
18
|
+
/*! react-redux */
|
|
19
|
+
|
|
20
|
+
/*!************************************!*\
|
|
21
|
+
!*** ./src/pages/Version/index.ts ***!
|
|
22
|
+
\************************************/
|
|
23
|
+
|
|
24
|
+
/*!***************************************!*\
|
|
25
|
+
!*** ./src/pages/Version/Version.tsx ***!
|
|
26
|
+
\***************************************/
|
package/static/index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<script>
|
|
13
13
|
window.__VERDACCIO_BASENAME_UI_OPTIONS = JSON.parse('ToReplaceByVerdaccioUI');
|
|
14
14
|
</script>
|
|
15
|
-
<link rel="icon" href="-/static/favicon.ico"><script defer src="-/static/runtime.
|
|
15
|
+
<link rel="icon" href="-/static/favicon.ico"><script defer src="-/static/runtime.ad3855c38970627c1a21.js"></script><script defer src="-/static/vendors.ad3855c38970627c1a21.js"></script><script defer src="-/static/main.ad3855c38970627c1a21.js"></script></head>
|
|
16
16
|
|
|
17
17
|
<body class="body">
|
|
18
18
|
<div id="root"></div>
|