@decafhub/decaf-react-webapp 0.2.15 → 0.2.17

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decafhub/decaf-react-webapp",
3
- "version": "0.2.15",
3
+ "version": "0.2.17",
4
4
  "keywords": [
5
5
  "decafhub",
6
6
  "react"
@@ -31,7 +31,7 @@
31
31
  "build": "microbundle --jsx React.createElement --jsxFragment React.Fragment",
32
32
  "test": "jest --coverage",
33
33
  "make:docs": "typedoc",
34
- "prepare": "husky install"
34
+ "prepare": "husky"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=18"
@@ -39,7 +39,7 @@
39
39
  "peerDependencies": {
40
40
  "@ant-design/icons": "^5",
41
41
  "@decafhub/decaf-client": "^0.5",
42
- "@decafhub/decaf-react": "^0.4",
42
+ "@decafhub/decaf-react": "^0.5",
43
43
  "antd": "^5",
44
44
  "react": "^18",
45
45
  "react-dom": "^18",
@@ -47,57 +47,60 @@
47
47
  "use-query-params": "^2"
48
48
  },
49
49
  "dependencies": {
50
- "@emotion/react": "^11.11.3",
51
- "@emotion/styled": "^11.11.0",
50
+ "@emotion/react": "^11.13.3",
51
+ "@emotion/styled": "^11.13.0",
52
52
  "@tanem/react-nprogress": "^5.0.51",
53
53
  "decimal.js": "^10.4.3",
54
54
  "html2canvas": "^1.4.1",
55
55
  "js-cookie": "^3.0.5",
56
56
  "md5": "^2.3.0",
57
- "query-string": "^8"
57
+ "query-string": "^9"
58
58
  },
59
59
  "devDependencies": {
60
- "@ant-design/icons": "^5.2.6",
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",
60
+ "@ant-design/icons": "^5.4.0",
61
+ "@commitlint/cli": "^19.5.0",
62
+ "@commitlint/config-conventional": "^19.5.0",
63
+ "@decafhub/decaf-client": "^0.5.1",
64
+ "@decafhub/decaf-react": "^0.5.0",
65
+ "@eslint/compat": "^1.1.1",
66
+ "@eslint/eslintrc": "^3.1.0",
67
+ "@eslint/js": "^9.10.0",
68
+ "@testing-library/jest-dom": "^6.5.0",
69
+ "@testing-library/react": "^16.0.1",
70
+ "@types/jest": "^29.5.12",
68
71
  "@types/js-cookie": "^3.0.6",
69
72
  "@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",
73
+ "@types/node": "^22.5.4",
74
+ "@types/react": "^18.3.5",
75
+ "@types/react-dom": "^18.3.0",
76
+ "@typescript-eslint/eslint-plugin": "^8.5.0",
77
+ "@typescript-eslint/parser": "^8.5.0",
78
+ "antd": "^5.20.6",
76
79
  "cross-env": "^7.0.3",
77
- "eslint": "^8.56.0",
80
+ "eslint": "^9.10.0",
78
81
  "eslint-config-prettier": "^9.1.0",
79
- "eslint-config-standard": "^17.1.0",
80
- "eslint-plugin-import": "^2.29.1",
81
- "eslint-plugin-n": "^16.6.2",
82
- "eslint-plugin-prettier": "^5.1.3",
83
- "eslint-plugin-promise": "^6.1.1",
84
- "eslint-plugin-react": "^7.33.2",
85
- "eslint-plugin-react-hooks": "^4.6.0",
82
+ "eslint-plugin-n": "^17.10.2",
83
+ "eslint-plugin-prettier": "^5.2.1",
84
+ "eslint-plugin-promise": "^7.1.0",
85
+ "eslint-plugin-react": "^7.36.0",
86
+ "eslint-plugin-react-hooks": "5.1.0-rc-d1afcb43-20240903",
86
87
  "eslint-plugin-standard": "^5.0.0",
87
- "husky": "^8.0.3",
88
+ "globals": "^15.9.0",
89
+ "husky": "^9.1.6",
88
90
  "identity-obj-proxy": "^3.0.0",
89
91
  "jest": "^29.7.0",
90
92
  "jest-environment-jsdom": "^29.7.0",
91
- "lint-staged": "^15.2.0",
93
+ "lint-staged": "^15.2.10",
92
94
  "microbundle": "^0.15.1",
93
- "postcss": "^8.4.33",
94
- "prettier": "^3.1.1",
95
- "react": "^18.2.0",
96
- "react-dom": "^18.2.0",
97
- "react-router-dom": "^6.21.2",
98
- "ts-jest": "^29.1.1",
99
- "typedoc": "^0.25.7",
100
- "typescript": "^5.3.3",
95
+ "postcss": "^8.4.45",
96
+ "prettier": "^3.3.3",
97
+ "prettier-plugin-organize-imports": "^4.0.0",
98
+ "react": "^18.3.1",
99
+ "react-dom": "^18.3.1",
100
+ "react-router-dom": "^6.26.2",
101
+ "ts-jest": "^29.2.5",
102
+ "typedoc": "^0.26.7",
103
+ "typescript": "^5.6.2",
101
104
  "use-query-params": "^2.2.1"
102
105
  },
103
106
  "lint-staged": {
@@ -112,7 +115,10 @@
112
115
  "useTabs": false,
113
116
  "semi": true,
114
117
  "singleQuote": true,
115
- "trailingComma": "es5"
118
+ "trailingComma": "es5",
119
+ "plugins": [
120
+ "prettier-plugin-organize-imports"
121
+ ]
116
122
  },
117
123
  "commitlint": {
118
124
  "extends": [