Skip to content

Commit 83e40a3

Browse files
committed
chore: update deps to latest
1 parent a05bbd8 commit 83e40a3

File tree

3 files changed

+92
-41
lines changed

3 files changed

+92
-41
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"@tanstack/query-core": "^5.66.0"
4444
},
4545
"devDependencies": {
46-
"@testing-library/react": "16.0.1",
46+
"@testing-library/react": "^16.0.1",
4747
"@types/lodash-es": "^4.17.12",
48-
"@types/node": "20.14.5",
48+
"@types/node": "^20.14.5",
4949
"@types/react": "^18.3.3",
50-
"@vitejs/plugin-react-swc": "3.7.2",
51-
"@vitest/coverage-istanbul": "2.1.6",
52-
"eslint": "8.57.0",
53-
"js2me-eslint-config": "1.0.6",
54-
"js2me-exports-post-build-script": "2.0.18",
55-
"jsdom": "25.0.1",
56-
"rimraf": "6.0.1",
57-
"typescript": "5.4.5",
58-
"vitest": "2.1.4",
59-
"yammies": "2.0.10"
50+
"@vitejs/plugin-react-swc": "^3.7.2",
51+
"@vitest/coverage-istanbul": "^2.1.6",
52+
"eslint": "^8.57.0",
53+
"js2me-eslint-config": "^1.0.6",
54+
"js2me-exports-post-build-script": "^2.0.18",
55+
"jsdom": "^25.0.1",
56+
"rimraf": "^6.0.1",
57+
"typescript": "^5.4.5",
58+
"vitest": "^2.1.4",
59+
"yummies": "^3.0.23"
6060
},
6161
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
6262
}

pnpm-lock.yaml

Lines changed: 79 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mobx-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { LinkedAbortController } from 'linked-abort-controller';
1111
import { observable, reaction, runInAction, when } from 'mobx';
1212
import { describe, expect, it, test, vi } from 'vitest';
13-
import { waitAsync } from 'yammies/async';
13+
import { waitAsync } from 'yummies/async';
1414

1515
import { MobxQuery } from './mobx-query';
1616
import { MobxQueryClient } from './mobx-query-client';

0 commit comments

Comments
 (0)