Skip to content

Commit

Permalink
Housekeeping (#477)
Browse files Browse the repository at this point in the history
* [chore]: update deps

Signed-off-by: Dmitry Balashov <[email protected]>

* [chore]: `type: module`, fixing warning from Vitest

Signed-off-by: Dmitry Balashov <[email protected]>

* [revert]: project is not ready for ESM

Signed-off-by: Dmitry Balashov <[email protected]>

---------

Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 authored Feb 12, 2024
1 parent 150c151 commit 1572dc1
Show file tree
Hide file tree
Showing 2 changed files with 1,754 additions and 1,546 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint --ext .js,.ts,.mts,.vue . .vitepress",
"typecheck": "tsc --noEmit",
"get-snippets": "pnpm cli get-snippets",
"test": "vitest",
"test": "VITE_CJS_IGNORE_WARNING=true vitest",
"cli": "tsx etc/cli"
},
"devDependencies": {
Expand All @@ -23,15 +23,15 @@
"@types/markdown-it": "^13.0.1",
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@unocss/transformer-directives": "=0.55.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@unocss/transformer-directives": "^0.58.5",
"case": "^1.6.3",
"chalk": "^4",
"css-select": "^5.1.0",
"del": "^7.0.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"fast-diff": "^1.3.0",
"globby": "^13.2.2",
"hasha": "^5.2.2",
Expand All @@ -42,27 +42,27 @@
"markdown-it-footnote": "^3.0.3",
"mermaid": "^10.4.0",
"node-fetch": "^3.3.0",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"sass": "^1.66.1",
"ts-pattern": "^5.0.5",
"tsx": "^3.12.7",
"typescript": "5.2.2",
"unocss": "=0.55.7",
"vite": "^4.4.9",
"vite-svg-loader": "^4.0.0",
"vitepress": "1.0.0-rc.14",
"vitest": "^0.34.3",
"ts-pattern": "^5.0.6",
"tsx": "^4.7.1",
"typescript": "5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.1",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.0.0-rc.42",
"vitest": "^1.2.2",
"yargs": "^17.6.2"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@headlessui/vue": "^1.7.19",
"@vue-kakuyaku/core": "^0.4.3",
"@vueuse/core": "^10.4.1",
"@vueuse/math": "^10.4.1",
"mande": "^2.0.7",
"@vueuse/core": "^10.7.2",
"@vueuse/math": "^10.7.2",
"mande": "^2.0.8",
"tiny-invariant": "^1.3.1",
"vue": "^3.3.4"
"vue": "^3.4.18"
}
}
Loading

0 comments on commit 1572dc1

Please sign in to comment.