diff --git a/packages/core/package.json b/packages/core/package.json index c7d96af..934ed80 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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" diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 58fa71b..2ba2bf2 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -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' diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c96578..12d93dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,8 +125,8 @@ importers: specifier: ^5.0.0 version: 5.0.0 js-cookie: - specifier: ^3.0.1 - version: 3.0.1 + specifier: ^3.0.5 + version: 3.0.5 mitt: specifier: ^3.0.1 version: 3.0.1 @@ -2234,9 +2234,9 @@ packages: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} - js-cookie@3.0.1: - resolution: {integrity: sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==} - engines: {node: '>=12'} + js-cookie@3.0.5: + resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} + engines: {node: '>=14'} js-sdsl@4.1.4: resolution: {integrity: sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==} @@ -5587,7 +5587,7 @@ snapshots: joycon@3.1.1: {} - js-cookie@3.0.1: {} + js-cookie@3.0.5: {} js-sdsl@4.1.4: {}