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

Commit

Permalink
⬆️ refresh yarn.lock (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Petetot authored Jun 7, 2019
1 parent 310a38a commit 1d293d9
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 127 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: yarn
- run:
name: dependencies and rebuild
command: |
yarn
npm rebuild
- save_cache:
paths:
- node_modules
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"doc:build": "NODE_PATH=./src docz build"
},
"dependencies": {
"@k-ramel/react": "2.1.0",
"@k-ramel/react": "^2.1.0",
"@k-redux-router/core": "^1.0.0",
"@k-redux-router/react-k-ramel": "^1.0.1",
"classnames": "^2.2.6",
Expand All @@ -26,7 +26,7 @@
"font-awesome": "^4.7.0",
"hoc-react-loader": "^6.3.0",
"immutadot": "^1.0.0",
"k-ramel": "2.1.0",
"k-ramel": "^2.1.0",
"lodash": "^4.17.11",
"marked": "^0.6.2",
"normalize.css": "^8.0.1",
Expand All @@ -38,14 +38,14 @@
"react-datepicker": "^2.6.0",
"react-dom": "^16.8.6",
"react-final-form": "^6.0.1",
"react-final-form-arrays": "3.0.0",
"react-final-form-arrays": "^3.0.0",
"react-places-autocomplete": "^7.2.1",
"react-sizes": "^2.0.0",
"redux": "^4.0.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/core": "^7.4.5",
"bundlesize": "^0.17.2",
"docz": "^1.2.0",
"docz-theme-default": "^1.2.0",
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-react": "^7.12.4",
"firebase-tools": "^6.10.0",
"prettier": "^1.17.1",
"react-scripts": "3.0.1",
"react-scripts": "^3.0.1",
"react-test-renderer": "^16.8.6",
"redux-devtools-extension": "^2.13.8"
},
Expand Down
Loading

0 comments on commit 1d293d9

Please sign in to comment.