diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml deleted file mode 100644 index a570555..0000000 --- a/.github/workflows/npm-publish.yml +++ /dev/null @@ -1,33 +0,0 @@ -# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created -# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages - -name: Node.js Package - -on: - release: - types: [created] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - - run: npm ci - - publish-npm: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - registry-url: https://registry.npmjs.org/ - - run: npm ci - - run: npm build - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/demo/package-lock.json b/demo/package-lock.json index ec5c053..240f724 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -15,7 +15,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", @@ -1051,9 +1051,9 @@ } }, "node_modules/@jasonrundell/react-mega-menu": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@jasonrundell/react-mega-menu/-/react-mega-menu-2.2.0.tgz", - "integrity": "sha512-RCC2/kZQjXhmElshxuJvkiQgL5Tg5gVqF8N7fLADFHu9fYYXyYiWbQVuLObFxKPcWKefAktS0R39hmZ3gvoOjg==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@jasonrundell/react-mega-menu/-/react-mega-menu-2.0.17.tgz", + "integrity": "sha512-ABMPzbBZlKv4RczGYgQ55HtTUngD7AhH8D+H6uGdwYa3FJohzeJMNeOApU7qAUWfSLioWhwgrVBfbMoXaHfWaA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/demo/package.json b/demo/package.json index 4b24af1..c01ff97 100644 --- a/demo/package.json +++ b/demo/package.json @@ -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", diff --git a/next-demo/package-lock.json b/next-demo/package-lock.json index 9f04e02..4025fd5 100644 --- a/next-demo/package-lock.json +++ b/next-demo/package-lock.json @@ -8,7 +8,7 @@ "name": "next-demo", "version": "0.1.0", "dependencies": { - "@jasonrundell/react-mega-menu": "^2.2.0", + "@jasonrundell/react-mega-menu": "2.0.17", "next": "14.2.11", "react": "^18", "react-dom": "^18" @@ -584,9 +584,9 @@ } }, "node_modules/@jasonrundell/react-mega-menu": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@jasonrundell/react-mega-menu/-/react-mega-menu-2.2.0.tgz", - "integrity": "sha512-RCC2/kZQjXhmElshxuJvkiQgL5Tg5gVqF8N7fLADFHu9fYYXyYiWbQVuLObFxKPcWKefAktS0R39hmZ3gvoOjg==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@jasonrundell/react-mega-menu/-/react-mega-menu-2.0.17.tgz", + "integrity": "sha512-ABMPzbBZlKv4RczGYgQ55HtTUngD7AhH8D+H6uGdwYa3FJohzeJMNeOApU7qAUWfSLioWhwgrVBfbMoXaHfWaA==", "license": "MIT", "dependencies": { "uuid": "^9.0.1" diff --git a/next-demo/package.json b/next-demo/package.json index c3d45c1..4309528 100644 --- a/next-demo/package.json +++ b/next-demo/package.json @@ -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"