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 May 30, 2023
1 parent ede7d0f commit 90c54fd
Show file tree
Hide file tree
Showing 2 changed files with 983 additions and 917 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "revitesse-lite",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.6.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -21,24 +21,24 @@
"ahooks": "^3.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.1"
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@iconify-json/carbon": "^1.1.16",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/carbon": "^1.1.17",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.16.5",
"@types/node": "^18.16.16",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-legacy": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-legacy": "^4.0.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"@vitest/coverage-c8": "^0.29.8",
"commitlint": "^17.6.3",
"eslint": "^8.40.0",
"commitlint": "^17.6.5",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -51,16 +51,16 @@
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.62.1",
"stylelint": "^15.6.1",
"stylelint": "^15.6.2",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"terser": "^5.17.1",
"terser": "^5.17.6",
"typescript": "^5.0.4",
"unocss": "0.50.6",
"unplugin-auto-import": "^0.15.3",
"vite": "4.3.3",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-pages": "^0.30.1",
"vitest": "0.29.8"
}
}

0 comments on commit 90c54fd

Please sign in to comment.