mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
website: upgrade code-block (#11031)
* website: test code-block upgrade with pre-releases * website: remove prism style import, now incl in code-block * website: bump to latest code-block releases * website: remove explicit code-block dep, not needed
This commit is contained in:
parent
1f90f081ee
commit
e6f1330c10
3 changed files with 1078 additions and 24770 deletions
25845
website/package-lock.json
generated
25845
website/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -6,7 +6,7 @@
|
|||
"dependencies": {
|
||||
"@hashicorp/mktg-global-styles": "3.0.1",
|
||||
"@hashicorp/mktg-logos": "1.0.2",
|
||||
"@hashicorp/nextjs-scripts": "18.2.0",
|
||||
"@hashicorp/nextjs-scripts": "19.0.1",
|
||||
"@hashicorp/react-alert-banner": "^6.1.1",
|
||||
"@hashicorp/react-button": "5.0.0",
|
||||
"@hashicorp/react-command-line-terminal": "^2.0.2",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
/* Global Component Styles */
|
||||
@import '~@hashicorp/mktg-global-styles/style.css';
|
||||
@import '~@hashicorp/nextjs-scripts/prism/style.css';
|
||||
@import '~@hashicorp/mktg-global-styles/_temporary-to-remove/layout.css';
|
||||
@import '~@hashicorp/mktg-global-styles/_temporary-to-remove/tables.css';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue