Skip to content

Commit 223f9c7

Browse files
Abdulnasır OlcanAbdulnasır Olcan
authored andcommitted
🚀 package updated
1 parent 46f32d6 commit 223f9c7

File tree

3 files changed

+253
-301
lines changed

3 files changed

+253
-301
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const MyComponent = () => (
109109

110110
#### tag
111111

112-
Type: `ComponentType | keyof JSX.IntrinsicElements`
112+
Type: `ComponentType | keyof JSX.IntrinsicElements` Default: `div`
113113

114114
The `tag` option allows you to set the html element's tag even when it has no content.
115115

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-lazy-loader-component",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "react lazy loader component",
55
"author": "Abdulnasır OLCAN",
66
"license": "MIT",
@@ -10,22 +10,22 @@
1010
"scripts": {
1111
"dev": "vite",
1212
"build": "tsc && vite build",
13-
"preview": "vite preview",
13+
"start": "vite preview",
1414
"prepublish": "pnpm clean && pnpm build",
1515
"clean": "rimraf dist",
1616
"test": "vitest run",
1717
"test:CI": "vitest --watch=false",
1818
"coverage": "vitest run --coverage"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^18.11.10",
22-
"@vitejs/plugin-react": "^2.2.0",
21+
"@types/node": "^18.11.13",
22+
"@vitejs/plugin-react": "^3.0.0",
2323
"c8": "^7.12.0",
2424
"jsdom": "^20.0.3",
25-
"typescript": "^4.9.3",
25+
"typescript": "^4.9.4",
2626
"rimraf": "^3.0.2",
27-
"vite": "^3.2.4",
28-
"vitest": "^0.25.3",
27+
"vite": "^4.0.0",
28+
"vitest": "^0.25.7",
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0",
3131
"@types/react": "^18.0.26",

0 commit comments

Comments
 (0)