Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jul 19, 2022
1 parent f1de04d commit 5faefae
Show file tree
Hide file tree
Showing 4 changed files with 839 additions and 965 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
]
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@innei-util/eslint-config-react-ts": "^0.2.1",
"@innei-util/prettier": "^0.5.0",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@innei-util/prettier": "^0.8.2",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.4",
"eslint": "8.11.0",
"husky": "7.0.4",
"lint-staged": "12.3.7",
"postcss": "8.4.12",
"autoprefixer": "10.4.7",
"eslint": "8.20.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"postcss": "8.4.14",
"postcss-import": "14.1.0",
"prettier": "2.6.0",
"tailwindcss": "3.0.23",
"typescript": "4.6.2",
"vite": "2.8.6",
"vite-plugin-checker": "0.4.3",
"vite-tsconfig-paths": "3.4.1"
"prettier": "2.7.1",
"tailwindcss": "3.1.6",
"typescript": "4.7.4",
"vite": "3.0.2",
"vite-plugin-checker": "0.4.9",
"vite-tsconfig-paths": "3.5.0"
}
}
Loading

0 comments on commit 5faefae

Please sign in to comment.