Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - stylable@5.3.10
 - stylable-build-test-kit@1.0.0
 - stylable-runtime@1.0.0
 - stylable-scripts@0.5.3
 - stylable-webpack-extensions@1.0.0
 - stylable-webpack-plugin@1.0.19
  • Loading branch information
barak007 committed May 30, 2018
1 parent 251c7cd commit 1e6d877
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions packages/stylable-build-test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"test": "mocha -r ts-node/register \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"express": "^4.16.3",
"lodash.clonedeep": "^4.5.0",
"puppeteer": "^1.4.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"stylable": "^5.3.9",
"rimraf": "^2.6.2",
"stylable-runtime": "1.0.0",
"puppeteer": "^1.4.0",
"express": "^4.16.3",
"stylable": "^5.3.10",
"stylable-runtime": "^1.0.0",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand All @@ -37,4 +37,4 @@
"repository": "git@github.com:wix/stylable.git",
"author": "Wix.com",
"license": "BSD-3-Clause"
}
}
6 changes: 3 additions & 3 deletions packages/stylable-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-scripts",
"version": "0.5.2",
"version": "0.5.3",
"description": "like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
Expand All @@ -15,8 +15,8 @@
"html-webpack-plugin": "3.2.0",
"object-assign": "4.1.1",
"react-dev-utils": "^5.0.1",
"stylable": "^5.3.9",
"stylable-webpack-plugin": "^1.0.18",
"stylable": "^5.3.10",
"stylable-webpack-plugin": "^1.0.19",
"ts-loader": "4.3.0",
"tslib": "^1.9.1",
"typescript": "~2.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylable-webpack-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lodash.clonedeep": "^4.5.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"stylable": "^5.3.9",
"stylable": "^5.3.10",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand All @@ -33,4 +33,4 @@
"repository": "git@github.com:wix/stylable.git",
"author": "Wix.com",
"license": "BSD-3-Clause"
}
}
2 changes: 1 addition & 1 deletion packages/stylable-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-webpack-plugin",
"version": "1.0.18",
"version": "1.0.19",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable",
"version": "5.3.9",
"version": "5.3.10",
"description": "CSS for Components",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 1e6d877

Please sign in to comment.