Skip to content

Commit

Permalink
chore: update moment-tiny to hopefully fix ESM on Angular (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored May 1, 2024
1 parent ccd344e commit 473eb4b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bulma": "^1.0.0",
"fetch-jsonp": "^1.3.0",
"isomorphic-dompurify": "^2.7.0",
"moment-tiny": "^2.30.3",
"moment-tiny": "^2.30.4",
"multiple-select-vanilla": "^3.1.2",
"rxjs": "^7.8.1",
"vanilla-calendar-picker": "^2.11.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest-extended": "^4.0.2",
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"moment-tiny": "^2.30.3",
"moment-tiny": "^2.30.4",
"npm-run-all2": "^6.1.2",
"pnpm": "^8.15.7",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"dequal": "^2.0.3",
"excel-builder-vanilla": "3.0.1",
"isomorphic-dompurify": "^2.7.0",
"moment-tiny": "^2.30.3",
"moment-tiny": "^2.30.4",
"multiple-select-vanilla": "^3.1.2",
"sortablejs": "^1.15.2",
"un-flatten-tree": "^2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-footer-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@slickgrid-universal/binding": "workspace:~",
"@slickgrid-universal/common": "workspace:~",
"moment-tiny": "^2.30.3"
"moment-tiny": "^2.30.4"
},
"devDependencies": {
"@slickgrid-universal/event-pub-sub": "workspace:~"
Expand Down
2 changes: 1 addition & 1 deletion packages/excel-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"excel-builder-vanilla": "^3.0.1",
"moment-tiny": "^2.30.3"
"moment-tiny": "^2.30.4"
},
"devDependencies": {
"@slickgrid-universal/event-pub-sub": "workspace:~"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@slickgrid-universal/utils": "workspace:~"
},
"devDependencies": {
"moment-tiny": "^2.30.3"
"moment-tiny": "^2.30.4"
},
"funding": {
"type": "ko_fi",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit 473eb4b

Please sign in to comment.