Skip to content

Commit 8b6a683

Browse files
committed
Bump lockfile and try fixing release-it command
1 parent 6642f43 commit 8b6a683

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

packages/toolkit/.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"hooks": {
3-
"after:bump": "yarn"
3+
"after:bump": "yarn && git add -u"
44
}
55
}

yarn.lock

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5331,7 +5331,7 @@ __metadata:
53315331
languageName: node
53325332
linkType: hard
53335333

5334-
"@reduxjs/toolkit@^1.8.0-rc.0, @reduxjs/toolkit@workspace:packages/toolkit":
5334+
"@reduxjs/toolkit@^1.6.0, @reduxjs/toolkit@^1.6.0-rc.1, @reduxjs/toolkit@^1.8.0-rc.0, @reduxjs/toolkit@workspace:packages/toolkit":
53355335
version: 0.0.0-use.local
53365336
resolution: "@reduxjs/toolkit@workspace:packages/toolkit"
53375337
dependencies:
@@ -5400,26 +5400,6 @@ __metadata:
54005400
languageName: unknown
54015401
linkType: soft
54025402

5403-
"@reduxjs/toolkit@npm:^1.6.0, @reduxjs/toolkit@npm:^1.6.0-rc.1":
5404-
version: 1.7.2
5405-
resolution: "@reduxjs/toolkit@npm:1.7.2"
5406-
dependencies:
5407-
immer: ^9.0.7
5408-
redux: ^4.1.2
5409-
redux-thunk: ^2.4.1
5410-
reselect: ^4.1.5
5411-
peerDependencies:
5412-
react: ^16.9.0 || ^17.0.0 || 18.0.0-beta
5413-
react-redux: ^7.2.1 || ^8.0.0-beta
5414-
peerDependenciesMeta:
5415-
react:
5416-
optional: true
5417-
react-redux:
5418-
optional: true
5419-
checksum: 41c17c660f7c95d776658b9a101f9803c37589b2c08861e90283abe5fab70f99c37af064fae0c5b7501f67308946fa072504f6a801e272f157b9f7427a5e571e
5420-
languageName: node
5421-
linkType: hard
5422-
54235403
"@rollup/plugin-alias@npm:^3.1.1":
54245404
version: 3.1.2
54255405
resolution: "@rollup/plugin-alias@npm:3.1.2"

0 commit comments

Comments
 (0)