Skip to content

Commit

Permalink
fix: upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
osdevisnot committed Jun 4, 2021
1 parent 48f4681 commit 6b03129
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/plugin-proposal-decorators": "7.14.2",
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
"@babel/plugin-proposal-object-rest-spread": "7.14.4",
"@babel/plugin-transform-regenerator": "7.13.15",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@emotion/babel-plugin": "11.3.0",
Expand All @@ -67,8 +67,8 @@
"@rollup/plugin-replace": "2.4.2",
"@rollup/plugin-typescript": "8.2.1",
"@rollup/pluginutils": "4.1.0",
"@types/node": "15.3.0",
"@vercel/ncc": "0.28.5",
"@types/node": "15.12.0",
"@vercel/ncc": "0.28.6",
"babel-plugin-codegen": "4.1.4",
"babel-plugin-dev-expression": "0.2.2",
"babel-plugin-macros": "3.1.0",
Expand All @@ -82,15 +82,15 @@
"mkdirp": "1.0.4",
"patch-package": "6.4.7",
"pretty-bytes": "5.6.0",
"rollup": "2.48.0",
"rollup-plugin-dts": "3.0.1",
"rollup": "2.50.6",
"rollup-plugin-dts": "3.0.2",
"rollup-plugin-polyfill-node": "0.6.2",
"semantic-release": "17.4.3",
"servor": "4.0.2",
"sort-package-json": "1.50.0",
"terser": "5.7.0",
"typescript": "^4.2.4",
"xo": "0.40.1",
"typescript": "^4.3.2",
"xo": "0.40.2",
"xo-quick": "0.0.8"
}
}

0 comments on commit 6b03129

Please sign in to comment.