Skip to content

Commit

Permalink
feat: upgrade to next mdn-data release; upgrade devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
apasov committed Sep 18, 2021
1 parent 8aaac5c commit 1f37b96
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 678 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.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"up": "yarn upgrade-interactive && ncu -i && yarn"
},
"dependencies": {
"css-tree-animatable": "^1.0.13",
"css-tree-animatable": "^1.0.14",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"mdn-data-animatable": "^1.1.13"
"mdn-data-animatable": "^1.1.14"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"babel-jest": "^27.1.0",
"babel-jest": "^27.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-json": "^3.1.0",
"jest": "^27.1.0",
"prettier": "^2.3.2",
"jest": "^27.2.0",
"prettier": "^2.4.1",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2"
},
Expand Down
Loading

0 comments on commit 1f37b96

Please sign in to comment.