@decafhub/decaf-react-webapp 0.2.12 → 0.2.14
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.js +1 -1
- package/dist/index.js.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/theme/-styles.d.ts.map +1 -1
- package/package.json +31 -31
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.14",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"decafhub",
|
|
6
6
|
"react"
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"prepare": "husky install"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=
|
|
37
|
+
"node": ">=18"
|
|
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.5",
|
|
42
|
+
"@decafhub/decaf-react": "^0.4",
|
|
43
43
|
"antd": "^5",
|
|
44
44
|
"react": "^18",
|
|
45
45
|
"react-dom": "^18",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"use-query-params": "^2"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@emotion/react": "^11.11.
|
|
50
|
+
"@emotion/react": "^11.11.3",
|
|
51
51
|
"@emotion/styled": "^11.11.0",
|
|
52
52
|
"@tanem/react-nprogress": "^5.0.51",
|
|
53
53
|
"decimal.js": "^10.4.3",
|
|
@@ -58,28 +58,28 @@
|
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@ant-design/icons": "^5.2.6",
|
|
61
|
-
"@commitlint/cli": "^
|
|
62
|
-
"@commitlint/config-conventional": "^
|
|
63
|
-
"@decafhub/decaf-client": "^0.
|
|
64
|
-
"@decafhub/decaf-react": "^0.
|
|
65
|
-
"@testing-library/jest-dom": "^6.
|
|
66
|
-
"@testing-library/react": "^14.
|
|
67
|
-
"@types/jest": "^29.5.
|
|
68
|
-
"@types/js-cookie": "^3.0.
|
|
69
|
-
"@types/md5": "^2.3.
|
|
70
|
-
"@types/node": "^20.
|
|
71
|
-
"@types/react": "^18.2.
|
|
72
|
-
"@types/react-dom": "^18.2.
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
74
|
-
"@typescript-eslint/parser": "^6.
|
|
75
|
-
"antd": "^5.
|
|
61
|
+
"@commitlint/cli": "^18.4.4",
|
|
62
|
+
"@commitlint/config-conventional": "^18.4.4",
|
|
63
|
+
"@decafhub/decaf-client": "^0.5.0",
|
|
64
|
+
"@decafhub/decaf-react": "^0.4.0",
|
|
65
|
+
"@testing-library/jest-dom": "^6.2.0",
|
|
66
|
+
"@testing-library/react": "^14.1.2",
|
|
67
|
+
"@types/jest": "^29.5.11",
|
|
68
|
+
"@types/js-cookie": "^3.0.6",
|
|
69
|
+
"@types/md5": "^2.3.5",
|
|
70
|
+
"@types/node": "^20.11.0",
|
|
71
|
+
"@types/react": "^18.2.47",
|
|
72
|
+
"@types/react-dom": "^18.2.18",
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
|
74
|
+
"@typescript-eslint/parser": "^6.18.1",
|
|
75
|
+
"antd": "^5.12.8",
|
|
76
76
|
"cross-env": "^7.0.3",
|
|
77
|
-
"eslint": "^8.
|
|
78
|
-
"eslint-config-prettier": "^9.
|
|
77
|
+
"eslint": "^8.56.0",
|
|
78
|
+
"eslint-config-prettier": "^9.1.0",
|
|
79
79
|
"eslint-config-standard": "^17.1.0",
|
|
80
|
-
"eslint-plugin-import": "^2.
|
|
81
|
-
"eslint-plugin-n": "^16.
|
|
82
|
-
"eslint-plugin-prettier": "^5.
|
|
80
|
+
"eslint-plugin-import": "^2.29.1",
|
|
81
|
+
"eslint-plugin-n": "^16.6.2",
|
|
82
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
83
83
|
"eslint-plugin-promise": "^6.1.1",
|
|
84
84
|
"eslint-plugin-react": "^7.33.2",
|
|
85
85
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
@@ -88,16 +88,16 @@
|
|
|
88
88
|
"identity-obj-proxy": "^3.0.0",
|
|
89
89
|
"jest": "^29.7.0",
|
|
90
90
|
"jest-environment-jsdom": "^29.7.0",
|
|
91
|
-
"lint-staged": "^
|
|
91
|
+
"lint-staged": "^15.2.0",
|
|
92
92
|
"microbundle": "^0.15.1",
|
|
93
|
-
"postcss": "^8.4.
|
|
94
|
-
"prettier": "^3.
|
|
93
|
+
"postcss": "^8.4.33",
|
|
94
|
+
"prettier": "^3.1.1",
|
|
95
95
|
"react": "^18.2.0",
|
|
96
96
|
"react-dom": "^18.2.0",
|
|
97
|
-
"react-router-dom": "^6.
|
|
97
|
+
"react-router-dom": "^6.21.2",
|
|
98
98
|
"ts-jest": "^29.1.1",
|
|
99
|
-
"typedoc": "^0.25.
|
|
100
|
-
"typescript": "^5.
|
|
99
|
+
"typedoc": "^0.25.7",
|
|
100
|
+
"typescript": "^5.3.3",
|
|
101
101
|
"use-query-params": "^2.2.1"
|
|
102
102
|
},
|
|
103
103
|
"lint-staged": {
|