Skip to content

Commit

Permalink
update @types/react creativetimofficial#651
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepacks authored and gilbert committed Apr 11, 2024
1 parent 21e4719 commit 208a33e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@types/js-cookie": "3.0.6",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react": "18.2.66",
"autoprefixer": "10.4.13",
"cross-spawn": "7.0.3",
"eslint": "8.31.0",
Expand All @@ -102,4 +102,4 @@
"typescript": "4.9.4",
"unbuild": "1.2.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@material-tailwind/react": "2.1.8",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.18",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down Expand Up @@ -39,4 +39,4 @@
"devDependencies": {
"tailwindcss": "3.4.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@material-tailwind/react": "2.1.8",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
Expand All @@ -23,4 +23,4 @@
"tailwindcss": "3.4.0",
"typescript": "5.3.3"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@remix-run/dev": "^2.4.1",
"@types/react": "^18.2.20",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.38.0",
Expand All @@ -37,4 +37,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.45",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
Expand All @@ -23,4 +23,4 @@
"typescript": "5.3.3",
"vite": "5.0.10"
}
}
}
4 changes: 2 additions & 2 deletions packages/create-material-tailwind/templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.45",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"postcss": "8.4.32",
"tailwindcss": "3.4.0",
"vite": "5.0.10"
}
}
}
4 changes: 2 additions & 2 deletions packages/material-tailwind-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@swc/cli": "0.1.59",
"@swc/core": "1.3.24",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react": "18.2.66",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
Expand Down Expand Up @@ -76,4 +76,4 @@
"tailwind css vite",
"tailwind css gatsby"
]
}
}

1 comment on commit 208a33e

@eranabir
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any news about it? all ts got crazy because this issue

Please sign in to comment.