7 Commits

Author SHA1 Message Date
db73f34340 Update dependency react-syntax-highlighter to v15.6.1 2024-10-16 16:01:25 +00:00
Lee
96ab998031 Merge pull request 'Update dependency react-use-websocket to v4.9.0' (#68) from renovate/react-use-websocket-4.x into master
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 2m52s
Reviewed-on: #68
2024-10-10 02:17:12 +00:00
Lee
7de2848f45 Merge pull request 'Update dependency lucide-react to ^0.451.0' (#70) from renovate/lucide-monorepo into master
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
Reviewed-on: #70
2024-10-10 02:17:07 +00:00
Lee
63fead44c3 Merge pull request 'Update nextjs monorepo to v14.2.15' (#72) from renovate/nextjs-monorepo into master
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
Reviewed-on: #72
2024-10-10 02:16:48 +00:00
f8aa41ed05 Update nextjs monorepo to v14.2.15 2024-10-10 02:01:40 +00:00
50e6506fc4 Update dependency lucide-react to ^0.451.0 2024-10-08 10:01:35 +00:00
2a6488d4e5 Update dependency react-use-websocket to v4.9.0 2024-10-01 20:03:34 +00:00
2 changed files with 82 additions and 59 deletions

View File

@ -32,7 +32,7 @@
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"fuse.js": "^7.0.0",
"lucide-react": "^0.446.0",
"lucide-react": "^0.451.0",
"mcutils-library": "^1.3.1",
"moment": "^2.30.1",
"next": "14.2.5",
@ -44,7 +44,7 @@
"react-dom": "^18",
"react-spinners": "^0.14.0",
"react-syntax-highlighter": "^15.5.0",
"react-use-websocket": "4.8.1",
"react-use-websocket": "4.9.0",
"read-file": "^0.2.0",
"remark-gfm": "^4.0.0",
"remote-mdx": "^0.0.8",

137
pnpm-lock.yaml generated
View File

@ -31,7 +31,7 @@ importers:
version: 3.0.1(@types/react@18.3.9)(react@18.3.1)
'@next/mdx':
specifier: ^14.2.2
version: 14.2.13(@mdx-js/loader@3.0.1(webpack@5.94.0))(@mdx-js/react@3.0.1(@types/react@18.3.9)(react@18.3.1))
version: 14.2.15(@mdx-js/loader@3.0.1(webpack@5.94.0))(@mdx-js/react@3.0.1(@types/react@18.3.9)(react@18.3.1))
'@radix-ui/react-context-menu':
specifier: ^2.1.5
version: 2.2.1(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@ -81,8 +81,8 @@ importers:
specifier: ^7.0.0
version: 7.0.0
lucide-react:
specifier: ^0.446.0
version: 0.446.0(react@18.3.1)
specifier: ^0.451.0
version: 0.451.0(react@18.3.1)
mcutils-library:
specifier: ^1.3.1
version: 1.3.4(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(@types/node@20.16.7)(babel-jest@29.7.0(@babel/core@7.25.2))
@ -115,10 +115,10 @@ importers:
version: 0.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react-syntax-highlighter:
specifier: ^15.5.0
version: 15.5.0(react@18.3.1)
version: 15.6.1(react@18.3.1)
react-use-websocket:
specifier: 4.8.1
version: 4.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
specifier: 4.9.0
version: 4.9.0
read-file:
specifier: ^0.2.0
version: 0.2.0
@ -324,8 +324,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/runtime@7.25.6':
resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==}
'@babel/runtime@7.25.7':
resolution: {integrity: sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==}
engines: {node: '>=6.9.0'}
'@babel/template@7.25.0':
@ -543,8 +543,8 @@ packages:
'@next/eslint-plugin-next@14.2.5':
resolution: {integrity: sha512-LY3btOpPh+OTIpviNojDpUdIbHW9j0JBYBjsIp8IxtDFfYFyORvw3yNq6N231FVqQA7n7lwaf7xHbVJlA1ED7g==}
'@next/mdx@14.2.13':
resolution: {integrity: sha512-UrNXnCMcChqLJDb8kdoWjw3Hyt1E+xGh8n/4U3ro/kkQjiXJ/3k4+Es+L6oxY+zafg1n+6xpK5whROTNAsKAxA==}
'@next/mdx@14.2.15':
resolution: {integrity: sha512-OQWxKY5jWtHqPXdN3s5mj/LsD57pxt8CQsY4VQtTfQdQn6rNPd1bjN+kpbtezXdjgrKhvTJAb1yv1XGvzlh0uw==}
peerDependencies:
'@mdx-js/loader': '>=0.15.0'
'@mdx-js/react': '>=0.15.0'
@ -1600,6 +1600,9 @@ packages:
'@types/mysql@2.15.26':
resolution: {integrity: sha512-DSLCOXhkvfS5WNNPbfn2KdICAmk8lLc+/PNvnPnF7gOdMZCxopXduqv0OQ13y/yA/zXTSikZZqVgybUxOEg6YQ==}
'@types/node@20.16.11':
resolution: {integrity: sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==}
'@types/node@20.16.7':
resolution: {integrity: sha512-QkDQjAY3gkvJNcZOWwzy3BN34RweT0OQ9zJyvLCU0kSK22dO2QYh/NHGfbEAYylPYzRB1/iXcojS79wOg5gFSw==}
@ -1743,6 +1746,11 @@ packages:
engines: {node: '>=0.4.0'}
hasBin: true
acorn@8.13.0:
resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==}
engines: {node: '>=0.4.0'}
hasBin: true
agent-base@6.0.2:
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
engines: {node: '>= 6.0.0'}
@ -2392,6 +2400,7 @@ packages:
eslint@8.57.1:
resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
hasBin: true
espree@10.1.0:
@ -2702,6 +2711,9 @@ packages:
highlight.js@10.7.3:
resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==}
highlightjs-vue@1.0.0:
resolution: {integrity: sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==}
hoist-non-react-statics@3.3.2:
resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
@ -3215,8 +3227,8 @@ packages:
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
lucide-react@0.446.0:
resolution: {integrity: sha512-BU7gy8MfBMqvEdDPH79VhOXSEgyG8TSPOKWaExWGCQVqnGH7wGgDngPbofu+KdtVjPQBWbEmnfMTq90CTiiDRg==}
lucide-react@0.451.0:
resolution: {integrity: sha512-OwQ3uljZLp2cerj8sboy5rnhtGTCl9UCJIhT1J85/yOuGVlEH+xaUPR7tvNdddPvmV5M5VLdr7cQuWE3hzA4jw==}
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc
@ -3955,16 +3967,13 @@ packages:
'@types/react':
optional: true
react-syntax-highlighter@15.5.0:
resolution: {integrity: sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==}
react-syntax-highlighter@15.6.1:
resolution: {integrity: sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==}
peerDependencies:
react: '>= 0.14.0'
react-use-websocket@4.8.1:
resolution: {integrity: sha512-FTXuG5O+LFozmu1BRfrzl7UIQngECvGJmL7BHsK4TYXuVt+mCizVA8lT0hGSIF0Z0TedF7bOo1nRzOUdginhDw==}
peerDependencies:
react: '>= 18.0.0'
react-dom: '>= 18.0.0'
react-use-websocket@4.9.0:
resolution: {integrity: sha512-/6OaCMggQCTnryCAsw/N+/wfH7bBfIXk5WXTMPdyf0x9HWJXLGUVttAT5hqAimRytD1dkHEJCUrFHAGzOAg1eg==}
react@18.3.1:
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
@ -4318,8 +4327,8 @@ packages:
uglify-js:
optional: true
terser@5.33.0:
resolution: {integrity: sha512-JuPVaB7s1gdFKPKTelwUyRq5Sid2A3Gko2S0PncwdBq7kN9Ti9HPWDQ06MPsEDGsZeVESjKEnyGy68quBk1w6g==}
terser@5.35.0:
resolution: {integrity: sha512-TmYbQnzVfrx3RQsPoItoPplymixIAtp2R2xlpyVBYmFmvI34IzLhCLj8SimRb/kZXlq4t1gA+vbcTqLQ3+5Q5g==}
engines: {node: '>=10'}
hasBin: true
@ -4853,7 +4862,7 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
'@babel/runtime@7.25.6':
'@babel/runtime@7.25.7':
dependencies:
regenerator-runtime: 0.14.1
@ -5249,7 +5258,7 @@ snapshots:
dependencies:
glob: 10.3.10
'@next/mdx@14.2.13(@mdx-js/loader@3.0.1(webpack@5.94.0))(@mdx-js/react@3.0.1(@types/react@18.3.9)(react@18.3.1))':
'@next/mdx@14.2.15(@mdx-js/loader@3.0.1(webpack@5.94.0))(@mdx-js/react@3.0.1(@types/react@18.3.9)(react@18.3.1))':
dependencies:
source-map: 0.7.4
optionalDependencies:
@ -5557,7 +5566,7 @@ snapshots:
'@radix-ui/primitive@1.0.1':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/primitive@1.1.0': {}
@ -5584,7 +5593,7 @@ snapshots:
'@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.9
@ -5611,7 +5620,7 @@ snapshots:
'@radix-ui/react-context@1.0.1(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.9
@ -5624,7 +5633,7 @@ snapshots:
'@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.9)(react@18.3.1)
'@radix-ui/react-context': 1.0.1(@types/react@18.3.9)(react@18.3.1)
@ -5675,7 +5684,7 @@ snapshots:
'@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.9)(react@18.3.1)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@ -5702,7 +5711,7 @@ snapshots:
'@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.9
@ -5715,7 +5724,7 @@ snapshots:
'@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.9)(react@18.3.1)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.9)(react@18.3.1)
@ -5738,7 +5747,7 @@ snapshots:
'@radix-ui/react-id@1.0.1(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.9)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@ -5829,7 +5838,7 @@ snapshots:
'@radix-ui/react-portal@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@ -5849,7 +5858,7 @@ snapshots:
'@radix-ui/react-presence@1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.9)(react@18.3.1)
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.9)(react@18.3.1)
react: 18.3.1
@ -5870,7 +5879,7 @@ snapshots:
'@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/react-slot': 1.0.2(@types/react@18.3.9)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@ -5944,7 +5953,7 @@ snapshots:
'@radix-ui/react-slot@1.0.2(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.9)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@ -5999,7 +6008,7 @@ snapshots:
'@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.9
@ -6012,7 +6021,7 @@ snapshots:
'@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.9)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@ -6027,7 +6036,7 @@ snapshots:
'@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.9)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@ -6042,7 +6051,7 @@ snapshots:
'@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.9)(react@18.3.1)':
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.9
@ -6421,6 +6430,10 @@ snapshots:
dependencies:
'@types/node': 20.16.7
'@types/node@20.16.11':
dependencies:
undici-types: 6.19.8
'@types/node@20.16.7':
dependencies:
undici-types: 6.19.8
@ -6590,16 +6603,26 @@ snapshots:
dependencies:
acorn: 8.12.1
acorn-import-attributes@1.9.5(acorn@8.13.0):
dependencies:
acorn: 8.13.0
acorn-jsx@5.3.2(acorn@8.12.1):
dependencies:
acorn: 8.12.1
acorn-jsx@5.3.2(acorn@8.13.0):
dependencies:
acorn: 8.13.0
acorn-walk@8.3.4:
dependencies:
acorn: 8.12.1
acorn@8.12.1: {}
acorn@8.13.0: {}
agent-base@6.0.2:
dependencies:
debug: 4.3.7
@ -7274,7 +7297,7 @@ snapshots:
debug: 4.3.7
enhanced-resolve: 5.17.1
eslint: 8.57.1
eslint-module-utils: 2.11.1(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1))(eslint@8.57.1)
eslint-module-utils: 2.11.1(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1)
fast-glob: 3.3.2
get-tsconfig: 4.8.1
is-bun-module: 1.2.1
@ -7287,7 +7310,7 @@ snapshots:
- eslint-import-resolver-webpack
- supports-color
eslint-module-utils@2.11.1(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1))(eslint@8.57.1):
eslint-module-utils@2.11.1(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1):
dependencies:
debug: 3.2.7
optionalDependencies:
@ -7309,7 +7332,7 @@ snapshots:
doctrine: 2.1.0
eslint: 8.57.1
eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.11.1(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1))(eslint@8.57.1)
eslint-module-utils: 2.11.1(@typescript-eslint/parser@7.2.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1)
hasown: 2.0.2
is-core-module: 2.15.1
is-glob: 4.0.3
@ -7437,8 +7460,8 @@ snapshots:
espree@9.6.1:
dependencies:
acorn: 8.12.1
acorn-jsx: 5.3.2(acorn@8.12.1)
acorn: 8.13.0
acorn-jsx: 5.3.2(acorn@8.13.0)
eslint-visitor-keys: 3.4.3
esprima@4.0.1: {}
@ -7818,6 +7841,8 @@ snapshots:
highlight.js@10.7.3: {}
highlightjs-vue@1.0.0: {}
hoist-non-react-statics@3.3.2:
dependencies:
react-is: 16.13.1
@ -8386,7 +8411,7 @@ snapshots:
jest-worker@27.5.1:
dependencies:
'@types/node': 20.16.7
'@types/node': 20.16.11
merge-stream: 2.0.0
supports-color: 8.1.1
@ -8503,7 +8528,7 @@ snapshots:
dependencies:
yallist: 3.1.1
lucide-react@0.446.0(react@18.3.1):
lucide-react@0.451.0(react@18.3.1):
dependencies:
react: 18.3.1
@ -9623,19 +9648,17 @@ snapshots:
optionalDependencies:
'@types/react': 18.3.9
react-syntax-highlighter@15.5.0(react@18.3.1):
react-syntax-highlighter@15.6.1(react@18.3.1):
dependencies:
'@babel/runtime': 7.25.6
'@babel/runtime': 7.25.7
highlight.js: 10.7.3
highlightjs-vue: 1.0.0
lowlight: 1.20.0
prismjs: 1.29.0
react: 18.3.1
refractor: 3.6.0
react-use-websocket@4.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
react-use-websocket@4.9.0: {}
react@18.3.1:
dependencies:
@ -10057,13 +10080,13 @@ snapshots:
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.2
terser: 5.33.0
terser: 5.35.0
webpack: 5.94.0
terser@5.33.0:
terser@5.35.0:
dependencies:
'@jridgewell/source-map': 0.3.6
acorn: 8.12.1
acorn: 8.13.0
commander: 2.20.3
source-map-support: 0.5.21
@ -10370,8 +10393,8 @@ snapshots:
'@webassemblyjs/ast': 1.12.1
'@webassemblyjs/wasm-edit': 1.12.1
'@webassemblyjs/wasm-parser': 1.12.1
acorn: 8.12.1
acorn-import-attributes: 1.9.5(acorn@8.12.1)
acorn: 8.13.0
acorn-import-attributes: 1.9.5(acorn@8.13.0)
browserslist: 4.24.0
chrome-trace-event: 1.0.4
enhanced-resolve: 5.17.1