-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
130aa22
commit ffd2f03
Showing
13 changed files
with
3,404 additions
and
4,272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@unlazy/core", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.0.6", | ||
"packageManager": "pnpm@9.5.0", | ||
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@unlazy/nuxt", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.0.6", | ||
"packageManager": "pnpm@9.5.0", | ||
"description": "Nuxt lazy loading module for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -45,16 +45,16 @@ | |
"test:types": "vue-tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@nuxt/kit": "^3.11.2", | ||
"@nuxt/kit": "^3.12.3", | ||
"defu": "^6.1.4", | ||
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/module-builder": "^0.6.0", | ||
"@nuxt/schema": "^3.11.2", | ||
"@types/node": "^20.12.8", | ||
"@unocss/nuxt": "^0.59.4", | ||
"@unocss/reset": "^0.59.4", | ||
"nuxt": "^3.11.2" | ||
"@nuxt/module-builder": "^0.8.1", | ||
"@nuxt/schema": "^3.12.3", | ||
"@types/node": "^20.14.10", | ||
"@unocss/nuxt": "^0.61.3", | ||
"@unocss/reset": "^0.61.3", | ||
"nuxt": "^3.12.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@unlazy/react", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.0.6", | ||
"packageManager": "pnpm@9.5.0", | ||
"description": "React lazy loading library for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -48,13 +48,13 @@ | |
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@eslint-react/eslint-plugin": "^1.5.10", | ||
"@types/node": "^20.12.8", | ||
"@types/react": "^18.3.1", | ||
"@eslint-react/eslint-plugin": "^1.5.23", | ||
"@types/node": "^20.14.10", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react-refresh": "^0.4.6", | ||
"eslint-plugin-react-refresh": "^0.4.7", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@unlazy/solid", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.0.6", | ||
"packageManager": "pnpm@9.5.0", | ||
"description": "Solid lazy loading library for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -55,10 +55,10 @@ | |
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.8", | ||
"eslint-plugin-solid": "^0.14.0", | ||
"solid-js": "^1.8.17", | ||
"tsup": "^8.0.2", | ||
"@types/node": "^20.14.10", | ||
"eslint-plugin-solid": "^0.14.1", | ||
"solid-js": "^1.8.18", | ||
"tsup": "^8.1.0", | ||
"tsup-preset-solid": "^2.2.0", | ||
"vite-plugin-solid": "^2.10.2" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@unlazy/svelte", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.0.6", | ||
"packageManager": "pnpm@9.5.0", | ||
"description": "Svelte lazy loading library for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -55,12 +55,12 @@ | |
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@sveltejs/adapter-auto": "^3.2.0", | ||
"@sveltejs/kit": "^2.5.7", | ||
"@sveltejs/package": "^2.3.1", | ||
"eslint-plugin-svelte": "^2.38.0", | ||
"svelte": "^4.2.15", | ||
"svelte-check": "^3.7.1", | ||
"tslib": "^2.6.2" | ||
"@sveltejs/adapter-auto": "^3.2.2", | ||
"@sveltejs/kit": "^2.5.18", | ||
"@sveltejs/package": "^2.3.2", | ||
"eslint-plugin-svelte": "^2.41.0", | ||
"svelte": "^4.2.18", | ||
"svelte-check": "^3.8.4", | ||
"tslib": "^2.6.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
{ | ||
"extends": "./.svelte-kit/tsconfig.json", | ||
"compilerOptions": { | ||
"module": "NodeNext", | ||
"moduleResolution": "NodeNext", | ||
"module": "ESNext", | ||
"moduleResolution": "Bundler", | ||
"resolveJsonModule": true, | ||
"allowJs": true, | ||
"checkJs": true, | ||
"strict": true, | ||
"sourceMap": true, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"verbatimModuleSyntax": true, | ||
"skipLibCheck": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "unlazy", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.0.6", | ||
"packageManager": "pnpm@9.5.0", | ||
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@unlazy/vue", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.0.6", | ||
"packageManager": "pnpm@9.5.0", | ||
"description": "Vue lazy loading library for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -59,8 +59,8 @@ | |
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.8", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"vue": "^3.4.26" | ||
"@types/node": "^20.14.10", | ||
"@vitejs/plugin-vue": "^5.0.5", | ||
"vue": "^3.4.31" | ||
} | ||
} |
Oops, something went wrong.