Skip to content

Commit

Permalink
build!: upgrade devDeps (#245)
Browse files Browse the repository at this point in the history
* build!: upgrade devDeps

* fix: wrong exclude for jsconfig

---------

Co-authored-by: Dragon-Fish <[email protected]>
  • Loading branch information
dragon-fish and Dragon-Fish authored Jan 4, 2024
1 parent b02a4fb commit 6f69d06
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 253 deletions.
3 changes: 1 addition & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"./node_modules/types-mediawiki",
"./src",
"./dev",
"webpack.config.cjs",
"vite.config.mjs"
],
"exclude": ["node_modules", "lib", "**/dist"]
"exclude": ["lib", "**/dist"]
}
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@dragon-fish/bump": "^0.0.15",
"@types/node": "^18.18.6",
"@types/node": "^20.10.6",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"eslint": "^8.56.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"types-mediawiki": "^1.4.0",
"vite": "^4.5.0"
"vite": "^5.0.10"
},
"author": "Dragon-Fish",
"license": "GPL-3.0-or-later",
Expand Down
Loading

0 comments on commit 6f69d06

Please sign in to comment.