-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve decoupled menu by using js data on the page instead of json api
- Loading branch information
Showing
6 changed files
with
817 additions
and
558 deletions.
There are no files selected for viewing
24 changes: 12 additions & 12 deletions
24
themes/stanford_basic/decoupled-menu/dist/islands/main-menu.island.umd.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,45 +17,45 @@ | |
"prettier-fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"" | ||
}, | ||
"dependencies": { | ||
"@preact/preset-vite": "^2.8.1", | ||
"@vanilla-extract/css": "^1.14.1", | ||
"@preact/preset-vite": "^2.8.2", | ||
"@vanilla-extract/css": "^1.14.2", | ||
"@vanilla-extract/dynamic": "^2.1.0", | ||
"@vanilla-extract/recipes": "^0.5.2", | ||
"@vanilla-extract/sprinkles": "^1.6.1", | ||
"clsx": "^2.1.0", | ||
"jsona": "^1.12.1", | ||
"polished": "^4.3.1", | ||
"preact": "^10.19.6", | ||
"preact": "^10.20.2", | ||
"preact-island": "^1.1.2", | ||
"preact-render-to-string": "^6.4.0", | ||
"preact-render-to-string": "^6.4.2", | ||
"redaxios": "^0.5.1", | ||
"styled-components": "^6.1.8", | ||
"usehooks-ts": "^2.16.0" | ||
"usehooks-ts": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@playwright/test": "^1.42.1", | ||
"@babel/preset-env": "^7.24.4", | ||
"@babel/preset-react": "^7.24.1", | ||
"@babel/preset-typescript": "^7.24.1", | ||
"@playwright/test": "^1.43.0", | ||
"@types/webpack": "^5.28.5", | ||
"@vanilla-extract/babel-plugin": "^1.2.0", | ||
"@vanilla-extract/webpack-plugin": "^2.3.6", | ||
"@vanilla-extract/webpack-plugin": "^2.3.7", | ||
"babel-loader": "^9.1.3", | ||
"brotli-size": "^4.0.0", | ||
"css-loader": "^6.10.0", | ||
"css-loader": "^6.11.0", | ||
"dotenv": "^16.4.5", | ||
"glob": "^10.3.10", | ||
"glob": "^10.3.12", | ||
"gzip-size": "^6.0.0", | ||
"html-webpack-plugin": "^5.6.0", | ||
"kleur": "^4.1.5", | ||
"prettier": "^3.2.5", | ||
"pretty-bytes": "^5.6.0", | ||
"style-loader": "^3.3.4", | ||
"ts-node": "~10.9.2", | ||
"typescript": "^5.3.3", | ||
"webpack": "^5.90.3", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.91.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^5.0.2" | ||
"webpack-dev-server": "^5.0.4" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.