@bull-board/ui 3.9.3 → 3.9.4
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/dist/index.ejs +1 -1
- package/dist/static/{main.c938047d33fb2af28a77.js → main.24a90bcf390620d928da.js} +1 -1
- package/dist/static/vendor.b7e3f65b37d82ccd26d8.js +2 -0
- package/dist/static/{vendor.0212baa70d1f91513f98.js.LICENSE.txt → vendor.b7e3f65b37d82ccd26d8.js.LICENSE.txt} +0 -0
- package/package.json +24 -23
- package/dist/static/vendor.0212baa70d1f91513f98.js +0 -2
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bull-board/ui",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.4",
|
|
4
4
|
"description": "Bull-Board's UI package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bull",
|
|
@@ -27,30 +27,31 @@
|
|
|
27
27
|
"clean": "rm -rf dist"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@bull-board/api": "3.9.
|
|
30
|
+
"@bull-board/api": "3.9.4"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
34
|
-
"@radix-ui/react-alert-dialog": "^0.1.
|
|
35
|
-
"@radix-ui/react-dropdown-menu": "^0.1.
|
|
33
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
34
|
+
"@radix-ui/react-alert-dialog": "^0.1.5",
|
|
35
|
+
"@radix-ui/react-dropdown-menu": "^0.1.4",
|
|
36
36
|
"@types/pretty-bytes": "^5.2.0",
|
|
37
|
-
"@types/react-dom": "^17.0.
|
|
38
|
-
"@types/react-highlight": "^0.12.
|
|
39
|
-
"@types/react-paginate": "^7.1.
|
|
40
|
-
"@types/react-router-dom": "^5.
|
|
41
|
-
"axios": "^0.
|
|
42
|
-
"clean-webpack-plugin": "^4.0.0
|
|
37
|
+
"@types/react-dom": "^17.0.11",
|
|
38
|
+
"@types/react-highlight": "^0.12.5",
|
|
39
|
+
"@types/react-paginate": "^7.1.1",
|
|
40
|
+
"@types/react-router-dom": "^5.3.3",
|
|
41
|
+
"axios": "^0.25.0",
|
|
42
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
43
43
|
"clsx": "^1.1.1",
|
|
44
|
-
"copy-webpack-plugin": "^10.
|
|
45
|
-
"css-loader": "^6.
|
|
46
|
-
"css-minimizer-webpack-plugin": "^3.
|
|
47
|
-
"date-fns": "2.
|
|
48
|
-
"fork-ts-checker-webpack-plugin": "^
|
|
49
|
-
"highlight.js": "^11.
|
|
50
|
-
"html-webpack-plugin": "^5.
|
|
51
|
-
"mini-css-extract-plugin": "^2.
|
|
44
|
+
"copy-webpack-plugin": "^10.2.4",
|
|
45
|
+
"css-loader": "^6.6.0",
|
|
46
|
+
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
47
|
+
"date-fns": "2.28.0",
|
|
48
|
+
"fork-ts-checker-webpack-plugin": "^7.2.0",
|
|
49
|
+
"highlight.js": "^11.4.0",
|
|
50
|
+
"html-webpack-plugin": "^5.5.0",
|
|
51
|
+
"mini-css-extract-plugin": "^2.5.3",
|
|
52
|
+
"postcss": "^8.4.6",
|
|
52
53
|
"postcss-loader": "^6.1.1",
|
|
53
|
-
"postcss-preset-env": "^7.
|
|
54
|
+
"postcss-preset-env": "^7.3.1",
|
|
54
55
|
"pretty-bytes": "5.6.0",
|
|
55
56
|
"react": "17.0.2",
|
|
56
57
|
"react-dom": "17.0.2",
|
|
@@ -59,9 +60,9 @@
|
|
|
59
60
|
"react-router-dom": "^5.2.0",
|
|
60
61
|
"react-toastify": "^7.0.4",
|
|
61
62
|
"style-loader": "^3.2.1",
|
|
62
|
-
"webpack": "^5.
|
|
63
|
-
"webpack-cli": "^4.
|
|
64
|
-
"webpack-dev-server": "^4.
|
|
63
|
+
"webpack": "^5.68.0",
|
|
64
|
+
"webpack-cli": "^4.9.2",
|
|
65
|
+
"webpack-dev-server": "^4.7.4"
|
|
65
66
|
},
|
|
66
67
|
"publishConfig": {
|
|
67
68
|
"access": "public"
|