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 2, 2021
1 parent e98f638 commit cb2f4b8
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 563 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.

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.12",
"css-tree-animatable": "^1.0.13",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"mdn-data-animatable": "^1.1.12"
"mdn-data-animatable": "^1.1.13"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-commonjs": "^19.0.1",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.2",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"babel-jest": "^27.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-json": "^3.0.0",
"jest": "^27.0.6",
"eslint-plugin-json": "^3.1.0",
"jest": "^27.1.0",
"prettier": "^2.3.2",
"rollup": "^2.53.2",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2"
},
"jest": {
Expand Down
Loading

0 comments on commit cb2f4b8

Please sign in to comment.