Skip to content

Commit

Permalink
fix: a problem with the vite not working
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Jun 19, 2024
1 parent 3c42109 commit 2494462
Show file tree
Hide file tree
Showing 2 changed files with 388 additions and 380 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,34 @@
"react-svg-pan-zoom": "^3.12.1",
"react-svg-pan-zoom-loader": "^1.6.1",
"smarthr-normalize-css": "^1.1.0",
"smarthr-ui": "^51.1.1",
"smarthr-ui": "^52.0.0",
"styled-components": "^6.1.11",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-svg-pan-zoom": "^3.3.9",
"@types/react-svg-pan-zoom-loader": "^1.5.0",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.4.0",
"eslint-config-smarthr": "^6.32.0",
"eslint": "^9.5.0",
"eslint-config-smarthr": "^6.32.1",
"husky": "^9.0.11",
"license-checker": "^25.0.1",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-config-smarthr": "^1.0.0",
"stylelint": "^16.6.1",
"stylelint-config-smarthr": "^3.0.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-styled-components": "^0.1.1",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 2494462

Please sign in to comment.