Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed May 27, 2024
1 parent 5a941bb commit 978d565
Show file tree
Hide file tree
Showing 3 changed files with 975 additions and 1,621 deletions.
7 changes: 1 addition & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@

import { defineFlatConfig } from "@ayingott/eslint-config"

export default defineFlatConfig([], {
prettier: true,
vue: false,
unocss: false,
react: false,
})
export default defineFlatConfig()
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "pkg-name",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"description": "pkg-name",
"type": "module",
"packageManager": "[email protected]",
"author": "LoTwT <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/LoTwT/pkg-name#readme",
Expand All @@ -18,8 +18,8 @@
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -49,12 +49,12 @@
"watch": "tsup --watch"
},
"devDependencies": {
"@ayingott/eslint-config": "^0.9.3",
"@ayingott/prettier-config": "^0.3.3",
"@ayingott/eslint-config": "^1.0.0",
"@ayingott/prettier-config": "^0.4.0",
"@types/node": "^20.12.12",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"lint-staged": "^15.2.2",
"eslint": "^9.3.0",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.8",
Expand Down
Loading

0 comments on commit 978d565

Please sign in to comment.