@nlabs/arkhamjs-utils-react 3.26.1 → 3.28.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.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlabs/arkhamjs-utils-react",
3
- "version": "3.26.1",
3
+ "version": "3.28.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,30 +42,30 @@
42
42
  "url": "https://github.com/nitrogenlabs/arkhamjs/issues"
43
43
  },
44
44
  "scripts": {
45
- "build": "lex compile -r",
45
+ "build": "lex compile --remove",
46
46
  "clean": "lex clean",
47
47
  "lint": "eslint ./src --ext .ts,.tsx",
48
48
  "prepublishOnly": "npm run build",
49
- "pretest": "npm run lint",
50
49
  "publish:major": "npm version major && npm publish",
51
50
  "publish:minor": "npm version minor && npm publish",
52
51
  "publish:patch": "npm version patch && npm publish",
52
+ "pretest": "npm run lint",
53
53
  "test": "lex test",
54
- "update": "lex update -i"
54
+ "update": "npm-check-updates --interactive"
55
55
  },
56
56
  "dependencies": {
57
57
  "lodash": "^4.17.21"
58
58
  },
59
59
  "devDependencies": {
60
- "@nlabs/arkhamjs": "^3.25.0",
61
- "@types/jest": "^29.5.1",
62
- "@types/lodash": "^4.14.194",
63
- "@types/node": "^20.2.1",
64
- "eslint": "^8.40.0",
60
+ "@nlabs/arkhamjs": "^3.26.2",
61
+ "@types/jest": "^29.5.14",
62
+ "@types/lodash": "^4.17.15",
63
+ "@types/node": "^22.13.1",
64
+ "eslint": "^9.19.0",
65
65
  "eslint-config-styleguidejs": "^3.2.1",
66
- "react": "^18.2.0",
67
- "react-test-renderer": "^18.2.0",
68
- "typescript": "^5.0.4"
66
+ "react": "^19.0.0",
67
+ "react-test-renderer": "^19.0.0",
68
+ "typescript": "^5.7.3"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@nlabs/arkhamjs": "^3.23",