Skip to content

Commit

Permalink
update everything aside from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
medzernik committed May 7, 2024
1 parent 76e6941 commit 2215dff
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 245 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emoji-mart/data": "1.1.2",
"@emoji-mart/data": "1.2.1",
"@emoji-mart/react": "1.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/montserrat": "^5.0.17",
"@formkit/auto-animate": "0.8.1",
"@tauri-apps/api": "^1.5.3",
"emoji-mart": "^5.5.2",
"framer-motion": "^11.0.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"@fontsource/montserrat": "^5.0.18",
"@formkit/auto-animate": "0.8.2",
"@tauri-apps/api": "^1.5.4",
"emoji-mart": "^5.6.0",
"framer-motion": "^11.1.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"tauri-plugin-log": "https://github.com/tauri-apps/tauri-plugin-log.git#commit=1a369766cf90f3aed9c2b7c68b70bf39081538b3",
"yarn": "^1.22.22"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.11",
"@types/eslint": "^8.56.7",
"@types/node": "^20.12.2",
"@tauri-apps/cli": "^1.5.13",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.10",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"vite": "^5.2.7"
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2215dff

Please sign in to comment.