Skip to content

Commit

Permalink
Update engines and packageManager fields in package.json (#832)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
  • Loading branch information
smorimoto and luwes authored Dec 4, 2023
1 parent 411f382 commit 31f6557
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@mux/elements",
"engines": {
"node": "^14.17.0 || ^16.13.0 || ^18.12.0",
"npm": "^7.17.0 || ^8.1.0"
"node": "^14.0.0 || ^16.0.0 || ^18.0.0 || >20.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"version": "0.1.0",
"description": "Custom elements for working with media in the browser that Just Work™",
Expand Down Expand Up @@ -39,5 +39,6 @@
"version:update": "lerna version --exact --no-private --conventional-commits --conventional-prerelease=@mux/mux-active-viewer-count",
"create-release-notes": "lerna run create-release-notes --scope @mux/*",
"publish-release": "lerna run publish-release --scope @mux/* --"
}
},
"packageManager": "yarn@1.22.21+sha256.dbed5b7e10c552ba0e1a545c948d5473bc6c5a28ce22a8fd27e493e3e5eb6370"
}

5 comments on commit 31f6557

@vercel
Copy link

@vercel vercel bot commented on 31f6557 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-vue – ./examples/vue-with-typescript

elements-demo-vue-git-main-mux.vercel.app
elements-demo-vue.vercel.app
elements-demo-vue-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 31f6557 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-nextjs – ./examples/nextjs-with-typescript

elements-demo-nextjs.vercel.app
elements-demo-nextjs-git-main-mux.vercel.app
elements-demo-nextjs-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 31f6557 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-vanilla – ./examples/vanilla-ts-esm

elements-demo-vanilla-mux.vercel.app
elements-demo-vanilla-git-main-mux.vercel.app
elements-demo-vanilla.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 31f6557 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-svelte-kit – ./examples/svelte-kit

elements-demo-svelte-kit-mux.vercel.app
elements-demo-svelte-kit.vercel.app
elements-demo-svelte-kit-git-main-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 31f6557 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-create-react-app – ./examples/create-react-app-with-typescript

elements-demo-create-react-app.vercel.app
elements-demo-create-react-app-mux.vercel.app
elements-demo-create-react-app-git-main-mux.vercel.app

Please sign in to comment.