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]
 - @stylable/[email protected]
  • Loading branch information
tomrav committed Nov 8, 2018
1 parent 2ce5bda commit e223052
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 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.1.2",
"version": "1.1.3",
"description": "A low-level utility used for working with Stylable projects",
"main": "dist/build.js",
"types": "dist/build.d.ts",
Expand All @@ -14,14 +14,14 @@
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"@stylable/core": "^0.1.12",
"@stylable/node": "^0.1.14",
"@stylable/core": "^0.1.13",
"@stylable/node": "^0.1.15",
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"yargs": "^12.0.2"
},
"devDependencies": {
"@stylable/e2e-test-kit": "^1.0.21"
"@stylable/e2e-test-kit": "^1.0.22"
},
"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.12",
"version": "0.1.13",
"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.5",
"version": "0.1.6",
"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.12",
"@stylable/core": "^0.1.13",
"@stylable/runtime": "^0.1.9"
},
"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.21",
"version": "1.0.22",
"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.13",
"version": "0.1.14",
"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 @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"@stylable/node": "^0.1.14",
"@stylable/node": "^0.1.15",
"@stylable/runtime": "^0.1.9"
},
"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.14",
"version": "0.1.15",
"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 @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"@stylable/core": "^0.1.12",
"@stylable/core": "^0.1.13",
"find-config": "^1.0.0",
"murmurhash": "^0.0.2"
},
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.15",
"version": "0.1.16",
"description": "Like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
},
"dependencies": {
"@stylable/core": "^0.1.12",
"@stylable/webpack-plugin": "^0.1.14",
"@stylable/core": "^0.1.13",
"@stylable/webpack-plugin": "^0.1.15",
"@ts-tools/webpack-loader": "^0.7.0",
"bfj": "^6.1.1",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/schema-extract",
"version": "0.1.0",
"version": "0.1.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"@stylable/core": "^0.1.11"
"@stylable/core": "^0.1.13"
},
"files": [
"cjs",
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.16",
"version": "0.1.17",
"description": "Experimental Stylable webpack plugins",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -16,7 +16,7 @@
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --timeout 10000"
},
"dependencies": {
"@stylable/core": "^0.1.12",
"@stylable/core": "^0.1.13",
"lodash.clonedeep": "^4.5.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "0.1.15",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
Expand All @@ -11,13 +11,13 @@
"webpack": "^4.6.0"
},
"dependencies": {
"@stylable/node": "^0.1.14",
"@stylable/node": "^0.1.15",
"@stylable/runtime": "^0.1.9",
"find-config": "^1.0.0",
"webpack-sources": "^1.3.0"
},
"devDependencies": {
"@stylable/e2e-test-kit": "^1.0.21"
"@stylable/e2e-test-kit": "^1.0.22"
},
"files": [
"src"
Expand Down

0 comments on commit e223052

Please sign in to comment.