mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
CODEBASE: Minor React related packages update (#2353)
* CODEBASE: Update @types/react & react-dom packages Update @types/react and @types/react-dom to 17.0.26 (ts3.8) and 17.0.89 (ts3.8) from 17.0.21 (2021) and 17.0.67. To major changes, no apparent breaking changes, mostly packaging fixes. * CODEBASE: Update react-syntax-higher package Update from 15.5.0 (2022) to 15.6.6 (August 2025) which fixes a bug with wrapLines (15.6.0, 15.6.1), fixes some small bugs in 15.6.3 (line count, spelling), and primarily updates dependencies, in particular prismjs to 1.30.0. * CODEBASE: Update react-draggable package Updates from 4.4.6 to [4.5.0](https://github.com/react-grid-layout/react-draggable/commits/master/), some small fixes, updated dependencies. Nothing critical, but nothing breaking or radical as far as I can tell. * CODEBASE: Update tss-react package Patch level update of [tss-react](https://www.tss-react.dev/) package, from 4.9.10 (Apr 2024) to 4.9.19 (Jul 2025). Appears to be primarily for React 19 and Material UI 7 support. Low-priority, but should be low-risk. * CODEBASE: Update react-refresh package [react-refresh](https://www.npmjs.com/package/react-refresh) From 0.17.0 to 0.18.0.
This commit is contained in:
14
package.json
14
package.json
@@ -20,7 +20,7 @@
|
||||
"@mui/system": "^5.18.0",
|
||||
"@swc/wasm-web": "^1.9.3",
|
||||
"@types/estree": "^1.0.2",
|
||||
"@types/react-syntax-highlighter": "^15.5.8",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"acorn": "^8.11.3",
|
||||
"acorn-jsx-walk": "^2.0.0",
|
||||
"acorn-walk": "^8.3.2",
|
||||
@@ -41,13 +41,13 @@
|
||||
"react": "^17.0.2",
|
||||
"react-beautiful-dnd": "^13.1.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-draggable": "^4.4.6",
|
||||
"react-draggable": "^4.5.0",
|
||||
"react-markdown": "^8.0.7",
|
||||
"react-resizable": "^3.0.5",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
"react-syntax-highlighter": "^15.6.6",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"sprintf-js": "^1.1.3",
|
||||
"tss-react": "^4.9.10"
|
||||
"tss-react": "^4.9.19"
|
||||
},
|
||||
"description": "A cyberpunk-themed incremental game",
|
||||
"devDependencies": {
|
||||
@@ -65,9 +65,9 @@
|
||||
"@types/convert-source-map": "^2.0.3",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/react": "^17.0.67",
|
||||
"@types/react": "^17.0.89",
|
||||
"@types/react-beautiful-dnd": "^13.1.8",
|
||||
"@types/react-dom": "^17.0.21",
|
||||
"@types/react-dom": "^17.0.26",
|
||||
"@types/react-resizable": "^3.0.8",
|
||||
"@types/sprintf-js": "^1.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||||
@@ -92,7 +92,7 @@
|
||||
"monaco-editor": "^0.52.0",
|
||||
"monaco-editor-webpack-plugin": "^7.1.0",
|
||||
"prettier": "^2.8.8",
|
||||
"react-refresh": "^0.17.0",
|
||||
"react-refresh": "^0.18.0",
|
||||
"rehype-mathjax": "^4.0.3",
|
||||
"rehype-raw": "^6.1.1",
|
||||
"remark-math": "^5.1.1",
|
||||
|
||||
Reference in New Issue
Block a user