Skip to content

Commit 1c19f90

Browse files
committed
fix: update @bolt/build-tools to ensure @bolt/api is a peer dependency
1 parent 69ef2b5 commit 1c19f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/build-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
}
2222
],
2323
"peerDependencies": {
24-
"@bolt/twig-renderer": "^2.3.0"
24+
"@bolt/twig-renderer": "^2.3.0",
25+
"@bolt/api": "^2.3.0"
2526
},
2627
"dependencies": {
2728
"array-sort": "^1.0.0",
2829
"@babel/core": "^7.2.2",
29-
"@bolt/api": "^2.3.0",
3030
"@bolt/babel-preset-bolt": "^2.3.0",
3131
"@bolt/config-browserlist": "^2.3.0",
3232
"@bolt/postcss-themify": "^2.3.0",

0 commit comments

Comments
 (0)