Skip to content

Commit

Permalink
Merge branch 'main' into fix/image/properly-lock-loremflickr-images
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 29, 2022
2 parents 6a51ff0 + be87581 commit d4f1f9d
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 136 deletions.
2 changes: 1 addition & 1 deletion docs/guide/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ All locales together are around 5 MB in size.
| hr | Hrvatski |
| hu | Hungarian |
| hy | Armenian |
| id_ID | Indonesia |
| id_ID | Indonesian |
| it | Italian |
| ja | Japanese |
| ko | Korean |
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@
"@types/prettier": "~2.7.1",
"@types/react": "~18.0.21",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.6",
"@types/validator": "~13.7.7",
"@typescript-eslint/eslint-plugin": "~5.38.0",
"@typescript-eslint/parser": "~5.38.0",
"@vitest/coverage-c8": "~0.23.4",
"@vitest/ui": "~0.23.4",
"c8": "~7.12.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.7.0",
"esbuild": "~0.15.7",
"eslint": "~8.23.1",
"cypress": "~10.9.0",
"esbuild": "~0.15.9",
"eslint": "~8.24.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.7.0",
"eslint-gitignore": "~0.1.0",
Expand All @@ -125,15 +125,15 @@
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rimraf": "~3.0.2",
"sanitize-html": "~2.7.1",
"sanitize-html": "~2.7.2",
"simple-git-hooks": "~2.8.0",
"standard-version": "~9.5.0",
"tsx": "~3.9.0",
"typedoc": "~0.23.15",
"typedoc-plugin-missing-exports": "~1.0.0",
"typescript": "~4.8.3",
"validator": "~13.7.0",
"vite": "~3.1.0",
"vite": "~3.1.4",
"vitepress": "1.0.0-alpha.16",
"vitest": "~0.23.4"
},
Expand Down

0 comments on commit d4f1f9d

Please sign in to comment.