Skip to content

Commit d9dd86a

Browse files
authored
Merge branch 'main' into hacker_abbreviation
2 parents b47a541 + 7c9e904 commit d9dd86a

12 files changed

Lines changed: 397 additions & 281 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"scripts": {
5555
"clean": "rimraf coverage .eslintcache dist docs/.vitepress/dist pnpm-lock.yaml node_modules",
5656
"build:clean": "rimraf dist",
57-
"build:code": "esno ./scripts/bundle.ts",
57+
"build:code": "tsx ./scripts/bundle.ts",
5858
"build:types": "tsc --emitDeclarationOnly --outDir dist/types",
5959
"build": "run-s build:clean build:code build:types",
60-
"generate:api-docs": "esno ./scripts/apidoc.ts",
61-
"generate:locales": "esno ./scripts/generateLocales.ts",
62-
"copy:mime-types": "esno ./scripts/copyMimeTypes.ts",
60+
"generate:api-docs": "tsx ./scripts/apidoc.ts",
61+
"generate:locales": "tsx ./scripts/generateLocales.ts",
62+
"copy:mime-types": "tsx ./scripts/copyMimeTypes.ts",
6363
"docs:build": "run-s docs:prepare docs:build:run",
6464
"docs:build:run": "vitepress build docs",
6565
"docs:build:ci": "run-s build docs:build",
@@ -82,7 +82,7 @@
8282
},
8383
"simple-git-hooks": {
8484
"pre-commit": "npx lint-staged --concurrent false",
85-
"commit-msg": "npx esno scripts/verifyCommit.ts $1"
85+
"commit-msg": "npx tsx scripts/verifyCommit.ts $1"
8686
},
8787
"lint-staged": {
8888
"*": [
@@ -95,45 +95,45 @@
9595
"devDependencies": {
9696
"@algolia/client-search": "~4.13.1",
9797
"@types/markdown-it": "~12.2.3",
98-
"@types/node": "~17.0.40",
98+
"@types/node": "~18.0.0",
9999
"@types/prettier": "~2.6.3",
100-
"@types/react": "~18.0.12",
100+
"@types/react": "~18.0.14",
101101
"@types/sanitize-html": "~2.6.2",
102102
"@types/validator": "~13.7.3",
103-
"@typescript-eslint/eslint-plugin": "~5.27.1",
104-
"@typescript-eslint/parser": "~5.27.1",
105-
"@vitest/ui": "~0.14.2",
103+
"@typescript-eslint/eslint-plugin": "~5.28.0",
104+
"@typescript-eslint/parser": "~5.28.0",
105+
"@vitest/ui": "~0.15.1",
106106
"c8": "~7.11.3",
107107
"conventional-changelog-cli": "~2.2.2",
108108
"cypress": "~10.1.0",
109-
"esbuild": "~0.14.43",
109+
"esbuild": "~0.14.45",
110110
"eslint": "~8.17.0",
111111
"eslint-config-prettier": "~8.5.0",
112112
"eslint-define-config": "~1.5.1",
113113
"eslint-gitignore": "~0.1.0",
114114
"eslint-plugin-jsdoc": "~39.3.2",
115115
"eslint-plugin-prettier": "~4.0.0",
116-
"esno": "~0.16.3",
117116
"glob": "~8.0.3",
118-
"lint-staged": "~13.0.1",
117+
"lint-staged": "~13.0.2",
119118
"mime-db": "~1.52.0",
120119
"npm-run-all": "~4.1.5",
121120
"picocolors": "~1.0.0",
122-
"prettier": "2.6.2",
123-
"prettier-plugin-organize-imports": "~2.3.4",
124-
"react": "~18.1.0",
125-
"react-dom": "~18.1.0",
121+
"prettier": "2.7.1",
122+
"prettier-plugin-organize-imports": "~3.0.0",
123+
"react": "~18.2.0",
124+
"react-dom": "~18.2.0",
126125
"rimraf": "~3.0.2",
127126
"sanitize-html": "~2.7.0",
128127
"simple-git-hooks": "~2.8.0",
129128
"standard-version": "~9.5.0",
129+
"tsx": "~3.4.3",
130130
"typedoc": "~0.22.17",
131131
"typedoc-plugin-missing-exports": "~0.22.6",
132132
"typescript": "~4.7.3",
133133
"validator": "~13.7.0",
134134
"vite": "~2.9.12",
135135
"vitepress": "~0.22.4",
136-
"vitest": "~0.14.2"
136+
"vitest": "~0.15.1"
137137
},
138138
"packageManager": "pnpm@7.2.1",
139139
"engines": {

0 commit comments

Comments
 (0)