Skip to content

Commit fd47e07

Browse files
authored
Merge branch 'next' into 1348-refactor-mersenne
2 parents 0eac822 + 2ce8056 commit fd47e07

File tree

15 files changed

+585
-70
lines changed

15 files changed

+585
-70
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@
9797
"@algolia/client-search": "~4.14.2",
9898
"@types/glob": "~8.0.0",
9999
"@types/markdown-it": "~12.2.3",
100-
"@types/node": "~18.8.4",
100+
"@types/node": "~18.11.7",
101101
"@types/prettier": "~2.7.1",
102-
"@types/react": "~18.0.22",
102+
"@types/react": "~18.0.24",
103103
"@types/sanitize-html": "~2.6.2",
104-
"@types/semver": "~7.3.12",
104+
"@types/semver": "~7.3.13",
105105
"@types/validator": "~13.7.9",
106106
"@typescript-eslint/eslint-plugin": "~5.40.1",
107107
"@typescript-eslint/parser": "~5.40.1",
@@ -110,13 +110,13 @@
110110
"@vueuse/core": "~9.4.0",
111111
"c8": "~7.12.0",
112112
"conventional-changelog-cli": "~2.2.2",
113-
"cypress": "~10.10.0",
113+
"cypress": "~10.11.0",
114114
"esbuild": "~0.15.12",
115115
"eslint": "~8.26.0",
116116
"eslint-config-prettier": "~8.5.0",
117117
"eslint-define-config": "~1.8.0",
118118
"eslint-gitignore": "~0.1.0",
119-
"eslint-plugin-jsdoc": "~39.3.23",
119+
"eslint-plugin-jsdoc": "~39.3.25",
120120
"eslint-plugin-prettier": "~4.2.1",
121121
"glob": "~8.0.3",
122122
"lint-staged": "~13.0.3",
@@ -128,16 +128,16 @@
128128
"react": "~18.2.0",
129129
"react-dom": "~18.2.0",
130130
"rimraf": "~3.0.2",
131-
"sanitize-html": "~2.7.2",
131+
"sanitize-html": "~2.7.3",
132132
"semver": "~7.3.8",
133133
"simple-git-hooks": "~2.8.1",
134134
"standard-version": "~9.5.0",
135135
"tsx": "~3.11.0",
136-
"typedoc": "~0.23.18",
136+
"typedoc": "~0.23.19",
137137
"typedoc-plugin-missing-exports": "~1.0.0",
138138
"typescript": "~4.8.4",
139139
"validator": "~13.7.0",
140-
"vite": "~3.1.8",
140+
"vite": "~3.2.1",
141141
"vitepress": "1.0.0-alpha.26",
142142
"vitest": "~0.24.3",
143143
"vue": "~3.2.41"

0 commit comments

Comments
 (0)