Skip to content

Commit

Permalink
Update dependency size-limit to v2 (#24)
Browse files Browse the repository at this point in the history
* Update dependency size-limit to v2

* Update dependency size-limit to v2

* Add preset

* Actually merge

* Merge yarn lock
  • Loading branch information
renovate[bot] authored and dpikt committed Aug 23, 2019
1 parent 42a1f2b commit 61eae02
Show file tree
Hide file tree
Showing 2 changed files with 765 additions and 656 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-flash",
"version": "2.0.5",
"version": "2.0.6",
"description": "Redux action creators for displaying flash messages",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,14 +32,15 @@
],
"devDependencies": {
"@launchpadlab/babel-preset": "^2.1.0",
"@size-limit/preset-small-lib": "^2.1.1",
"babel-eslint": "^10.0.2",
"codeclimate-test-reporter": "^0.4.1",
"eslint": "^6.1.0",
"eslint-plugin-import": "^2.2.0",
"jest": "^24.8.0",
"redux": "^4.0.4",
"redux-mock-store": "^1.3.0",
"size-limit": "^1.0.0"
"size-limit": "^2.1.1"
},
"dependencies": {
"@babel/cli": "^7.5.5",
Expand Down
Loading

0 comments on commit 61eae02

Please sign in to comment.