@decafhub/decaf-react-webapp 0.5.1 → 0.5.2
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/dist/theme/-theme-provider.d.ts.map +1 -1
- package/package.json +24 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decafhub/decaf-react-webapp",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"decafhub",
|
|
6
6
|
"react"
|
|
@@ -49,43 +49,43 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@emotion/react": "^11.14.0",
|
|
51
51
|
"@emotion/styled": "^11.14.1",
|
|
52
|
-
"@tanem/react-nprogress": "^
|
|
52
|
+
"@tanem/react-nprogress": "^6.0.0",
|
|
53
53
|
"decimal.js": "^10.6.0",
|
|
54
54
|
"html2canvas": "^1.4.1",
|
|
55
55
|
"js-cookie": "^3.0.5",
|
|
56
56
|
"md5": "^2.3.0",
|
|
57
|
-
"query-string": "^9"
|
|
57
|
+
"query-string": "^9.3.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@ant-design/icons": "^6.1.0",
|
|
61
|
-
"@commitlint/cli": "^20.2
|
|
62
|
-
"@commitlint/config-conventional": "^20.2
|
|
61
|
+
"@commitlint/cli": "^20.4.2",
|
|
62
|
+
"@commitlint/config-conventional": "^20.4.2",
|
|
63
63
|
"@decafhub/decaf-client": "^0.8.0",
|
|
64
64
|
"@decafhub/decaf-react": "^0.8.0",
|
|
65
|
-
"@eslint/compat": "^2.0.
|
|
65
|
+
"@eslint/compat": "^2.0.2",
|
|
66
66
|
"@eslint/eslintrc": "^3.3.3",
|
|
67
|
-
"@eslint/js": "^9.39.
|
|
67
|
+
"@eslint/js": "^9.39.3",
|
|
68
68
|
"@testing-library/jest-dom": "^6.9.1",
|
|
69
|
-
"@testing-library/react": "^16.3.
|
|
69
|
+
"@testing-library/react": "^16.3.2",
|
|
70
70
|
"@types/jest": "^30.0.0",
|
|
71
71
|
"@types/js-cookie": "^3.0.6",
|
|
72
72
|
"@types/md5": "^2.3.6",
|
|
73
|
-
"@types/node": "^25.0
|
|
74
|
-
"@types/react": "^19.2.
|
|
73
|
+
"@types/node": "^25.3.0",
|
|
74
|
+
"@types/react": "^19.2.14",
|
|
75
75
|
"@types/react-dom": "^19.2.3",
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
77
|
-
"@typescript-eslint/parser": "^8.
|
|
78
|
-
"antd": "^6.
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
77
|
+
"@typescript-eslint/parser": "^8.56.0",
|
|
78
|
+
"antd": "^6.3.0",
|
|
79
79
|
"cross-env": "^10.1.0",
|
|
80
80
|
"eslint": "^9.39.2",
|
|
81
81
|
"eslint-config-prettier": "^10.1.8",
|
|
82
|
-
"eslint-plugin-n": "^17.
|
|
83
|
-
"eslint-plugin-prettier": "^5.5.
|
|
82
|
+
"eslint-plugin-n": "^17.24.0",
|
|
83
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
84
84
|
"eslint-plugin-promise": "^7.2.1",
|
|
85
85
|
"eslint-plugin-react": "^7.37.5",
|
|
86
86
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
87
87
|
"eslint-plugin-standard": "^5.0.0",
|
|
88
|
-
"globals": "^
|
|
88
|
+
"globals": "^17.3.0",
|
|
89
89
|
"husky": "^9.1.7",
|
|
90
90
|
"identity-obj-proxy": "^3.0.0",
|
|
91
91
|
"jest": "^30.2.0",
|
|
@@ -93,16 +93,19 @@
|
|
|
93
93
|
"lint-staged": "^16.2.7",
|
|
94
94
|
"microbundle": "^0.15.1",
|
|
95
95
|
"postcss": "^8.5.6",
|
|
96
|
-
"prettier": "^3.
|
|
96
|
+
"prettier": "^3.8.1",
|
|
97
97
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
98
|
-
"react": "^19.2.
|
|
99
|
-
"react-dom": "^19.2.
|
|
100
|
-
"react-router-dom": "^7.
|
|
98
|
+
"react": "^19.2.4",
|
|
99
|
+
"react-dom": "^19.2.4",
|
|
100
|
+
"react-router-dom": "^7.13.0",
|
|
101
101
|
"ts-jest": "^29.4.6",
|
|
102
|
-
"typedoc": "^0.28.
|
|
102
|
+
"typedoc": "^0.28.17",
|
|
103
103
|
"typescript": "^5.9.3",
|
|
104
104
|
"use-query-params": "^2.2.2"
|
|
105
105
|
},
|
|
106
|
+
"overrides": {
|
|
107
|
+
"@rc-component/util": "^1.6.0"
|
|
108
|
+
},
|
|
106
109
|
"lint-staged": {
|
|
107
110
|
"src/**/*.{ts,tsx}": [
|
|
108
111
|
"./node_modules/.bin/prettier --write",
|