Skip to content

Commit bed721a

Browse files
build(deps): bump find-up from 5.0.0 to 6.3.0
Bumps [find-up](https://github.com/sindresorhus/find-up) from 5.0.0 to 6.3.0. - [Release notes](https://github.com/sindresorhus/find-up/releases) - [Commits](sindresorhus/find-up@v5.0.0...v6.3.0) --- updated-dependencies: - dependency-name: find-up dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffc24f3 commit bed721a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

packages/yarn-workspaces/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@tsed/yarn-workspaces",
33
"version": "1.21.0",
44
"description": "Yarn workspaces utils for CRACO",
5-
"private": false,
65
"source": "./src/index.js",
76
"main": "./lib/index.js",
87
"typings": "./lib/index.d.ts",
@@ -28,10 +27,8 @@
2827
"build": "yarn microbundle --target node --no-compress --format modern,cjs"
2928
},
3029
"dependencies": {
31-
"find-up": "5.0.0",
30+
"find-up": "6.3.0",
3231
"fs-extra": "10.0.0",
3332
"glob": "7.1.6"
34-
},
35-
"devDependencies": {},
36-
"peerDependencies": {}
37-
}
33+
}
34+
}

0 commit comments

Comments
 (0)