We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b28d7 commit 8523011Copy full SHA for 8523011
packages/react-code-blocks/package.json
@@ -86,5 +86,21 @@
86
"react-syntax-highlighter": "^15.5.0",
87
"styled-components": "^6.0.5",
88
"tslib": "^2.6.0"
89
+ },
90
+ "pnpm": {
91
+ "overrides": {
92
+ "highlight.js@>=9.0.0 <10.4.1": ">=10.4.1",
93
+ "prismjs@>=1.1.0 <1.21.0": ">=1.21.0",
94
+ "prismjs@<1.25.0": ">=1.25.0",
95
+ "prismjs@<1.24.0": ">=1.24.0",
96
+ "prismjs@<1.23.0": ">=1.23.0",
97
+ "highlight.js@<9.18.2": ">=9.18.2",
98
+ "prismjs@>=1.14.0 <1.27.0": ">=1.27.0",
99
+ "engine.io@>=5.1.0 <6.4.2": ">=6.4.2",
100
+ "semver@<5.7.2": ">=5.7.2",
101
+ "semver@>=6.0.0 <6.3.1": ">=6.3.1",
102
+ "semver@>=7.0.0 <7.5.2": ">=7.5.2",
103
+ "word-wrap@<1.2.4": ">=1.2.4"
104
+ }
105
}
106
0 commit comments