Skip to content

Commit

Permalink
Upgrade all website packages
Browse files Browse the repository at this point in the history
  • Loading branch information
srmagura committed Jul 2, 2022
1 parent 593ad36 commit 58124a1
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 165 deletions.
2 changes: 1 addition & 1 deletion playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"next": "^12.1.5",
"next": "^12.2.0",
"react": "16.14.0",
"react-dom": "16.14.0"
}
Expand Down
18 changes: 9 additions & 9 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "next start"
},
"dependencies": {
"@babel/standalone": "^7.17.11",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@babel/standalone": "^7.18.7",
"@docsearch/css": "^3.1.1",
"@docsearch/react": "^3.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@next/bundle-analyzer": "^12.1.5",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "^12.2.0",
"@types/babel__standalone": "^7.1.4",
"@types/js-yaml": "^4.0.5",
"@types/node": "^12.20.37",
Expand All @@ -25,14 +25,14 @@
"facepaint": "^1.2.1",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"next": "^12.1.5",
"next": "^12.2.0",
"next-mdx-remote": "^4.0.3",
"prism-react-renderer": "^1.3.1",
"prism-react-renderer": "^1.3.5",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-simple-code-editor": "^0.11.0",
"react-simple-code-editor": "^0.11.2",
"remark-prism": "^1.3.6",
"sharp": "^0.30.4",
"sharp": "^0.30.7",
"typescript": "^4.5.5",
"unist-util-visit": "^4.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion site/util/prism-customizations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Prism.languages.insertBefore('jsx', 'template-string', {
alias: 'language-css'
}
}
} as any // @types/prismjs are messed up: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/58208
}
})
Loading

0 comments on commit 58124a1

Please sign in to comment.