Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Aug 11, 2023
1 parent 0958cb1 commit 21623b1
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 344 deletions.
23 changes: 4 additions & 19 deletions .vscode/settings.json
Expand Up @@ -3,24 +3,9 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true,
"source.fixAll.stylelint": true
},
"eslint.validate": [
"javascript",
"typescript",
"javascriptreact",
"typescriptreact",
],
"stylelint.validate": [
"css",
"scss",
],
"cSpell.words": [
"antfu",
"degit",
"revitesse",
"unocss",
"vitesse",
"vitest"
],
"eslint.validate": ["javascript", "typescript", "javascriptreact", "typescriptreact"],
"stylelint.validate": ["css", "scss"],
"cSpell.words": ["antfu", "degit", "revitesse", "unocss", "vitesse", "vitest"]
}
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Revitesse Lite

It is a copy of [Vitesse Lite](https://github.com/antfu/vitesse-lite), but it uses React.
It is a copy of [Vitesse Lite](https://github.com/antfu/vitesse-lite), but it uses React. All the configs always kept fresh.

## Features

Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -16,27 +16,27 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.54.2",
"@unocss/reset": "0.55.0",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2"
"react-router-dom": "^6.15.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/carbon": "^1.1.19",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.4.8",
"@types/react": "^18.2.19",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-v8": "^0.34.1",
"commitlint": "^17.6.7",
"eslint": "^8.46.0",
"commitlint": "^17.7.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -48,14 +48,14 @@
"lint-staged": "^13.2.3",
"prettier": "^3.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.64.2",
"sass": "^1.65.1",
"stylelint": "^15.10.2",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"terser": "^5.19.2",
"typescript": "^5.1.6",
"unocss": "0.54.2",
"unocss": "0.55.0",
"unplugin-auto-import": "^0.16.6",
"vite": "4.4.9",
"vite-plugin-pages": "^0.31.0",
Expand Down

0 comments on commit 21623b1

Please sign in to comment.