pcu 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcu",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "CLI application for pnpm-catalog-updates",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "fs-extra": "^11.3.4",
42
42
  "glob": "^13.0.6",
43
43
  "inquirer": "^13.3.0",
44
- "lodash": "^4.17.23",
44
+ "lodash": "^4.18.1",
45
45
  "npm-registry-fetch": "^19.1.1",
46
46
  "ora": "^9.3.0",
47
47
  "pacote": "^21.5.0",
@@ -81,6 +81,5 @@
81
81
  },
82
82
  "peerDependencies": {
83
83
  "pnpm": ">=9"
84
- },
85
- "optionalDependencies": {}
84
+ }
86
85
  }
@@ -801,4 +801,5 @@ ${t('cli.help.tipLabel')} ${t('cli.help.tipContent', { locale: I18n.getLocale()
801
801
 
802
802
  // Re-export I18n for use in update command help text
803
803
  import { I18n } from '@pcu/utils'
804
+
804
805
  export { I18n }