Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Publish base-web 0.0.50 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch authored Oct 14, 2019
1 parent 3a788ec commit b543aed
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 16 deletions.
4 changes: 2 additions & 2 deletions common/web/base-node-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@curiostack/base-node-dev",
"version": "0.0.16",
"version": "0.0.18",
"description": "Curiostack's base dev dependencies for non-browser applications.",
"repository": "curioswitch/curiostack",
"author": "Choko <choko@curioswitch.org>",
"license": "MIT",
"dependencies": {
"@curiostack/eslint-config-base": "0.0.2",
"@curiostack/eslint-config-base": "0.0.3",
"@types/node": "12.7.12",
"prettier": "1.18.2",
"rimraf": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions common/web/base-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curiostack/base-web",
"version": "0.0.49",
"version": "0.0.50",
"description": "Curiostack's base dependencies for browser applications.",
"repository": "curioswitch/curiostack",
"author": "Choko <choko@curioswitch.org>",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/runtime": "7.6.3",
"@babel/runtime-corejs2": "7.6.3",
"@babel/runtime-corejs3": "7.6.3",
"@curiostack/base-node-dev": "0.0.16",
"@curiostack/eslint-config-web": "0.0.2",
"@curiostack/base-node-dev": "0.0.18",
"@curiostack/eslint-config-web": "0.0.3",
"@gfx/zopfli": "1.0.14",
"@hugmanrique/react-markdown-loader": "0.0.2",
"@storybook/addon-actions": "5.2.3",
Expand Down
2 changes: 1 addition & 1 deletion common/web/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curiostack/eslint-config-base",
"version": "0.0.2",
"version": "0.0.3",
"description": "Curiostack's base ESLint configuration for NodeJS applications (non-web).",
"main": "index.js",
"repository": "curioswitch/curiostack",
Expand Down
4 changes: 2 additions & 2 deletions common/web/eslint-config-web/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@curiostack/eslint-config-web",
"version": "0.0.2",
"version": "0.0.3",
"description": "Curiostack's ESLint configuration for web applications.",
"main": "index.js",
"repository": "curioswitch/curiostack",
"author": "Choko <choko@curioswitch.org>",
"license": "MIT",
"dependencies": {
"@curiostack/eslint-config-base": "0.0.2",
"@curiostack/eslint-config-base": "0.0.3",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@babel/runtime": "7.6.3",
"@babel/runtime-corejs2": "7.6.3",
"@babel/runtime-corejs3": "7.6.3",
"@curiostack/base-node-dev": "0.0.16",
"@curiostack/base-web": "0.0.49",
"@curiostack/eslint-config-web": "0.0.2",
"@curiostack/base-node-dev": "0.0.18",
"@curiostack/base-web": "0.0.50",
"@curiostack/eslint-config-web": "0.0.3",
"@gfx/zopfli": "1.0.14",
"@hugmanrique/react-markdown-loader": "0.0.2",
"@storybook/addon-actions": "5.2.3",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -852,16 +852,25 @@
minimist "^1.2.0"

"@curiostack/base-node-dev@0.0.14":
version "0.0.16"
version "0.0.18"
dependencies:
"@curiostack/eslint-config-base" "0.0.2"
"@curiostack/eslint-config-base" "0.0.3"
"@types/node" "12.7.12"
prettier "1.18.2"
rimraf "3.0.0"
typescript "3.6.3"

"@curiostack/base-node-dev@0.0.16":
version "0.0.18"
dependencies:
"@curiostack/eslint-config-base" "0.0.3"
"@types/node" "12.7.12"
prettier "1.18.2"
rimraf "3.0.0"
typescript "3.6.3"

"@curiostack/base-web@0.0.48":
version "0.0.49"
version "0.0.50"
dependencies:
"@babel/core" "7.6.4"
"@babel/plugin-proposal-async-generator-functions" "7.2.0"
Expand All @@ -877,8 +886,8 @@
"@babel/runtime" "7.6.3"
"@babel/runtime-corejs2" "7.6.3"
"@babel/runtime-corejs3" "7.6.3"
"@curiostack/base-node-dev" "0.0.16"
"@curiostack/eslint-config-web" "0.0.2"
"@curiostack/base-node-dev" "0.0.18"
"@curiostack/eslint-config-web" "0.0.3"
"@gfx/zopfli" "1.0.14"
"@hugmanrique/react-markdown-loader" "0.0.2"
"@storybook/addon-actions" "5.2.3"
Expand Down

0 comments on commit b543aed

Please sign in to comment.