@decafhub/decaf-react-webapp 0.4.0 → 0.4.1
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 +36 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decafhub/decaf-react-webapp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"decafhub",
|
|
6
6
|
"react"
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@ant-design/icons": "^5",
|
|
41
|
-
"@decafhub/decaf-client": "^0.
|
|
42
|
-
"@decafhub/decaf-react": "^0.
|
|
41
|
+
"@decafhub/decaf-client": "^0.7",
|
|
42
|
+
"@decafhub/decaf-react": "^0.7",
|
|
43
43
|
"antd": "^5",
|
|
44
44
|
"react": ">=18",
|
|
45
45
|
"react-dom": ">=18",
|
|
@@ -49,58 +49,58 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@emotion/react": "^11.14.0",
|
|
51
51
|
"@emotion/styled": "^11.14.0",
|
|
52
|
-
"@tanem/react-nprogress": "
|
|
53
|
-
"decimal.js": "^10.
|
|
52
|
+
"@tanem/react-nprogress": "^5.0.55",
|
|
53
|
+
"decimal.js": "^10.5.0",
|
|
54
54
|
"html2canvas": "^1.4.1",
|
|
55
55
|
"js-cookie": "^3.0.5",
|
|
56
56
|
"md5": "^2.3.0",
|
|
57
57
|
"query-string": "^9"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@ant-design/icons": "^5.
|
|
61
|
-
"@commitlint/cli": "^19.
|
|
62
|
-
"@commitlint/config-conventional": "^19.
|
|
63
|
-
"@decafhub/decaf-client": "^0.
|
|
64
|
-
"@decafhub/decaf-react": "^0.
|
|
65
|
-
"@eslint/compat": "^1.2.
|
|
66
|
-
"@eslint/eslintrc": "^3.
|
|
67
|
-
"@eslint/js": "^9.
|
|
60
|
+
"@ant-design/icons": "^5.6.1",
|
|
61
|
+
"@commitlint/cli": "^19.8.0",
|
|
62
|
+
"@commitlint/config-conventional": "^19.8.0",
|
|
63
|
+
"@decafhub/decaf-client": "^0.7.0",
|
|
64
|
+
"@decafhub/decaf-react": "^0.7.0",
|
|
65
|
+
"@eslint/compat": "^1.2.8",
|
|
66
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
67
|
+
"@eslint/js": "^9.25.1",
|
|
68
68
|
"@testing-library/jest-dom": "^6.6.3",
|
|
69
|
-
"@testing-library/react": "^16.
|
|
69
|
+
"@testing-library/react": "^16.3.0",
|
|
70
70
|
"@types/jest": "^29.5.14",
|
|
71
71
|
"@types/js-cookie": "^3.0.6",
|
|
72
72
|
"@types/md5": "^2.3.5",
|
|
73
|
-
"@types/node": "^22.
|
|
74
|
-
"@types/react": "^19.
|
|
75
|
-
"@types/react-dom": "^19.
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
77
|
-
"@typescript-eslint/parser": "^8.
|
|
78
|
-
"antd": "^5.
|
|
73
|
+
"@types/node": "^22.15.3",
|
|
74
|
+
"@types/react": "^19.1.2",
|
|
75
|
+
"@types/react-dom": "^19.1.2",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
|
77
|
+
"@typescript-eslint/parser": "^8.31.1",
|
|
78
|
+
"antd": "^5.24.8",
|
|
79
79
|
"cross-env": "^7.0.3",
|
|
80
|
-
"eslint": "^9.
|
|
81
|
-
"eslint-config-prettier": "^
|
|
82
|
-
"eslint-plugin-n": "^17.
|
|
83
|
-
"eslint-plugin-prettier": "^5.2.
|
|
80
|
+
"eslint": "^9.25.1",
|
|
81
|
+
"eslint-config-prettier": "^10.1.2",
|
|
82
|
+
"eslint-plugin-n": "^17.17.0",
|
|
83
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
84
84
|
"eslint-plugin-promise": "^7.2.1",
|
|
85
|
-
"eslint-plugin-react": "^7.37.
|
|
86
|
-
"eslint-plugin-react-hooks": "5.
|
|
85
|
+
"eslint-plugin-react": "^7.37.5",
|
|
86
|
+
"eslint-plugin-react-hooks": "5.2.0",
|
|
87
87
|
"eslint-plugin-standard": "^5.0.0",
|
|
88
|
-
"globals": "^
|
|
88
|
+
"globals": "^16.0.0",
|
|
89
89
|
"husky": "^9.1.7",
|
|
90
90
|
"identity-obj-proxy": "^3.0.0",
|
|
91
91
|
"jest": "^29.7.0",
|
|
92
92
|
"jest-environment-jsdom": "^29.7.0",
|
|
93
|
-
"lint-staged": "^15.
|
|
93
|
+
"lint-staged": "^15.5.1",
|
|
94
94
|
"microbundle": "^0.15.1",
|
|
95
|
-
"postcss": "^8.
|
|
96
|
-
"prettier": "^3.
|
|
95
|
+
"postcss": "^8.5.3",
|
|
96
|
+
"prettier": "^3.5.3",
|
|
97
97
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
98
|
-
"react": "^19.
|
|
99
|
-
"react-dom": "^19.
|
|
100
|
-
"react-router-dom": "^7.
|
|
101
|
-
"ts-jest": "^29.2
|
|
102
|
-
"typedoc": "^0.
|
|
103
|
-
"typescript": "^5.
|
|
98
|
+
"react": "^19.1.0",
|
|
99
|
+
"react-dom": "^19.1.0",
|
|
100
|
+
"react-router-dom": "^7.5.3",
|
|
101
|
+
"ts-jest": "^29.3.2",
|
|
102
|
+
"typedoc": "^0.28.3",
|
|
103
|
+
"typescript": "^5.8.3",
|
|
104
104
|
"use-query-params": "^2.2.1"
|
|
105
105
|
},
|
|
106
106
|
"lint-staged": {
|