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]
 - [email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
  • Loading branch information
tomrav committed Aug 7, 2018
1 parent a3c604c commit 5dbe803
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 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.6",
"version": "1.0.7",
"main": "dist/build.js",
"types": "dist/build.d.ts",
"bin": {
Expand All @@ -13,8 +13,8 @@
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\""
},
"dependencies": {
"@stylable/core": "^0.1.5",
"@stylable/node": "^0.1.5",
"@stylable/core": "^0.1.7",
"@stylable/node": "^0.1.7",
"deindent": "^0.1.0",
"lodash.clonedeep": "^4.5.0",
"react": "^16.4.1",
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.6",
"version": "0.1.7",
"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.5"
"@stylable/runtime": "^0.1.7"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 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.0.13",
"version": "1.0.14",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"@stylable/core": "^0.1.5",
"@stylable/runtime": "^0.1.5",
"@stylable/core": "^0.1.7",
"@stylable/runtime": "^0.1.7",
"express": "^4.16.3",
"lodash.clonedeep": "^4.5.0",
"memory-fs": "^0.4.1",
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.6",
"version": "0.1.7",
"main": "dist/jest.js",
"types": "dist/jest.d.ts",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\""
},
"dependencies": {
"@stylable/node": "^0.1.5",
"@stylable/node": "^0.1.7",
"node-eval": "^2.0.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 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.6",
"version": "0.1.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\""
},
"dependencies": {
"@stylable/core": "^0.1.5",
"@stylable/runtime": "^0.1.5"
"@stylable/core": "^0.1.7",
"@stylable/runtime": "^0.1.7"
},
"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.6",
"version": "0.1.7",
"description": "like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
},
"dependencies": {
"@stylable/core": "^0.1.5",
"@stylable/webpack-plugin": "^0.1.5",
"@stylable/core": "^0.1.7",
"@stylable/webpack-plugin": "^0.1.7",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"dotenv": "6.0.0",
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.6",
"version": "0.1.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylable.io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable.io",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Stylable website https://stylable.io/",
"private": true,
"main": "N/A",
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.6",
"version": "0.1.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},
"dependencies": {
"@stylable/core": "^0.1.5",
"@stylable/core": "^0.1.7",
"lodash.clonedeep": "^4.5.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
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.6",
"version": "0.1.7",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
Expand All @@ -11,14 +11,14 @@
"webpack": "^4.6.0"
},
"dependencies": {
"@stylable/runtime": "^0.1.5",
"@stylable/runtime": "^0.1.7",
"css-selector-tokenizer": "^0.7.0",
"find-config": "^1.0.0",
"lodash.clonedeep": "^4.5.0",
"webpack-sources": "^1.1.0"
},
"devDependencies": {
"@stylable/e2e-test-kit": "^1.0.12"
"@stylable/e2e-test-kit": "^1.0.14"
},
"files": [
"src"
Expand Down

0 comments on commit 5dbe803

Please sign in to comment.