We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc24f3 commit bed721aCopy full SHA for bed721a
packages/yarn-workspaces/package.json
@@ -2,7 +2,6 @@
2
"name": "@tsed/yarn-workspaces",
3
"version": "1.21.0",
4
"description": "Yarn workspaces utils for CRACO",
5
- "private": false,
6
"source": "./src/index.js",
7
"main": "./lib/index.js",
8
"typings": "./lib/index.d.ts",
@@ -28,10 +27,8 @@
28
27
"build": "yarn microbundle --target node --no-compress --format modern,cjs"
29
},
30
"dependencies": {
31
- "find-up": "5.0.0",
+ "find-up": "6.3.0",
32
"fs-extra": "10.0.0",
33
"glob": "7.1.6"
34
- },
35
- "devDependencies": {},
36
- "peerDependencies": {}
37
-}
+ }
+}
0 commit comments