@decafhub/decaf-react-webapp 0.2.2 → 0.2.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/components/Error.d.ts +1 -0
- package/dist/components/Error.d.ts.map +1 -1
- package/dist/components/Layout.d.ts +1 -0
- package/dist/components/Layout.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +2 -2
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/machinery/index.d.ts.map +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decafhub/decaf-react-webapp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"decafhub",
|
|
6
6
|
"react"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@emotion/react": "^11.11.1",
|
|
47
47
|
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@tanem/react-nprogress": "^5.0.
|
|
48
|
+
"@tanem/react-nprogress": "^5.0.44",
|
|
49
49
|
"decimal.js": "^10.4.3",
|
|
50
50
|
"html2canvas": "^1.4.1",
|
|
51
51
|
"js-cookie": "^3.0.5",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@ant-design/icons": "^5.1.4",
|
|
57
|
-
"@commitlint/cli": "^17.6.
|
|
58
|
-
"@commitlint/config-conventional": "^17.6.
|
|
57
|
+
"@commitlint/cli": "^17.6.6",
|
|
58
|
+
"@commitlint/config-conventional": "^17.6.6",
|
|
59
59
|
"@decafhub/decaf-client": "^0.4.0",
|
|
60
60
|
"@decafhub/decaf-react": "^0.3.1",
|
|
61
61
|
"@testing-library/jest-dom": "^5.16.5",
|
|
@@ -63,18 +63,18 @@
|
|
|
63
63
|
"@types/jest": "^29.5.2",
|
|
64
64
|
"@types/js-cookie": "^3.0.3",
|
|
65
65
|
"@types/md5": "^2.3.2",
|
|
66
|
-
"@types/node": "^20.3.
|
|
67
|
-
"@types/react": "^18.2.
|
|
68
|
-
"@types/react-dom": "^18.2.
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
70
|
-
"@typescript-eslint/parser": "^5.
|
|
71
|
-
"antd": "^5.6.
|
|
66
|
+
"@types/node": "^20.3.3",
|
|
67
|
+
"@types/react": "^18.2.14",
|
|
68
|
+
"@types/react-dom": "^18.2.6",
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
70
|
+
"@typescript-eslint/parser": "^5.61.0",
|
|
71
|
+
"antd": "^5.6.4",
|
|
72
72
|
"cross-env": "^7.0.3",
|
|
73
|
-
"eslint": "^8.
|
|
73
|
+
"eslint": "^8.44.0",
|
|
74
74
|
"eslint-config-prettier": "^8.8.0",
|
|
75
75
|
"eslint-config-standard": "^17.1.0",
|
|
76
76
|
"eslint-plugin-import": "^2.27.5",
|
|
77
|
-
"eslint-plugin-n": "^16.0.
|
|
77
|
+
"eslint-plugin-n": "^16.0.1",
|
|
78
78
|
"eslint-plugin-prettier": "^4.2.1",
|
|
79
79
|
"eslint-plugin-promise": "^6.1.1",
|
|
80
80
|
"eslint-plugin-react": "^7.32.2",
|
|
@@ -84,16 +84,16 @@
|
|
|
84
84
|
"identity-obj-proxy": "^3.0.0",
|
|
85
85
|
"jest": "^29.5.0",
|
|
86
86
|
"jest-environment-jsdom": "^29.5.0",
|
|
87
|
-
"lint-staged": "^13.2.
|
|
87
|
+
"lint-staged": "^13.2.3",
|
|
88
88
|
"microbundle": "^0.15.1",
|
|
89
89
|
"postcss": "^8.4.24",
|
|
90
90
|
"prettier": "^2.8.8",
|
|
91
91
|
"react": "^18.2.0",
|
|
92
92
|
"react-dom": "^18.2.0",
|
|
93
|
-
"react-router-dom": "^6.
|
|
94
|
-
"ts-jest": "^29.1.
|
|
93
|
+
"react-router-dom": "^6.14.1",
|
|
94
|
+
"ts-jest": "^29.1.1",
|
|
95
95
|
"typedoc": "^0.24.8",
|
|
96
|
-
"typescript": "^5.1.
|
|
96
|
+
"typescript": "^5.1.6",
|
|
97
97
|
"use-query-params": "^2.2.1"
|
|
98
98
|
},
|
|
99
99
|
"lint-staged": {
|