Skip to content

Commit

Permalink
feat: bump js-cookie 3.0.2 -> 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatAuk committed May 24, 2024
1 parent be2d6e3 commit b23615b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/throttle-debounce": "^5.0.0",
"js-cookie": "^3.0.1",
"js-cookie": "^3.0.5",
"mitt": "^3.0.1",
"number-precision": "^1.6.0",
"throttle-debounce": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export * from './pipe'
export * from './randomInt'
export * from './randomString'
export * from './retry'
export * from './sleep'mch
export * from './sleep'
export * from './sort'
export * from './stringFormatter'
export * from './union'
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b23615b

Please sign in to comment.