Skip to content

Commit

Permalink
feat: Update babel and rollup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Nov 20, 2023
1 parent 1360dfa commit da0622b
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 498 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@rollup/plugin-commonjs": "^25.0.5",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
Expand Down Expand Up @@ -91,7 +91,7 @@
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"rollup": "^4.0.2",
"rollup": "^4.5.0",
"rollup-plugin-visualizer": "^5.9.2",
"storybook": "^7.4.6",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit da0622b

Please sign in to comment.