Skip to content

Commit ff374e3

Browse files
authored
Merge branch 'main' into docs/lost-description-text
2 parents 8a55c1b + 2264314 commit ff374e3

File tree

4 files changed

+455
-108
lines changed

4 files changed

+455
-108
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
},
9191
"devDependencies": {
9292
"@types/markdown-it": "~12.2.3",
93-
"@types/node": "~16.11.26",
93+
"@types/node": "~16.11.27",
9494
"@types/prettier": "~2.6.0",
9595
"@types/sanitize-html": "~2.6.2",
9696
"@types/validator": "~13.7.2",
@@ -100,15 +100,15 @@
100100
"c8": "~7.11.0",
101101
"conventional-changelog-cli": "~2.2.2",
102102
"cypress": "~9.5.4",
103-
"esbuild": "~0.14.35",
103+
"esbuild": "~0.14.36",
104104
"eslint": "~8.13.0",
105105
"eslint-config-prettier": "~8.5.0",
106106
"eslint-define-config": "~1.3.0",
107107
"eslint-gitignore": "~0.1.0",
108-
"eslint-plugin-jsdoc": "~39.1.1",
108+
"eslint-plugin-jsdoc": "~39.2.3",
109109
"eslint-plugin-prettier": "~4.0.0",
110110
"esno": "~0.14.1",
111-
"lint-staged": "~12.3.7",
111+
"lint-staged": "~12.3.8",
112112
"mime-db": "~1.52.0",
113113
"npm-run-all": "~4.1.5",
114114
"picocolors": "~1.0.0",
@@ -122,11 +122,11 @@
122122
"typedoc-plugin-missing-exports": "~0.22.6",
123123
"typescript": "~4.6.3",
124124
"validator": "~13.7.0",
125-
"vite": "~2.9.1",
125+
"vite": "~2.9.5",
126126
"vitepress": "~0.22.3",
127127
"vitest": "~0.9.3"
128128
},
129-
"packageManager": "[email protected].6",
129+
"packageManager": "[email protected].9",
130130
"engines": {
131131
"node": ">=14.0.0",
132132
"npm": ">=6.0.0"

0 commit comments

Comments
 (0)