Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60b764e

Browse files
committed
chore(deps): update
1 parent8d8dea4 commit60b764e

File tree

3 files changed

+419
-156
lines changed

3 files changed

+419
-156
lines changed

‎package.json‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@types/jest":"^29.5.0",
5252
"@types/node":"^18.15.5",
5353
"@types/react":"^18.2.66",
54-
"@typescript-eslint/eslint-plugin":"^8.7.0",
55-
"@typescript-eslint/parser":"^8.7.0",
54+
"@typescript-eslint/eslint-plugin":"^8.15.0",
55+
"@typescript-eslint/parser":"^8.15.0",
5656
"commitizen":"^4.3.0",
5757
"coveralls":"^3.1.1",
5858
"eslint":"^8.36.0",
@@ -71,12 +71,12 @@
7171
"rollup-plugin-terser":"^7.0.0",
7272
"ts-jest":"^29.2.5",
7373
"ts-node":"^10.9.2",
74-
"tslib":"^2.7.0",
75-
"typedoc":"^0.23.28",
76-
"typedoc-plugin-markdown":"^3.14.0",
77-
"typescript":"^5.6.2",
74+
"tslib":"^2.8.1",
75+
"typedoc":"^0.26.11",
76+
"typedoc-plugin-markdown":"^4.2.10",
77+
"typescript":"^5.7.2",
7878
"yargs":"^17.7.2",
79-
"zustand":"^4.5.2"
79+
"zustand":"^5.0.1"
8080
},
8181
"config": {
8282
"commitizen": {

‎src/index.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const mutativeImpl: MutativeImpl =
7979
:updater
8080
)as((s:T)=>T)|T|Partial<T>;
8181

82-
returnset(nextStateasany,replace, ...a);
82+
returnset(nextStateasany,replaceasany, ...a);
8383
};
8484

8585
returninitializer(store.setState,get,store);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp