Skip to content

Commit

Permalink
Merge branch 'next' into refactor/phone/deprecate-format-argument-in-…
Browse files Browse the repository at this point in the history
…number
  • Loading branch information
ST-DDT authored Jul 4, 2023
2 parents ecd4a7d + 5e900d2 commit e190935
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 288 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,31 +93,31 @@
},
"devDependencies": {
"@actions/github": "~5.1.1",
"@algolia/client-search": "~4.17.1",
"@algolia/client-search": "~4.18.0",
"@types/markdown-it": "~12.2.3",
"@types/node": "~20.3.1",
"@types/node": "~20.3.3",
"@types/prettier": "~2.7.3",
"@types/react": "~18.2.8",
"@types/react": "~18.2.14",
"@types/sanitize-html": "~2.9.0",
"@types/semver": "~7.5.0",
"@types/validator": "~13.7.17",
"@typescript-eslint/eslint-plugin": "~5.60.0",
"@typescript-eslint/parser": "~5.60.0",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
"@vitest/coverage-v8": "~0.32.2",
"@vitest/ui": "~0.32.2",
"@vueuse/core": "~10.2.0",
"@vueuse/core": "~10.2.1",
"conventional-changelog-cli": "~3.0.0",
"cypress": "~12.15.0",
"esbuild": "~0.18.8",
"eslint": "~8.43.0",
"cypress": "~12.16.0",
"esbuild": "~0.18.11",
"eslint": "~8.44.0",
"eslint-config-prettier": "~8.8.0",
"eslint-define-config": "~1.21.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~1.4.1",
"eslint-plugin-jsdoc": "~46.3.0",
"eslint-plugin-jsdoc": "~46.4.3",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-vitest": "~0.2.6",
"glob": "~10.3.0",
"glob": "~10.3.1",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
"prettier": "2.8.8",
Expand All @@ -133,7 +133,7 @@
"typescript": "~4.9.5",
"validator": "~13.9.0",
"vite": "~4.3.9",
"vitepress": "1.0.0-beta.1",
"vitepress": "1.0.0-beta.4",
"vitest": "~0.32.2",
"vue": "~3.3.4"
},
Expand Down
Loading

0 comments on commit e190935

Please sign in to comment.