Skip to content

Commit

Permalink
Feat/update dependencies (#7)
Browse files Browse the repository at this point in the history
* Update dependencies

* Bump
  • Loading branch information
Osvaldas Valutis authored Aug 14, 2020
1 parent e8c6427 commit 7560a16
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 254 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kollegorna/tracking-util",
"description": "GDPR compliant tracking",
"version": "1.0.5",
"version": "1.0.6",
"author": "Kollegorna <[email protected]>",
"license": "MIT",
"private": false,
Expand All @@ -11,21 +11,21 @@
"build": "parcel build example/index.html"
},
"dependencies": {
"lodash": "^4.17.15",
"lodash": "^4.17.20",
"universal-cookie": "^4.0.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint": "^7.6.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^5.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.5"
}
Expand Down
Loading

0 comments on commit 7560a16

Please sign in to comment.