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 Sep 1, 2023
1 parent 6e3f021 commit 9d311cc
Show file tree
Hide file tree
Showing 2 changed files with 1,011 additions and 957 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "revitesse-lite",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -16,7 +16,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.55.0",
"@unocss/reset": "0.55.4",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -25,40 +25,40 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/carbon": "^1.1.19",
"@iconify-json/carbon": "^1.1.20",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/coverage-v8": "^0.34.3",
"commitlint": "^17.7.1",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"prettier": "^3.0.1",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.65.1",
"stylelint": "^15.10.2",
"sass": "^1.66.1",
"stylelint": "^15.10.3",
"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.55.0",
"terser": "^5.19.3",
"typescript": "^5.2.2",
"unocss": "0.55.4",
"unplugin-auto-import": "^0.16.6",
"vite": "4.4.9",
"vite-plugin-pages": "^0.31.0",
"vitest": "0.34.1"
"vitest": "0.34.3"
}
}

0 comments on commit 9d311cc

Please sign in to comment.