-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e84376
commit e221d7b
Showing
7 changed files
with
1,220 additions
and
1,227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,6 @@ dist/ | |
|
||
# editors | ||
.idea/ | ||
|
||
# npm config file | ||
.npmrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,14 +45,14 @@ | |
"@babel/preset-env": "7.23.9", | ||
"@babel/preset-react": "7.23.3", | ||
"@babel/runtime": "7.23.9", | ||
"@commitlint/cli": "18.6.0", | ||
"@commitlint/config-conventional": "18.6.0", | ||
"@commitlint/cli": "18.6.1", | ||
"@commitlint/config-conventional": "18.6.2", | ||
"@rollup/plugin-commonjs": "25.0.7", | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@rollup/plugin-replace": "5.0.5", | ||
"@types/node": "20.11.16", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"@types/node": "20.11.19", | ||
"@typescript-eslint/eslint-plugin": "7.0.2", | ||
"@typescript-eslint/parser": "7.0.2", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"@vue/eslint-config-prettier": "9.0.0", | ||
"@vue/eslint-config-typescript": "12.0.0", | ||
|
@@ -67,29 +67,29 @@ | |
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-react": "7.33.2", | ||
"eslint-plugin-vue": "9.21.1", | ||
"husky": "9.0.10", | ||
"husky": "9.0.11", | ||
"markdownlint-cli2": "0.12.1", | ||
"nano-staged": "0.8.0", | ||
"postcss": "8.4.34", | ||
"postcss": "8.4.35", | ||
"prettier": "3.2.5", | ||
"rimraf": "5.0.5", | ||
"rollup": "4.9.6", | ||
"rollup": "4.12.0", | ||
"rollup-plugin-dts": "6.1.0", | ||
"rollup-plugin-esbuild": "6.1.1", | ||
"rollup-plugin-ts": "3.4.5", | ||
"sass": "1.70.0", | ||
"sass": "1.71.0", | ||
"sort-package-json": "2.7.0", | ||
"stylelint": "16.2.1", | ||
"stylelint-config-hope": "5.0.1", | ||
"tslib": "2.6.2", | ||
"typescript": "5.3.3", | ||
"vercel": "33.4.1", | ||
"vite": "5.0.12", | ||
"vercel": "33.5.1", | ||
"vite": "5.1.3", | ||
"vite-plugin-css-injected-by-js": "3.4.0", | ||
"vite-plugin-svgr": "4.2.0", | ||
"vitest": "1.2.2" | ||
"vitest": "1.3.1" | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"apidoc": { | ||
"title": "Waline API Documentation" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.