Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,19 @@
"check": "prettier --check . && tsc --noEmit --allowJs --lib es2017,dom ./src/webxdc.js"
},
"dependencies": {
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-legacy": "^6.0.1",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically out of scope but figured why not 🤷‍♂️

"eruda": "^3.4.1",
"terser": "^5.36.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious if terser is needed as an explicit dep?

"vite-plugin-zip-pack": "^1.2.4"
},
"peerDependencies": {
"vite": "^6.0.0"
},
"devDependencies": {
"@webxdc/types": "latest",
"prettier": "latest",
"typescript": "latest",
"vite": "latest"
"vite": "^6.1.0"
}
}
Loading