@decafhub/decaf-react-webapp 0.2.16 → 0.3.0

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.16",
3
+ "version": "0.3.0",
4
4
  "keywords": [
5
5
  "decafhub",
6
6
  "react"
@@ -34,22 +34,22 @@
34
34
  "prepare": "husky"
35
35
  },
36
36
  "engines": {
37
- "node": ">=18"
37
+ "node": ">=20"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@ant-design/icons": "^5",
41
41
  "@decafhub/decaf-client": "^0.5",
42
42
  "@decafhub/decaf-react": "^0.5",
43
43
  "antd": "^5",
44
- "react": "^18",
45
- "react-dom": "^18",
46
- "react-router-dom": "^6",
44
+ "react": ">=18",
45
+ "react-dom": ">=18",
46
+ "react-router-dom": ">=6",
47
47
  "use-query-params": "^2"
48
48
  },
49
49
  "dependencies": {
50
- "@emotion/react": "^11.13.3",
51
- "@emotion/styled": "^11.13.0",
52
- "@tanem/react-nprogress": "^5.0.51",
50
+ "@emotion/react": "^11.14.0",
51
+ "@emotion/styled": "^11.14.0",
52
+ "@tanem/react-nprogress": "github:alioguzhan/react-nprogress#alioguzhan-patch-1",
53
53
  "decimal.js": "^10.4.3",
54
54
  "html2canvas": "^1.4.1",
55
55
  "js-cookie": "^3.0.5",
@@ -57,50 +57,50 @@
57
57
  "query-string": "^9"
58
58
  },
59
59
  "devDependencies": {
60
- "@ant-design/icons": "^5.4.0",
61
- "@commitlint/cli": "^19.5.0",
62
- "@commitlint/config-conventional": "^19.5.0",
60
+ "@ant-design/icons": "^5.5.2",
61
+ "@commitlint/cli": "^19.6.1",
62
+ "@commitlint/config-conventional": "^19.6.0",
63
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",
64
+ "@decafhub/decaf-react": "^0.6.0",
65
+ "@eslint/compat": "^1.2.4",
66
+ "@eslint/eslintrc": "^3.2.0",
67
+ "@eslint/js": "^9.17.0",
68
+ "@testing-library/jest-dom": "^6.6.3",
69
+ "@testing-library/react": "^16.1.0",
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.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",
73
+ "@types/node": "^22.10.2",
74
+ "@types/react": "^19.0.2",
75
+ "@types/react-dom": "^19.0.2",
76
+ "@typescript-eslint/eslint-plugin": "^8.18.1",
77
+ "@typescript-eslint/parser": "^8.18.1",
78
+ "antd": "^5.22.6",
79
79
  "cross-env": "^7.0.3",
80
- "eslint": "^9.10.0",
80
+ "eslint": "^9.17.0",
81
81
  "eslint-config-prettier": "^9.1.0",
82
- "eslint-plugin-n": "^17.10.2",
82
+ "eslint-plugin-n": "^17.15.1",
83
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",
84
+ "eslint-plugin-promise": "^7.2.1",
85
+ "eslint-plugin-react": "^7.37.2",
86
+ "eslint-plugin-react-hooks": "5.1.0",
87
87
  "eslint-plugin-standard": "^5.0.0",
88
- "globals": "^15.9.0",
89
- "husky": "^9.1.6",
88
+ "globals": "^15.14.0",
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.2.10",
93
+ "lint-staged": "^15.2.11",
94
94
  "microbundle": "^0.15.1",
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",
95
+ "postcss": "^8.4.49",
96
+ "prettier": "^3.4.2",
97
+ "prettier-plugin-organize-imports": "^4.1.0",
98
+ "react": "^19.0.0",
99
+ "react-dom": "^19.0.0",
100
+ "react-router-dom": "^7.1.0",
101
101
  "ts-jest": "^29.2.5",
102
- "typedoc": "^0.26.7",
103
- "typescript": "^5.6.2",
102
+ "typedoc": "^0.27.5",
103
+ "typescript": "^5.7.2",
104
104
  "use-query-params": "^2.2.1"
105
105
  },
106
106
  "lint-staged": {