Skip to content

Commit

Permalink
chore: upgrade prism renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
josheleonard committed Nov 15, 2023
1 parent 6f9b880 commit fae8740
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,21 @@
"node-forge": "1.3.1",
"nth-check": "2.1.1",
"postcss": "8.4.23",
"prism-react-renderer": "1.3.5",
"prism-react-renderer": "2.1.0",
"raw-loader": "4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"shelljs": "0.8.5",
"trim": "1.0.1",
"url-loader": "4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/types": "3.0.0"
},
"engines": {
"node": ">=18.0"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4036,7 +4036,9 @@ __metadata:
resolution: "brave-wallet-docs@workspace:."
dependencies:
"@docusaurus/core": "npm:3.0.0"
"@docusaurus/module-type-aliases": "npm:3.0.0"
"@docusaurus/preset-classic": "npm:3.0.0"
"@docusaurus/types": "npm:3.0.0"
"@mdx-js/react": "npm:3.0.0"
"@svgr/webpack": "npm:7.0.0"
clsx: "npm:1.2.1"
Expand All @@ -4048,7 +4050,7 @@ __metadata:
node-forge: "npm:1.3.1"
nth-check: "npm:2.1.1"
postcss: "npm:8.4.23"
prism-react-renderer: "npm:1.3.5"
prism-react-renderer: "npm:2.1.0"
raw-loader: "npm:4.0.2"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
Expand Down Expand Up @@ -9753,12 +9755,15 @@ __metadata:
languageName: node
linkType: hard

"prism-react-renderer@npm:1.3.5":
version: 1.3.5
resolution: "prism-react-renderer@npm:1.3.5"
"prism-react-renderer@npm:2.1.0":
version: 2.1.0
resolution: "prism-react-renderer@npm:2.1.0"
dependencies:
"@types/prismjs": "npm:^1.26.0"
clsx: "npm:^1.2.1"
peerDependencies:
react: ">=0.14.9"
checksum: 9caada97fa7325fc99484cff409a84ed947a061615851bd0aedf4fcfd4b3496e2eff4b252dbfd4465dd6ea7310134ed67d737cabf0c78b192969c3c7da383237
react: ">=16.0.0"
checksum: 3785026a9399b6e178f097d856159d2305af094dea3ac221dd07aee1553cd0110c41414a75778f48512e87599f03500aacb74d26a70e07e5b71335389e713c56
languageName: node
linkType: hard

Expand Down

0 comments on commit fae8740

Please sign in to comment.