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 Apr 17, 2021
1 parent 41d0796 commit d525e5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
"useTabs": true
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/core": "7.13.15",
"@babel/plugin-proposal-decorators": "7.13.15",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/plugin-transform-regenerator": "7.12.13",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.12.13",
"@babel/plugin-transform-regenerator": "7.13.15",
"@babel/preset-env": "7.13.15",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@emotion/babel-plugin": "11.2.0",
"@emotion/babel-plugin": "11.3.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"@rollup/plugin-replace": "2.4.1",
"@rollup/plugin-typescript": "8.2.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-replace": "2.4.2",
"@rollup/plugin-typescript": "8.2.1",
"@rollup/pluginutils": "4.1.0",
"@types/node": "14.14.35",
"@vercel/ncc": "0.24.1",
"@types/node": "14.14.41",
"@vercel/ncc": "0.28.3",
"babel-plugin-codegen": "4.1.4",
"babel-plugin-dev-expression": "0.2.2",
"babel-plugin-macros": "3.0.1",
Expand All @@ -77,14 +77,14 @@
"mkdirp": "1.0.4",
"patch-package": "6.4.7",
"pretty-bytes": "5.6.0",
"rollup": "2.42.4",
"rollup-plugin-dts": "2.0.1",
"rollup": "2.45.2",
"rollup-plugin-dts": "3.0.1",
"rollup-plugin-node-globals": "1.4.0",
"semantic-release": "17.4.2",
"servor": "4.0.2",
"sort-package-json": "1.49.0",
"terser": "5.6.1",
"typescript": "^4.2.3",
"typescript": "^4.2.4",
"xo": "0.38.2",
"xo-quick": "0.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
git clean -fdX
npm link
cd examples
for dir in $(ls)
for dir in $(ls | grep -v const-enums)
do
cd ${dir} && yarn install --prod --silent && klap build && rm -rf dist/*.map && cd ..
done
Expand Down

0 comments on commit d525e5d

Please sign in to comment.