diff --git a/packages/create-vant-cli-app/package.json b/packages/create-vant-cli-app/package.json index 9fe4111f8..35a290904 100644 --- a/packages/create-vant-cli-app/package.json +++ b/packages/create-vant-cli-app/package.json @@ -36,7 +36,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "rslog": "^1.0.0", + "rslog": "^1.1.0", "fast-glob": "^3.2.11", "fs-extra": "^11.1.0", "enquirer": "2.3.6", diff --git a/packages/vant-cli/package.json b/packages/vant-cli/package.json index 81b4803c4..3e84cab51 100644 --- a/packages/vant-cli/package.json +++ b/packages/vant-cli/package.json @@ -55,7 +55,7 @@ "@vue/babel-plugin-jsx": "^1.1.1", "autoprefixer": "^10.4.8", "commander": "^11.0.0", - "rslog": "^1.0.0", + "rslog": "^1.1.0", "esbuild": "^0.18.11", "eslint": "^8.46.0", "enquirer": "2.3.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a4ae280ee..9444d710b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 rslog: - specifier: ^1.0.0 - version: 1.0.0 + specifier: ^1.1.0 + version: 1.1.0 devDependencies: '@types/fs-extra': specifier: ^11.0.1 @@ -224,8 +224,8 @@ importers: specifier: ^3.0.0 version: 3.0.1 rslog: - specifier: ^1.0.0 - version: 1.0.0 + specifier: ^1.1.0 + version: 1.1.0 terser: specifier: ^5.19.2 version: 5.19.2 @@ -2950,8 +2950,8 @@ packages: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} dev: true - /rslog@1.0.0: - resolution: {integrity: sha512-yTulfJJIYHBftErlZZXHdZuFA8275spDcTrCs8JIXIh+wRIRgi6RGoT8MAnB8H6NIEvJbMUP14Mo1t7hCw4k1g==} + /rslog@1.1.0: + resolution: {integrity: sha512-wtTijPuwUhyVG7YvnIVzlefhlto4qJ9vm42ewwJtqrOBP/vKdZCIyfiYm0odVCR3ajR1CIUqaloIzbqhlbyaZA==} engines: {node: '>=14.17.6'} dev: false