Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
  • Loading branch information
tomrav committed Jul 16, 2019
1 parent cb23bc5 commit 32f851f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/cli",
"version": "2.2.2",
"version": "2.2.3",
"description": "A low-level utility used for working with Stylable projects",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@stylable/core": "^2.1.1",
"@stylable/node": "^2.1.3",
"@stylable/optimizer": "^2.1.2",
"@stylable/optimizer": "^2.1.3",
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"yargs": "^13.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/optimizer",
"version": "2.1.2",
"version": "2.1.3",
"description": "Stylable core optimizer",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/react-scripts",
"version": "2.1.3",
"version": "2.1.4",
"description": "Like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
},
"dependencies": {
"@stylable/core": "^2.1.1",
"@stylable/webpack-plugin": "^2.1.3",
"@stylable/webpack-plugin": "^2.1.4",
"@ts-tools/webpack-loader": "^0.8.12",
"bfj": "^7.0.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/webpack-extensions",
"version": "2.1.3",
"version": "2.1.4",
"description": "Experimental Stylable webpack plugins",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@stylable/core": "^2.1.1",
"@stylable/webpack-plugin": "^2.1.3",
"@stylable/webpack-plugin": "^2.1.4",
"lodash.clonedeep": "^4.5.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/webpack-plugin",
"version": "2.1.3",
"version": "2.1.4",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@stylable/module-utils": "^2.2.2",
"@stylable/node": "^2.1.3",
"@stylable/optimizer": "^2.1.2",
"@stylable/optimizer": "^2.1.3",
"@stylable/runtime": "^2.1.1",
"find-config": "^1.0.0",
"webpack-sources": "^1.3.0"
Expand Down

0 comments on commit 32f851f

Please sign in to comment.