-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies * Bump
- Loading branch information
Osvaldas Valutis
authored
Aug 14, 2020
1 parent
e8c6427
commit 7560a16
Showing
2 changed files
with
180 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
|
@@ -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" | ||
} | ||
|
Oops, something went wrong.