Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Apr 24, 2023
1 parent 90877f0 commit 269052a
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 84 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,18 @@
}
},
"dependencies": {
"@babel/core": "^7.12.17",
"@babel/helper-define-map": "^7.12.13",
"@babel/plugin-transform-runtime": "7.12.17",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.17",
"@babel/core": "^7.21.4",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"@types/node": "^14.14.31",
"args": "5.0.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
Expand Down
Loading

0 comments on commit 269052a

Please sign in to comment.