Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/reduxjs/redux-thunk into …
Browse files Browse the repository at this point in the history
…migrate-typetests-to-vitest
  • Loading branch information
aryaemami59 committed Mar 10, 2024
2 parents abd8d18 + 9cdd958 commit 057004c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
fail-fast: false
matrix:
node: ['20.x']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"redux": "^5",
"rimraf": "^3.0.2",
"tsup": "7.0.0",
"typescript": "^5.0",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"packageManager": "yarn@4.1.0"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -2988,7 +2988,7 @@ __metadata:
redux: "npm:^5"
rimraf: "npm:^3.0.2"
tsup: "npm:7.0.0"
typescript: "npm:^5.0"
typescript: "npm:^5.4.2"
vitest: "npm:^1.3.1"
peerDependencies:
redux: ^5.0.0
Expand Down Expand Up @@ -3571,23 +3571,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.0":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
"typescript@npm:^5.4.2":
version: 5.4.2
resolution: "typescript@npm:5.4.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18
checksum: 10/f8cfdc630ab1672f004e9561eb2916935b2d267792d07ce93e97fc601c7a65191af32033d5e9c0169b7dc37da7db9bf320f7432bc84527cb7697effaa4e4559d
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.0#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=d69c25"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d
checksum: 10/ef4fc2994cc0219dc9ada94c92106ba8d44cbfd7a0328ed6f8d730311caf66e114cdfa07fbc6f369bfc0fc182d9493851b3bf1644c06fc5818690b19ee960d72
languageName: node
linkType: hard

Expand Down

0 comments on commit 057004c

Please sign in to comment.