Skip to content

Commit

Permalink
perf: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
apasov committed Jul 10, 2020
1 parent 1a07150 commit 9c9be89
Show file tree
Hide file tree
Showing 2 changed files with 1,097 additions and 1,271 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
"up": "yarn upgrade-interactive && ncu -i && yarn"
},
"dependencies": {
"css-tree-animatable": "^1.0.3",
"css-tree-animatable": "^1.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"mdn-data-animatable": "^1.1.2"
"mdn-data-animatable": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^8.0.0",
"babel-jest": "^26.0.1",
"eslint": "^7.1.0",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"babel-jest": "^26.1.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-json": "^2.1.1",
"jest": "^26.0.1",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"rollup": "^2.13.1",
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 9c9be89

Please sign in to comment.