Skip to content

Commit 2b3035c

Browse files
committed
fix(monorepo): fix versions in pacakges
1 parent ca8f5c1 commit 2b3035c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/add/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"description": "A scaffold for adding new properties",
55
"main": "index.js",
66
"author": "",
7-
"license": "MIT"
7+
"license": "MIT",
8+
"dependencies": {
9+
"@webpack-cli/generators": "0.0.1",
10+
"@webpack-cli/utils": "0.0.1"
11+
}
812
}

packages/generate-loader/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14-
"yeoman-environment": "^2.0.6"
14+
"yeoman-environment": "^2.0.6",
15+
"@webpack-cli/generators": "0.0.1"
1516
}
1617
}

packages/generate-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14-
"yeoman-environment": "^2.0.6"
14+
"yeoman-environment": "^2.0.6",
15+
"@webpack-cli/generators": "0.0.1"
1516
}
1617
}

0 commit comments

Comments
 (0)