Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
osdevisnot committed Dec 4, 2020
1 parent b221004 commit 5b981c2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,26 @@
"useTabs": true
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/core": "7.12.9",
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-transform-regenerator": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.5",
"@babel/preset-typescript": "7.12.1",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@babel/preset-typescript": "7.12.7",
"@emotion/babel-plugin": "11.0.0",
"@rollup/plugin-babel": "5.2.1",
"@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-babel": "5.2.2",
"@rollup/plugin-commonjs": "17.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@rollup/plugin-node-resolve": "11.0.0",
"@rollup/plugin-replace": "2.3.4",
"@rollup/pluginutils": "4.1.0",
"@types/node": "14.14.7",
"@types/node": "14.14.10",
"@vercel/ncc": "0.24.1",
"babel-plugin-codegen": "4.0.1",
"babel-plugin-dev-expression": "0.2.2",
"babel-plugin-macros": "2.8.0",
"babel-plugin-styled-components": "1.11.1",
"babel-plugin-macros": "3.0.0",
"babel-plugin-styled-components": "1.12.0",
"cz-conventional-changelog": "3.3.0",
"deepmerge": "4.2.2",
"getopts": "2.2.5",
Expand All @@ -76,15 +76,15 @@
"mkdirp": "1.0.4",
"patch-package": "6.2.2",
"pretty-bytes": "5.4.1",
"rollup": "2.33.2",
"rollup-plugin-dts": "1.4.14",
"rollup": "2.34.1",
"rollup-plugin-dts": "2.0.0",
"rollup-plugin-node-globals": "1.4.0",
"semantic-release": "17.2.3",
"semantic-release": "17.3.0",
"servor": "4.0.2",
"sort-package-json": "1.46.1",
"terser": "5.4.0",
"typescript": "^4.0.5",
"xo": "0.34.2",
"sort-package-json": "1.48.0",
"terser": "5.5.1",
"typescript": "^4.1.2",
"xo": "0.35.0",
"xo-quick": "0.0.6"
}
}

0 comments on commit 5b981c2

Please sign in to comment.