use-memo-map 0.2.0-main.202512240232.6aacbf9 → 0.2.0-main.202512240241.92d398b

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 +31 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-memo-map",
3
- "version": "0.2.0-main.202512240232.6aacbf9",
3
+ "version": "0.2.0-main.202512240241.92d398b",
4
4
  "description": "Memoizes calls to array map function similar to React.useMemo. Memoized results will survive next render.",
5
5
  "files": [
6
6
  "./*.js",
@@ -79,31 +79,45 @@
79
79
  "react-dom": "18.0.0"
80
80
  }
81
81
  },
82
+ "pinDependencies": {
83
+ "@types/react": [
84
+ "18"
85
+ ],
86
+ "@types/react-dom": [
87
+ "18"
88
+ ],
89
+ "react": [
90
+ "18"
91
+ ],
92
+ "react-dom": [
93
+ "18"
94
+ ]
95
+ },
82
96
  "devDependencies": {
83
- "@babel/preset-env": "^7.25.8",
84
- "@babel/preset-react": "^7.25.7",
85
- "@babel/preset-typescript": "^7.25.7",
86
- "@testing-library/dom": "^10.4.0",
87
- "@testing-library/react": "^16.0.1",
88
- "@tsconfig/recommended": "^1.0.7",
89
- "@tsconfig/strictest": "^2.0.5",
90
- "@types/jest": "^29.5.13",
91
- "@types/react": "^18.3.11",
92
- "@types/react-dom": "^18.3.2",
97
+ "@babel/preset-env": "^7.28.5",
98
+ "@babel/preset-react": "^7.28.5",
99
+ "@babel/preset-typescript": "^7.28.5",
100
+ "@testing-library/dom": "^10.4.1",
101
+ "@testing-library/react": "^16.3.1",
102
+ "@tsconfig/recommended": "^1.0.13",
103
+ "@tsconfig/strictest": "^2.0.8",
104
+ "@types/jest": "^30.0.0",
105
+ "@types/react": "^18.3.27",
106
+ "@types/react-dom": "^18.3.7",
93
107
  "escape-string-regexp": "^5.0.0",
94
- "jest": "^29.7.0",
95
- "jest-environment-jsdom": "^29.7.0",
96
- "publint": "^0.2.11",
108
+ "jest": "^30.2.0",
109
+ "jest-environment-jsdom": "^30.2.0",
110
+ "publint": "^0.3.16",
97
111
  "react": "^18.3.1",
98
112
  "react-dom": "^18.3.1",
99
- "tsup": "^8.3.0",
100
- "typescript": "^5.6.3"
113
+ "tsup": "^8.5.1",
114
+ "typescript": "^5.9.3"
101
115
  },
102
116
  "peerDependencies": {
103
117
  "react": ">=16.8.0"
104
118
  },
105
119
  "dependencies": {
106
- "use-memo-map": "^0.2.0-main.202512240232.6aacbf9",
120
+ "use-memo-map": "^0.2.0-main.202512240241.92d398b",
107
121
  "use-ref-from": "^0.1.0"
108
122
  }
109
123
  }