Skip to content

Commit b78b906

Browse files
committed
fix: try to fix problem with missing typings of withPageViewModel HOC
1 parent ec87653 commit b78b906

File tree

3 files changed

+400
-237
lines changed

3 files changed

+400
-237
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
},
4646
"devDependencies": {
4747
"@types/lodash-es": "^4.17.12",
48-
"@types/node": "^20.17.11",
48+
"@types/node": "^20.17.12",
4949
"@types/react": "^18.3.18",
5050
"@vitest/coverage-istanbul": "^2.1.8",
5151
"eslint": "^8.57.1",
5252
"js2me-eslint-config": "^1.0.7",
5353
"js2me-exports-post-build-script": "^2.0.17",
5454
"jsdom": "^25.0.1",
5555
"rimraf": "^6.0.1",
56-
"typescript": "^5.7.2",
56+
"typescript": "^5.7.3",
5757
"vitest": "^2.1.8"
5858
},
5959
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"

0 commit comments

Comments
 (0)