Skip to content

Commit

Permalink
perf: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
apasov committed Oct 12, 2020
1 parent e54f37c commit 7630f4b
Show file tree
Hide file tree
Showing 4 changed files with 676 additions and 670 deletions.
2 changes: 1 addition & 1 deletion dist/animatable.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/animatable.js.map

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
"up": "yarn upgrade-interactive && ncu -i && yarn"
},
"dependencies": {
"css-tree-animatable": "^1.0.5",
"css-tree-animatable": "^1.0.6",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"mdn-data-animatable": "^1.1.4"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"babel-jest": "^26.2.2",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-html": "^6.0.2",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-jest": "^26.5.2",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-json": "^2.1.2",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"rollup": "^2.23.0",
"rollup-plugin-terser": "^6.1.0"
"jest": "^26.5.3",
"prettier": "^2.1.2",
"rollup": "^2.29.0",
"rollup-plugin-terser": "^7.0.2"
},
"jest": {
"coverageDirectory": "./coverage/",
Expand Down
Loading

0 comments on commit 7630f4b

Please sign in to comment.