@arroyodev-llc/projen.component.pnpm-workspace
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -14,6 +14,6 @@ { | ||
"eslint": "^8", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-import-resolver-node": "^0.3.7", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -23,3 +23,3 @@ "lint-staged": "^13.2.3", | ||
"prettier": "^2.8.8", | ||
"projen": "^0.71.142", | ||
"projen": "^0.72.10", | ||
"standard-version": "^9", | ||
@@ -30,8 +30,8 @@ "typescript": "~5.1", | ||
"peerDependencies": { | ||
"projen": "^0.71.142" | ||
"projen": "^0.72.10" | ||
}, | ||
"dependencies": { | ||
"@arroyodev-llc/utils.projen": "0.1.17" | ||
"@arroyodev-llc/utils.projen": "0.1.18" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"main": "dist/index.mjs", | ||
"license": "Apache-2.0", | ||
@@ -41,11 +41,9 @@ "publishConfig": { | ||
}, | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"types": "./dist/index.d.ts", | ||
"type": "module", | ||
"sideEffects": false, | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs" | ||
@@ -52,0 +50,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34992
10
193
+ Added@arroyodev-llc/utils.projen@0.1.18(transitive)
+ Addedflat@5.0.2(transitive)
+ Addedprojen@0.72.31(transitive)
- Removed@arroyodev-llc/utils.projen@0.1.17(transitive)
- Removedprojen@0.71.163(transitive)