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]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
  • Loading branch information
AviVahl committed Sep 17, 2018
1 parent 31f1147 commit dbb41ff
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/cli",
"version": "1.0.11",
"version": "1.0.12",
"description": "A low-level utility used for working with Stylable projects",
"main": "dist/build.js",
"types": "dist/build.d.ts",
Expand All @@ -14,12 +14,12 @@
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\""
},
"dependencies": {
"@stylable/core": "^0.1.9",
"@stylable/node": "^0.1.11",
"@stylable/core": "^0.1.10",
"@stylable/node": "^0.1.12",
"yargs": "^12.0.2"
},
"devDependencies": {
"@stylable/e2e-test-kit": "^1.0.17"
"@stylable/e2e-test-kit": "^1.0.18"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/core",
"version": "0.1.9",
"version": "0.1.10",
"description": "CSS for Components",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dom-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/dom-test-kit",
"version": "0.1.2",
"version": "0.1.3",
"description": "Stylable DOM testing utilities",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^0.1.9",
"@stylable/core": "^0.1.10",
"@stylable/runtime": "^0.1.8"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/e2e-test-kit",
"version": "1.0.17",
"version": "1.0.18",
"description": "A collection of tools to help test Stylable components and applications from end-to-end",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/jest",
"version": "0.1.10",
"version": "0.1.11",
"description": "Test your Stylable React components using Jest",
"main": "dist/jest.js",
"types": "dist/jest.d.ts",
Expand All @@ -11,7 +11,7 @@
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\""
},
"dependencies": {
"@stylable/node": "^0.1.11",
"@stylable/node": "^0.1.12",
"@stylable/runtime": "^0.1.8"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/node",
"version": "0.1.11",
"version": "0.1.12",
"description": "Integrate Stylable into your node application",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\""
},
"dependencies": {
"@stylable/core": "^0.1.9"
"@stylable/core": "^0.1.10"
},
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 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": "0.1.10",
"version": "0.1.11",
"description": "Like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
},
"dependencies": {
"@stylable/core": "^0.1.9",
"@stylable/webpack-plugin": "^0.1.10",
"@stylable/core": "^0.1.10",
"@stylable/webpack-plugin": "^0.1.11",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.4.1",
"dotenv": "^6.0.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": "0.1.12",
"version": "0.1.13",
"description": "Experimental Stylable webpack plugins",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -16,7 +16,7 @@
"test": "mocha --timeout 10000 -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"@stylable/core": "^0.1.9",
"@stylable/core": "^0.1.10",
"lodash.clonedeep": "^4.5.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
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": "0.1.10",
"version": "0.1.11",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"webpack-sources": "^1.2.0"
},
"devDependencies": {
"@stylable/e2e-test-kit": "^1.0.17"
"@stylable/e2e-test-kit": "^1.0.18"
},
"files": [
"src"
Expand Down

0 comments on commit dbb41ff

Please sign in to comment.