Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 10, 2023
2 parents a33129b + 19bba8e commit 093e778
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: 🏷️ Publish NPM Latest
on:
workflow_dispatch:
inputs:
dryrun:
type: boolean
required: false
description: Dry-Run
graduate:
type: boolean
required: false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@jest/types": "^29.6.3",
Expand All @@ -81,7 +81,7 @@
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.11.0",
"pnpm": "^8.12.0",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"devDependencies": {
"archiver": "^6.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"npm-run-all2": "^6.1.1",
"vite": "^5.0.7",
"yargs": "^17.7.2"
Expand Down
Loading

0 comments on commit 093e778

Please sign in to comment.