Skip to content

Commit

Permalink
fix: fix missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Oct 11, 2024
1 parent 507abf7 commit e45f36e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"build": "rollup --config rollup.config.mjs"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.24.0",
"rollup-plugin-define": "^1.0.1",
"rollup-plugin-esbuild": "^6.1.1"
},
"dependencies": {
"react-devtools-core": "5.3.1",
"rollup-plugin-define": "^1.0.1"
"react-devtools-core": "5.3.1"
}
}

0 comments on commit e45f36e

Please sign in to comment.