Skip to content

Commit

Permalink
chore: deps version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeisegg123 committed Sep 12, 2022
1 parent ade13bc commit 02826ad
Show file tree
Hide file tree
Showing 11 changed files with 560 additions and 588 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-query-toolkit",
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "lifeisegg123",
"email": "[email protected]"
},
"main": "dist/index.umd.js",
"main": "dist/index.cjs.js",
"types": "types/index.d.ts",
"module": "dist/index.es.js",
"repository": {
Expand All @@ -30,30 +30,30 @@
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build && tsc",
"test": "vitest",
"test:watch": "vitest --watch",
"cov": "vitest run --coverage",
"lint": "eslint ."
},
"devDependencies": {
"@testing-library/react": "^13.1.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-react": "^1.3.1",
"c8": "^7.11.0",
"eslint": "^8.13.0",
"@testing-library/react": "^13.4.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitejs/plugin-react": "^2.1.0",
"c8": "^7.12.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"jsdom": "^19.0.0",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-query": "^4.0.0-beta.11",
"typescript": "^4.5.4",
"vite": "^2.9.2",
"vitest": "^0.12.6"
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "^4.3.4",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"vitest": "^0.23.2"
},
"peerDependencies": {
"react-query": "^4"
"@tanstack/react-query": "^4"
}
}
Loading

0 comments on commit 02826ad

Please sign in to comment.