Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameobea committed Aug 31, 2024
1 parent 038ea11 commit 891d63f
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 256 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"parser": "babel-ts"
}
}
]
],
"parser": "babel-ts"
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"repository": "https://github.com/Ameobea/web-synth",
"author": "Casey Primozic <[email protected]>",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/d3": "^7.4.3",
"@types/downloadjs": "^1.4.6",
"@types/node": "^22.0.0",
"@types/node": "^22.5.1",
"@types/react-window": "^1.8.8",
"@types/showdown": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@webpack-cli/serve": "^2.0.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1",
"cypress": "^13.13.1",
"cypress": "^13.14.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"file-loader": "^6.2.0",
"handlebars": "^4.7.8",
Expand Down Expand Up @@ -68,13 +68,13 @@
"@pixi/sprite": "^7.4.2",
"@pixi/text": "^7.4.2",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/react": "^8.20.0",
"@types/ramda": "^0.30.1",
"@types/react": "^18.3.3",
"@sentry/react": "^8.27.0",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/webmidi": "^2.1.0",
"ace-builds": "^1.35",
"ace-builds": "^1.36",
"chartist": "^1.3.0",
"comlink": "^4.4.1",
"d3": "^7.9.0",
Expand All @@ -90,7 +90,7 @@
"ramda": "^0.30.1",
"react": "18.3.1",
"react-ace": "^12.0.0",
"react-control-panel": ">=0.12.0",
"react-control-panel": ">=0.12.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.3.1",
Expand Down
Loading

0 comments on commit 891d63f

Please sign in to comment.