Skip to content

Commit

Permalink
Merge branch 'main' into fix-bic
Browse files Browse the repository at this point in the history
# Conflicts:
#	test/__snapshots__/finance.spec.ts.snap
  • Loading branch information
hankucz committed Jul 26, 2022
1 parent 649dbef commit bbeb51d
Show file tree
Hide file tree
Showing 49 changed files with 2,787 additions and 2,011 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ module.exports = defineConfig({
'jsdoc/require-returns-type': 'off',
'jsdoc/require-returns': 'off',
'jsdoc/tag-lines': 'off',

// We want to explicitly set this rule to error in the future
'jsdoc/sort-tags': 'warn',
'jsdoc/sort-tags': 'error',
},
settings: {
jsdoc: {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
]
},
"devDependencies": {
"@algolia/client-search": "~4.14.0",
"@algolia/client-search": "~4.14.1",
"@types/markdown-it": "~12.2.3",
"@types/node": "~18.0.6",
"@types/prettier": "~2.6.3",
Expand All @@ -102,11 +102,11 @@
"@types/validator": "~13.7.4",
"@typescript-eslint/eslint-plugin": "~5.30.7",
"@typescript-eslint/parser": "~5.30.7",
"@vitest/ui": "~0.18.1",
"@vitest/ui": "~0.19.1",
"c8": "~7.12.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.3.1",
"esbuild": "~0.14.49",
"esbuild": "~0.14.50",
"eslint": "~8.20.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.5.1",
Expand All @@ -123,19 +123,19 @@
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rimraf": "~3.0.2",
"sanitize-html": "~2.7.0",
"sanitize-html": "~2.7.1",
"simple-git-hooks": "~2.8.0",
"standard-version": "~9.5.0",
"tsx": "~3.8.0",
"typedoc": "~0.23.8",
"typedoc": "~0.23.9",
"typedoc-plugin-missing-exports": "~0.23.0",
"typescript": "~4.7.4",
"validator": "~13.7.0",
"vite": "~3.0.2",
"vite": "~3.0.3",
"vitepress": "~0.22.4",
"vitest": "~0.18.1"
"vitest": "~0.19.1"
},
"packageManager": "pnpm@7.5.2",
"packageManager": "pnpm@7.6.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
Loading

0 comments on commit bbeb51d

Please sign in to comment.