@verdaccio/ui-theme 6.0.0-6-next.67 → 6.0.0-6-next.69
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 +23 -23
- package/static/{Home.7f277b39ee739df5e322.js → Home.795ffd12d8ad3dac782d.js} +1 -1
- package/static/{Home.7f277b39ee739df5e322.js.LICENSE.txt → Home.795ffd12d8ad3dac782d.js.LICENSE.txt} +2 -2
- package/static/{Version.7f277b39ee739df5e322.js → Version.795ffd12d8ad3dac782d.js} +2 -2
- package/static/{Version.7f277b39ee739df5e322.js.LICENSE.txt → Version.795ffd12d8ad3dac782d.js.LICENSE.txt} +2 -2
- package/static/index.html +1 -1
- package/static/main.795ffd12d8ad3dac782d.js +2 -0
- package/static/{main.7f277b39ee739df5e322.js.LICENSE.txt → main.795ffd12d8ad3dac782d.js.LICENSE.txt} +4 -2
- package/static/manifest.json +5 -5
- package/static/runtime.795ffd12d8ad3dac782d.js +2 -0
- package/static/{runtime.7f277b39ee739df5e322.js.LICENSE.txt → runtime.795ffd12d8ad3dac782d.js.LICENSE.txt} +2 -2
- package/static/vendors.795ffd12d8ad3dac782d.js +206 -0
- package/static/{vendors.7f277b39ee739df5e322.js.LICENSE.txt → vendors.795ffd12d8ad3dac782d.js.LICENSE.txt} +2798 -2724
- package/static/main.7f277b39ee739df5e322.js +0 -2
- package/static/runtime.7f277b39ee739df5e322.js +0 -2
- package/static/vendors.7f277b39ee739df5e322.js +0 -206
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.69",
|
|
4
4
|
"description": "Verdaccio User Interface",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Verdaccio Contributors",
|
|
@@ -13,49 +13,48 @@
|
|
|
13
13
|
"homepage": "https://verdaccio.org",
|
|
14
14
|
"main": "index.js",
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@emotion/
|
|
17
|
-
"@emotion/
|
|
18
|
-
"@mui/icons-material": "5.11.9",
|
|
19
|
-
"@mui/styles": "5.11.9",
|
|
20
|
-
"@mui/material": "5.11.9",
|
|
21
|
-
"@emotion/babel-plugin": "11.10.5",
|
|
22
|
-
"@emotion/css": "11.10.5",
|
|
16
|
+
"@emotion/babel-plugin": "11.10.6",
|
|
17
|
+
"@emotion/css": "11.10.6",
|
|
23
18
|
"@emotion/jest": "11.10.5",
|
|
19
|
+
"@emotion/react": "11.10.6",
|
|
20
|
+
"@emotion/styled": "11.10.6",
|
|
21
|
+
"@mui/icons-material": "5.11.16",
|
|
22
|
+
"@mui/material": "5.12.0",
|
|
23
|
+
"@mui/styles": "5.12.0",
|
|
24
24
|
"@rematch/core": "2.2.0",
|
|
25
25
|
"@rematch/loading": "2.1.2",
|
|
26
26
|
"@rematch/persist": "2.1.2",
|
|
27
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
|
-
"@verdaccio/node-api": "6.0.0-6-next.
|
|
31
|
-
"@verdaccio/ui-components": "2.0.0-6-next.
|
|
32
|
-
"@verdaccio/types": "11.0.0-6-next.25",
|
|
33
|
-
"normalize.css": "8.0.1",
|
|
30
|
+
"@verdaccio/node-api": "6.0.0-6-next.69",
|
|
31
|
+
"@verdaccio/ui-components": "2.0.0-6-next.9",
|
|
34
32
|
"babel-loader": "8.3.0",
|
|
35
33
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
36
34
|
"country-flag-icons": "1.5.5",
|
|
37
35
|
"css-loader": "6.7.3",
|
|
38
36
|
"dayjs": "1.11.7",
|
|
37
|
+
"dompurify": "2.4.5",
|
|
39
38
|
"friendly-errors-webpack-plugin": "1.7.0",
|
|
39
|
+
"github-markdown-css": "4.0.0",
|
|
40
40
|
"harmony-reflect": "1.6.2",
|
|
41
|
+
"highlight.js": "11.7.0",
|
|
41
42
|
"history": "4.10.1",
|
|
42
|
-
"html-webpack-plugin": "5.5.
|
|
43
|
+
"html-webpack-plugin": "5.5.1",
|
|
43
44
|
"i18next": "20.6.1",
|
|
44
45
|
"in-publish": "2.0.1",
|
|
45
46
|
"js-base64": "3.7.3",
|
|
46
|
-
"js-yaml": "
|
|
47
|
+
"js-yaml": "4.1.0",
|
|
47
48
|
"localstorage-memory": "1.0.3",
|
|
48
49
|
"lodash": "4.17.21",
|
|
50
|
+
"marked": "4.3.0",
|
|
49
51
|
"mini-css-extract-plugin": "2.7.2",
|
|
50
52
|
"msw": "0.49.2",
|
|
51
53
|
"mutationobserver-shim": "0.3.7",
|
|
52
54
|
"node-mocks-http": "1.12.1",
|
|
55
|
+
"normalize.css": "8.0.1",
|
|
53
56
|
"optimize-css-assets-webpack-plugin": "6.0.1",
|
|
54
57
|
"ora": "5.4.1",
|
|
55
|
-
"dompurify": "2.4.5",
|
|
56
|
-
"highlight.js": "11.7.0",
|
|
57
|
-
"github-markdown-css": "4.0.0",
|
|
58
|
-
"marked": "4.2.12",
|
|
59
58
|
"raw-loader": "4.0.2",
|
|
60
59
|
"react": "18.2.0",
|
|
61
60
|
"react-dom": "18.2.0",
|
|
@@ -82,14 +81,15 @@
|
|
|
82
81
|
"terser-webpack-plugin": "5.3.6",
|
|
83
82
|
"url-loader": "4.1.1",
|
|
84
83
|
"validator": "13.9.0",
|
|
85
|
-
"webpack": "5.
|
|
84
|
+
"webpack": "5.82.1",
|
|
86
85
|
"webpack-bundle-analyzer": "4.7.0",
|
|
87
86
|
"webpack-bundle-size-analyzer": "3.1.0",
|
|
88
87
|
"webpack-cli": "^4.10.0",
|
|
89
88
|
"webpack-dev-server": "3.11.3",
|
|
90
89
|
"webpack-manifest-plugin": "4.1.1",
|
|
91
90
|
"webpack-merge": "5.8.0",
|
|
92
|
-
"whatwg-fetch": "3.6.2"
|
|
91
|
+
"whatwg-fetch": "3.6.2",
|
|
92
|
+
"@verdaccio/types": "11.0.0-6-next.25"
|
|
93
93
|
},
|
|
94
94
|
"keywords": [
|
|
95
95
|
"private",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"verdaccio:server": "node tools/verdaccio.js",
|
|
121
121
|
"build": "pnpm clean && webpack --config tools/webpack.prod.config.babel.js",
|
|
122
122
|
"build:stats": "webpack --config tools/webpack.prod.config.babel.js --json > stats.json",
|
|
123
|
-
"build:size": "webpack --config tools/webpack.prod.config.babel.js --json | webpack-bundle-size-analyzer"
|
|
124
|
-
|
|
125
|
-
|
|
123
|
+
"build:size": "webpack --config tools/webpack.prod.config.babel.js --json | webpack-bundle-size-analyzer",
|
|
124
|
+
"view-bundle": "pnpm run build:stats && webpack-bundle-analyzer stats.json"
|
|
125
|
+
}
|
|
126
126
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! For license information please see Home.
|
|
1
|
+
/*! For license information please see Home.795ffd12d8ad3dac782d.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}}]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! For license information please see Version.
|
|
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.
|
|
1
|
+
/*! For license information please see Version.795ffd12d8ad3dac782d.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}}]);
|
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.795ffd12d8ad3dac782d.js"></script><script defer src="-/static/vendors.795ffd12d8ad3dac782d.js"></script><script defer src="-/static/main.795ffd12d8ad3dac782d.js"></script></head>
|
|
16
16
|
|
|
17
17
|
<body class="body">
|
|
18
18
|
<div id="root"></div>
|