Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Dec 21, 2017
1 parent 626ce2a commit f4e6903
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-beta"
"version": "1.0.0"
}
4 changes: 2 additions & 2 deletions packages/crafty-preset-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"main": "src/index.js",
"dependencies": {
"@swissquote/babel-preset-swissquote": "1.0.0",
"@swissquote/eslint-plugin-swissquote": "1.0.0",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-istanbul": "4.1.5",
"babel-preset-jest": "21.2.0",
"@swissquote/babel-preset-swissquote": "1.0.0",
"babel-runtime": "6.26.0",
"debug": "^3.0.1",
"eslint": "4.13.1",
"eslint-loader": "1.9.0",
"@swissquote/eslint-plugin-swissquote": "1.0.0",
"gulp-babel": "7.0.0",
"gulp-concat": "2.6.1",
"gulp-eslint": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/crafty-preset-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
},
"main": "src/index.js",
"dependencies": {
"@swissquote/postcss-swissquote-preset": "1.0.0",
"@swissquote/stylelint-config-swissquote": "1.0.0",
"css-loader": "0.28.7",
"end-of-stream": "1.4.0",
"extract-text-webpack-plugin": "3.0.2",
Expand All @@ -18,12 +20,10 @@
"postcss": "6.0.14",
"postcss-loader": "2.0.9",
"postcss-scss": "1.0.2",
"@swissquote/postcss-swissquote-preset": "1.0.0",
"resolve-from": "4.0.0",
"stream-exhaust": "1.0.2",
"style-loader": "0.19.1",
"stylelint": "8.4.0",
"@swissquote/stylelint-config-swissquote": "1.0.0",
"webpack": "3.10.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"test:watch": "../../node_modules/.bin/jest --watch"
},
"devDependencies": {
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"@swissquote/crafty": "1.0.0",
"@swissquote/crafty-preset-babel": "1.0.0",
"@swissquote/crafty-preset-images": "1.0.0",
Expand All @@ -20,6 +19,7 @@
"@swissquote/crafty-runner-gulp": "1.0.0",
"@swissquote/crafty-runner-rollup": "1.0.0",
"@swissquote/crafty-runner-webpack": "1.0.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"get-stdin": "5.0.1"
},
"engines": {
Expand Down

0 comments on commit f4e6903

Please sign in to comment.