Skip to content

Commit

Permalink
Upgrade dev dependencies (#17)
Browse files Browse the repository at this point in the history
* Upgrade dev dependencies

* Version bump: 2.0.4
  • Loading branch information
dpikt authored Aug 8, 2019
1 parent db0da56 commit 593198e
Show file tree
Hide file tree
Showing 2 changed files with 2,742 additions and 2,464 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-sessions",
"version": "2.0.3",
"version": "2.0.4",
"description": "Redux action creators for storing session state",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -28,14 +28,15 @@
"lib/"
],
"devDependencies": {
"@launchpadlab/babel-preset": "^1.0.0",
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@launchpadlab/babel-preset": "^2.1.0",
"babel-eslint": "^10.0.2",
"dom-storage": "^2.1.0",
"eslint": "^3.15.0",
"eslint": "^6.1.0",
"eslint-plugin-import": "^2.2.0",
"jest": "^23.5.0",
"redux": "^3.7.2",
"jest": "^24.8.0",
"redux": "^4.0.4",
"redux-mock-store": "^1.3.0",
"rimraf": "^2.5.4"
},
Expand Down
Loading

0 comments on commit 593198e

Please sign in to comment.