Skip to content

Commit

Permalink
Merge branch 'main' into feature/special-chars-in-email
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Apr 8, 2022
2 parents 641d830 + 4ac2a04 commit d07c12a
Show file tree
Hide file tree
Showing 22 changed files with 3,111 additions and 380 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"build": "run-s build:clean build:code build:types",
"generate:api-docs": "esno ./scripts/apidoc.ts",
"generate:locales": "esno ./scripts/generateLocales.ts",
"copy:mime-types": "esno ./scripts/copyMimeTypes.ts",
"docs:build": "run-s docs:prepare docs:build:run",
"docs:build:run": "vitepress build docs",
"docs:build:ci": "run-s build docs:build",
Expand Down Expand Up @@ -99,7 +100,7 @@
"c8": "~7.11.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~9.5.3",
"esbuild": "~0.14.31",
"esbuild": "~0.14.34",
"eslint": "~8.12.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.3.0",
Expand All @@ -108,6 +109,7 @@
"eslint-plugin-prettier": "~4.0.0",
"esno": "~0.14.1",
"lint-staged": "~12.3.7",
"mime-db": "~1.52.0",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
"prettier": "2.6.2",
Expand All @@ -116,7 +118,7 @@
"sanitize-html": "~2.7.0",
"simple-git-hooks": "~2.7.0",
"standard-version": "~9.3.2",
"typedoc": "~0.22.13",
"typedoc": "~0.22.14",
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.6.3",
"validator": "~13.7.0",
Expand Down
Loading

0 comments on commit d07c12a

Please sign in to comment.