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]
 - @stylable/[email protected]
  • Loading branch information
tomrav committed Dec 19, 2018
1 parent c0712f6 commit 4de50a2
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 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.2.0",
"version": "1.2.1",
"description": "A low-level utility used for working with Stylable projects",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -15,14 +15,14 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^0.1.17",
"@stylable/node": "^0.1.20",
"@stylable/core": "^0.1.18",
"@stylable/node": "^0.1.21",
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"yargs": "^12.0.5"
},
"devDependencies": {
"@stylable/e2e-test-kit": "^1.1.0"
"@stylable/e2e-test-kit": "^1.1.1"
},
"files": [
"cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/core",
"version": "0.1.17",
"version": "0.1.18",
"description": "CSS for Components",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url-regex": "^4.1.1"
},
"devDependencies": {
"@stylable/runtime": "^0.1.12"
"@stylable/runtime": "^0.1.13"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.1.11",
"description": "Stylable DOM testing utilities",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^0.1.17",
"@stylable/runtime": "^0.1.12"
"@stylable/core": "^0.1.18",
"@stylable/runtime": "^0.1.13"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "1.1.1",
"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 All @@ -13,7 +13,7 @@
"lint": "tslint --project src"
},
"dependencies": {
"@stylable/runtime": "^0.1.12",
"@stylable/runtime": "^0.1.13",
"express": "^4.16.4",
"memory-fs": "^0.4.1",
"node-eval": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 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.19",
"version": "0.1.20",
"description": "Test your Stylable React components using Jest",
"main": "dist/jest.js",
"types": "dist/jest.d.ts",
Expand All @@ -11,8 +11,8 @@
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"@stylable/node": "^0.1.20",
"@stylable/runtime": "^0.1.12"
"@stylable/node": "^0.1.21",
"@stylable/runtime": "^0.1.13"
},
"files": [
"dist"
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.20",
"version": "0.1.21",
"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.17",
"@stylable/core": "^0.1.18",
"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.22",
"version": "0.1.23",
"description": "Like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
},
"dependencies": {
"@stylable/core": "^0.1.17",
"@stylable/webpack-plugin": "^0.1.21",
"@stylable/core": "^0.1.18",
"@stylable/webpack-plugin": "^0.1.22",
"@ts-tools/webpack-loader": "^0.7.5",
"bfj": "^6.1.1",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/runtime",
"version": "0.1.12",
"version": "0.1.13",
"description": "Stylable runtime DOM integration",
"main": "cjs/index.js",
"module": "esm/index.js",
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.5",
"version": "0.1.6",
"description": "A utility for extracting JSON schema objects from a Stylable stylesheet",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -15,7 +15,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^0.1.17"
"@stylable/core": "^0.1.18"
},
"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.22",
"version": "0.1.23",
"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.17",
"@stylable/core": "^0.1.18",
"lodash.clonedeep": "^4.5.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
Expand Down
8 changes: 4 additions & 4 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.21",
"version": "0.1.22",
"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.20",
"@stylable/runtime": "^0.1.12",
"@stylable/node": "^0.1.21",
"@stylable/runtime": "^0.1.13",
"find-config": "^1.0.0",
"webpack-sources": "^1.3.0"
},
"devDependencies": {
"@stylable/e2e-test-kit": "^1.1.0"
"@stylable/e2e-test-kit": "^1.1.1"
},
"files": [
"src"
Expand Down

0 comments on commit 4de50a2

Please sign in to comment.