@verdaccio/ui-theme 6.0.0-6-next.76 → 7.0.0-next-7.7
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 -34
- package/static/{Home.8d4d2c22631105ca1699.js → Home.c6c178efc6775bbf190f.js} +1 -1
- package/static/{Home.8d4d2c22631105ca1699.js.LICENSE.txt → Home.c6c178efc6775bbf190f.js.LICENSE.txt} +2 -2
- package/static/Version.c6c178efc6775bbf190f.js +2 -0
- package/static/{Version.8d4d2c22631105ca1699.js.LICENSE.txt → Version.c6c178efc6775bbf190f.js.LICENSE.txt} +2 -2
- package/static/index.html +1 -1
- package/static/main.c6c178efc6775bbf190f.js +2 -0
- package/static/{main.8d4d2c22631105ca1699.js.LICENSE.txt → main.c6c178efc6775bbf190f.js.LICENSE.txt} +72 -6
- package/static/manifest.json +5 -5
- package/static/{runtime.8d4d2c22631105ca1699.js → runtime.c6c178efc6775bbf190f.js} +2 -2
- package/static/{runtime.8d4d2c22631105ca1699.js.LICENSE.txt → runtime.c6c178efc6775bbf190f.js.LICENSE.txt} +2 -2
- package/static/vendors.c6c178efc6775bbf190f.js +206 -0
- package/static/{vendors.8d4d2c22631105ca1699.js.LICENSE.txt → vendors.c6c178efc6775bbf190f.js.LICENSE.txt} +1485 -1655
- package/static/Version.8d4d2c22631105ca1699.js +0 -2
- package/static/main.8d4d2c22631105ca1699.js +0 -2
- package/static/vendors.8d4d2c22631105ca1699.js +0 -206
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/ui-theme",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-next-7.7",
|
|
4
4
|
"description": "Verdaccio User Interface",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Verdaccio Contributors",
|
|
@@ -18,78 +18,77 @@
|
|
|
18
18
|
"@emotion/jest": "11.10.5",
|
|
19
19
|
"@emotion/react": "11.10.6",
|
|
20
20
|
"@emotion/styled": "11.10.6",
|
|
21
|
-
"@mui/icons-material": "5.
|
|
22
|
-
"@mui/material": "5.
|
|
23
|
-
"@mui/styles": "5.
|
|
21
|
+
"@mui/icons-material": "5.15.3",
|
|
22
|
+
"@mui/material": "5.15.3",
|
|
23
|
+
"@mui/styles": "5.15.3",
|
|
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": "
|
|
28
|
-
"@testing-library/jest-dom": "
|
|
29
|
-
"@testing-library/react": "
|
|
30
|
-
"@verdaccio/node-api": "
|
|
31
|
-
"@verdaccio/ui-components": "
|
|
27
|
+
"@testing-library/dom": "9.3.3",
|
|
28
|
+
"@testing-library/jest-dom": "6.2.0",
|
|
29
|
+
"@testing-library/react": "14.1.2",
|
|
30
|
+
"@verdaccio/node-api": "7.0.0-next-7.7",
|
|
31
|
+
"@verdaccio/ui-components": "3.0.0-next.2",
|
|
32
32
|
"babel-loader": "8.3.0",
|
|
33
33
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
34
|
-
"country-flag-icons": "1.5.
|
|
35
|
-
"css-loader": "6.
|
|
36
|
-
"dayjs": "1.11.
|
|
37
|
-
"dompurify": "
|
|
34
|
+
"country-flag-icons": "1.5.9",
|
|
35
|
+
"css-loader": "6.8.1",
|
|
36
|
+
"dayjs": "1.11.10",
|
|
37
|
+
"dompurify": "3.0.8",
|
|
38
38
|
"friendly-errors-webpack-plugin": "1.7.0",
|
|
39
|
-
"github-markdown-css": "5.2.0",
|
|
40
39
|
"harmony-reflect": "1.6.2",
|
|
41
|
-
"highlight.js": "11.
|
|
40
|
+
"highlight.js": "11.9.0",
|
|
42
41
|
"history": "4.10.1",
|
|
43
|
-
"html-webpack-plugin": "5.
|
|
42
|
+
"html-webpack-plugin": "5.6.0",
|
|
44
43
|
"i18next": "20.6.1",
|
|
45
44
|
"in-publish": "2.0.1",
|
|
46
45
|
"js-base64": "3.7.5",
|
|
47
46
|
"js-yaml": "4.1.0",
|
|
48
47
|
"localstorage-memory": "1.0.3",
|
|
49
48
|
"lodash": "4.17.21",
|
|
50
|
-
"marked": "
|
|
51
|
-
"mini-css-extract-plugin": "2.7.
|
|
49
|
+
"marked": "11.1.1",
|
|
50
|
+
"mini-css-extract-plugin": "2.7.7",
|
|
52
51
|
"msw": "0.49.3",
|
|
53
52
|
"mutationobserver-shim": "0.3.7",
|
|
54
|
-
"node-mocks-http": "1.
|
|
53
|
+
"node-mocks-http": "1.14.1",
|
|
55
54
|
"normalize.css": "8.0.1",
|
|
56
55
|
"optimize-css-assets-webpack-plugin": "6.0.1",
|
|
57
56
|
"ora": "5.4.1",
|
|
58
57
|
"raw-loader": "4.0.2",
|
|
59
58
|
"react": "18.2.0",
|
|
60
59
|
"react-dom": "18.2.0",
|
|
61
|
-
"react-hook-form": "7.
|
|
60
|
+
"react-hook-form": "7.49.3",
|
|
62
61
|
"react-hot-loader": "4.13.1",
|
|
63
|
-
"react-i18next": "
|
|
62
|
+
"react-i18next": "13.5.0",
|
|
64
63
|
"react-json-view": "1.21.3",
|
|
65
|
-
"react-markdown": "
|
|
66
|
-
"react-redux": "
|
|
64
|
+
"react-markdown": "9.0.1",
|
|
65
|
+
"react-redux": "8.1.3",
|
|
67
66
|
"react-router": "5.3.4",
|
|
68
67
|
"react-router-dom": "5.3.4",
|
|
69
|
-
"react-virtualized": "9.22.
|
|
68
|
+
"react-virtualized": "9.22.5",
|
|
70
69
|
"redux": "4.2.1",
|
|
71
70
|
"redux-persist": "6.0.0",
|
|
72
71
|
"remark-gfm": "3.0.1",
|
|
73
|
-
"rimraf": "
|
|
74
|
-
"style-loader": "3.3.
|
|
75
|
-
"stylelint": "15.
|
|
72
|
+
"rimraf": "5.0.5",
|
|
73
|
+
"style-loader": "3.3.4",
|
|
74
|
+
"stylelint": "15.11.0",
|
|
76
75
|
"stylelint-config-recommended": "10.0.1",
|
|
77
76
|
"stylelint-config-styled-components": "0.1.1",
|
|
78
77
|
"stylelint-processor-styled-components": "1.10.0",
|
|
79
78
|
"stylelint-webpack-plugin": "4.1.1",
|
|
80
79
|
"supertest": "6.3.3",
|
|
81
|
-
"terser-webpack-plugin": "5.3.
|
|
80
|
+
"terser-webpack-plugin": "5.3.10",
|
|
82
81
|
"url-loader": "4.1.1",
|
|
83
|
-
"validator": "13.
|
|
84
|
-
"webpack": "5.
|
|
85
|
-
"webpack-bundle-analyzer": "4.
|
|
82
|
+
"validator": "13.11.0",
|
|
83
|
+
"webpack": "5.89.0",
|
|
84
|
+
"webpack-bundle-analyzer": "4.10.1",
|
|
86
85
|
"webpack-bundle-size-analyzer": "3.1.0",
|
|
87
86
|
"webpack-cli": "^4.10.0",
|
|
88
87
|
"webpack-dev-server": "3.11.3",
|
|
89
88
|
"webpack-manifest-plugin": "4.1.1",
|
|
90
|
-
"webpack-merge": "5.
|
|
91
|
-
"whatwg-fetch": "3.6.
|
|
92
|
-
"@verdaccio/types": "
|
|
89
|
+
"webpack-merge": "5.10.0",
|
|
90
|
+
"whatwg-fetch": "3.6.20",
|
|
91
|
+
"@verdaccio/types": "12.0.0-next.2"
|
|
93
92
|
},
|
|
94
93
|
"keywords": [
|
|
95
94
|
"private",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! For license information please see Home.
|
|
1
|
+
/*! For license information please see Home.c6c178efc6775bbf190f.js.LICENSE.txt */
|
|
2
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,2 @@
|
|
|
1
|
+
/*! For license information please see Version.c6c178efc6775bbf190f.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@8.1.3_@types+react-dom@18.2.18_@types+react@18.2.47_react-dom@18.2.0_react@18.2.0_redux@4.2.1/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},u=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(u,"useSelector{manifestStore}\nuseSelector{isLoading}",(function(){return[n.useSelector,n.useSelector]}));var l=u;const i=l;var c,f;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(c.register(u,"Version","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/Version.tsx"),c.register(l,"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}}]);
|
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.c6c178efc6775bbf190f.js"></script><script defer src="-/static/vendors.c6c178efc6775bbf190f.js"></script><script defer src="-/static/main.c6c178efc6775bbf190f.js"></script></head>
|
|
16
16
|
|
|
17
17
|
<body class="body">
|
|
18
18
|
<div id="root"></div>
|