Skip to content

Commit

Permalink
Merge branch 'next' into refactor/number/deprecate-precision-in-favor…
Browse files Browse the repository at this point in the history
…-of-multiple-of
  • Loading branch information
xDivisionByZerox authored Dec 21, 2023
2 parents 623f9f0 + 3649b89 commit a92770a
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 292 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@eslint-types/typescript-eslint": "~6.12.0",
"@eslint-types/unicorn": "~49.0.0",
"@types/markdown-it": "~13.0.7",
"@types/node": "~20.10.4",
"@types/node": "~20.10.5",
"@types/sanitize-html": "~2.9.5",
"@types/semver": "~7.5.6",
"@types/validator": "~13.11.7",
Expand All @@ -106,16 +106,16 @@
"@vueuse/core": "~10.7.0",
"conventional-changelog-cli": "~4.1.0",
"cypress": "~13.6.1",
"esbuild": "~0.19.9",
"eslint": "~8.55.0",
"esbuild": "~0.19.10",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.0.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~2.0.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-jsdoc": "~46.9.1",
"eslint-plugin-prettier": "~5.1.0",
"eslint-plugin-unicorn": "~49.0.0",
"eslint-plugin-vitest": "~0.3.15",
"eslint-plugin-vitest": "~0.3.18",
"glob": "~10.3.10",
"npm-run-all": "~4.1.5",
"prettier": "3.1.1",
Expand All @@ -131,7 +131,7 @@
"vite": "~4.5.1",
"vitepress": "1.0.0-beta.7",
"vitest": "~0.34.6",
"vue": "~3.3.11"
"vue": "~3.3.13"
},
"packageManager": "pnpm@8.5.1",
"engines": {
Expand Down
Loading

0 comments on commit a92770a

Please sign in to comment.