Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Dec 28, 2024
1 parent 8afc45e commit ae3c726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evex-dev/bslash",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": false,
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
Expand Down Expand Up @@ -34,11 +34,11 @@
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-virtualized": "^9.22.5",
"redux": "^3.7.2",
"react-redux": "^5.1.2"
},
"devDependencies": {
"react-virtualized": "^9.22.5",
"typescript": "^5.7.2",
"react-intl": "^2.9.0",
"@evex-dev/scratch-paint": "^0.1.1",
Expand Down Expand Up @@ -96,4 +96,4 @@
"peerDependencies": {
"typescript": "^5.0.0"
}
}
}
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default defineConfig((env) => {
external: [
'react',
'react-dom',
'react-virtualized',
'redux',
'react-redux'
],
Expand Down

0 comments on commit ae3c726

Please sign in to comment.