Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Updates date-fns to v3 #2354

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
"scripts": {
"format": "prettier --single-quote --write \"./src/**/*.ts\" \"./tools/**/*.ts\"",
"format:check": "prettier --check \"./src/**/*.ts\" \"./tools/**/*.ts\"",
"install-peers": "npm ls 2>/dev/null | grep \"UNMET PEER DEPENDENCY\" | awk '{print $NF}' | xargs npm install -D",

Check warning on line 11 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (xargs)
"coverage:open": "opener ./coverage/lcov-report/index.html",

Check warning on line 12 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (lcov)
"postversion": "git push --follow-tags && npm publish --access public",

Check warning on line 13 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (postversion)
"bump:patch": "npm version patch --no-git-tag-version",
"bump:minor": "npm version minor --no-git-tag-version",
"bump:major": "npm version major --no-git-tag-version",
"postreinstall": "yarn setup",

Check warning on line 17 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (postreinstall)
"setup": "yarn",
"yarn:import": "(del-cli ./yarn.lock || true) && yarn import",
"version:new": "yarn version --no-git-tag-version",
"prepublishOnly": "npm run check:all && npm run build",
"preinstall": "npm run clean",

Check warning on line 22 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (preinstall)
"update-lock": "npx yarn-deduplicate",
"prebuild": "del-cli dist coverage .cache || true",

Check warning on line 24 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (prebuild)
"build": "tsdx build",

Check warning on line 25 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (tsdx)
"watch": "tsdx watch",

Check warning on line 26 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (tsdx)
"clean": "del-cli dist || true",
"reinstall": "del-cli ./node_modules || true",
"coverage": "cat ./coverage/lcov.info | coveralls",

Check warning on line 29 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (lcov)
"version": "git add -A dist",
"postpublish": "git push && git push --tags",

Check warning on line 31 in package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (postpublish)
"yaspeller": "yaspeller .",
"markdown:check": "markdown-link-check ./README.md ./SECURITY.md",
"gitlog": "node ./scripts/changelog.js",
Expand Down Expand Up @@ -110,7 +110,7 @@
"d3-array": "^1.2.1",
"d3-scale": "^2.0.0",
"d3-shape": "^1.2.0",
"date-fns": "^2.22.1",
"date-fns": "^3.0.0",
"dateformat": "^4.5.1",
"dayjs": "^1.10.5",
"dayjs-precise-range": "^1.0.1",
Expand Down