mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: bump react-syntax-highlighter from 15.5.0 to 15.6.1 in /site (#16003)
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@
|
||||
"react-markdown": "9.0.1",
|
||||
"react-query": "npm:@tanstack/react-query@4.35.3",
|
||||
"react-router-dom": "6.26.2",
|
||||
"react-syntax-highlighter": "15.5.0",
|
||||
"react-syntax-highlighter": "15.6.1",
|
||||
"react-virtualized-auto-sizer": "1.0.24",
|
||||
"react-window": "1.8.10",
|
||||
"remark-gfm": "4.0.0",
|
||||
|
||||
Generated
+14
-8
@@ -220,8 +220,8 @@ importers:
|
||||
specifier: 6.26.2
|
||||
version: 6.26.2(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)
|
||||
specifier: 15.6.1
|
||||
version: 15.6.1(react@18.3.1)
|
||||
react-virtualized-auto-sizer:
|
||||
specifier: 1.0.24
|
||||
version: 1.0.24(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@@ -4071,6 +4071,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==}
|
||||
|
||||
@@ -5429,8 +5432,8 @@ 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'
|
||||
|
||||
@@ -8540,7 +8543,7 @@ snapshots:
|
||||
'@testing-library/dom@9.3.3':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.25.7
|
||||
'@babel/runtime': 7.25.6
|
||||
'@babel/runtime': 7.26.0
|
||||
'@types/aria-query': 5.0.3
|
||||
aria-query: 5.1.3
|
||||
chalk: 4.1.2
|
||||
@@ -10137,6 +10140,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
|
||||
@@ -11746,7 +11751,7 @@ snapshots:
|
||||
|
||||
react-error-boundary@3.1.4(react@18.3.1):
|
||||
dependencies:
|
||||
'@babel/runtime': 7.22.6
|
||||
'@babel/runtime': 7.26.0
|
||||
react: 18.3.1
|
||||
|
||||
react-fast-compare@2.0.4: {}
|
||||
@@ -11874,10 +11879,11 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/react': 18.3.12
|
||||
|
||||
react-syntax-highlighter@15.5.0(react@18.3.1):
|
||||
react-syntax-highlighter@15.6.1(react@18.3.1):
|
||||
dependencies:
|
||||
'@babel/runtime': 7.22.6
|
||||
'@babel/runtime': 7.26.0
|
||||
highlight.js: 10.7.3
|
||||
highlightjs-vue: 1.0.0
|
||||
lowlight: 1.20.0
|
||||
prismjs: 1.29.0
|
||||
react: 18.3.1
|
||||
|
||||
Reference in New Issue
Block a user