Skip to content

Commit

Permalink
fixup! feat(walk): sdk cell match and presets support
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jul 1, 2018
1 parent 248a5fd commit ba0e881
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bemjson-to-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@bem/sdk.entity-name": "^0.2.6",
"@bem/sdk.naming.entity.stringify": "^1.0.3",
"@bem/sdk.naming.presets": "^0.0.9",
"@bem/sdk.naming.presets": "^0.0.10",
"camel-case": "^3.0.0",
"pascal-case": "^2.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/entity-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@bem/sdk.naming.entity.stringify": "^1.0.3",
"@bem/sdk.naming.presets": "^0.0.9",
"@bem/sdk.naming.presets": "^0.0.10",
"depd": "1.1.0",
"es6-error": "4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/naming.entity.stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"devDependencies": {
"@bem/sdk.entity-name": "^0.2.6",
"@bem/sdk.naming.presets": "^0.0.9"
"@bem/sdk.naming.presets": "^0.0.10"
},
"scripts": {
"test": "nyc mocha",
Expand Down
2 changes: 1 addition & 1 deletion packages/walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@bem/sdk.naming.cell.match": "*",
"@bem/sdk.naming.entity.parse": "^0.2.6",
"@bem/sdk.naming.entity.stringify": "^1.0.3",
"@bem/sdk.naming.presets": "^0.0.9",
"@bem/sdk.naming.presets": "^0.0.10",
"async-each": "1.0.1",
"depd": "1.1.0"
},
Expand Down

0 comments on commit ba0e881

Please sign in to comment.