Skip to content

Commit

Permalink
👽 feat: React 19 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Dec 24, 2024
1 parent 189d173 commit 307ffed
Show file tree
Hide file tree
Showing 2 changed files with 1,072 additions and 1,399 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waktaplay/ui",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,30 +25,30 @@
"prepublish": "tsup"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-components": "^6.1.12"
},
"devDependencies": {
"@types/react": "^18.3.9",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"normalize.css": "^8.0.1",
"prettier": "^3.3.3",
"terser": "^5.34.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
"prettier": "^3.4.2",
"terser": "^5.37.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
"packageManager": "pnpm@10.0.0-rc.0+sha512.bce495587126f9a37d64150bf80dcf9bd96f0d64cfd450c9b1a7e5bf2cfc81aef3d50178f259855351c872905a240861a55031652c81e8a11665bfa65f6a1dc2"
}
Loading

0 comments on commit 307ffed

Please sign in to comment.