Skip to content

Commit

Permalink
Bugfix/demo builds (#86)
Browse files Browse the repository at this point in the history
* Reverting demo packages to stable version of rmm

* No more automated npm publish
  • Loading branch information
jasonrundell authored Oct 9, 2024
1 parent 5488967 commit 8654234
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 43 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/npm-publish.yml

This file was deleted.

8 changes: 4 additions & 4 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@jasonrundell/react-mega-menu": "^2.2.0",
"@jasonrundell/react-mega-menu": "2.0.17",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions next-demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion next-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@jasonrundell/react-mega-menu": "^2.2.0",
"@jasonrundell/react-mega-menu": "2.0.17",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit 8654234

Please sign in to comment.