Skip to content

Commit

Permalink
💄Megamenu - Update Megamenu contrast (#3021)
Browse files Browse the repository at this point in the history
* 💄 Updated SSW MegaMenu dependency

* 🦙 Committed rebuilt tina lock file

* ⬆️ Updated dependencies in pnpn-lock to fix build errors

* updated pnpm lock

* reverted change to application insights

* synchronized lock file

* Updated megamenu to latest version

* Updated lock file using a newer version of pnpm

* ⬆️ Updated megamenu following PNPM version bump on mega menu repo

* 🧪 Updated tests in pipeline to use node version in nvmrc file

* Revert "🧪 Updated tests in pipeline to use node version in nvmrc file"

This reverts commit 385db59.

* 🧪 updated jest test to use nvmrc

* 🧪 Fixed jest tests breaking when installing with lts version of node

* ⏪ restored fix to telemetry client

* ⬆️ Fixed telemetry client build error by bumping dependency

---------

Co-authored-by: Calinator444 <[email protected]>
  • Loading branch information
Calinator444 and Calinator444 authored Sep 4, 2024
1 parent e18d780 commit 037e41d
Show file tree
Hide file tree
Showing 4 changed files with 3,240 additions and 3,899 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- uses: pnpm/action-setup@v4
with:
package_json_file: package.json
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@tinacms/starter",
"version": "1.22.19",
"private": true,
"pnpm": {
"overrides": {
"@babel/parser": "7.21.9"
}
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "tinacms dev -c \"node --require ./appInsight-api.js node_modules/next/dist/bin/next dev\"",
Expand Down Expand Up @@ -54,7 +59,7 @@
"@heroicons/react": "^2.1.1",
"@marketsystems/nextjs13-appdir-breadcrumbs": "^1.0.4",
"@microsoft/applicationinsights-react-js": "17.3.0",
"@microsoft/applicationinsights-web": "3.3.0",
"@microsoft/applicationinsights-web": "3.3.1",
"@next/bundle-analyzer": "^14.2.5",
"@next/third-parties": "^14.2.3",
"@tailwindcss/typography": "^0.5.13",
Expand Down Expand Up @@ -88,7 +93,7 @@
"react-use": "^17.5.1",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5",
"ssw.megamenu": "4.5.9",
"ssw.megamenu": "4.6.2",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.10",
"tailwindcss-gradients": "^3.0.0",
Expand Down
Loading

0 comments on commit 037e41d

Please sign in to comment.