-
-
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
f975de5
commit f311013
Showing
27 changed files
with
3,029 additions
and
2,257 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
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,3 +1,3 @@ | ||
import antfu from '@antfu/eslint-config' | ||
|
||
export default await antfu() | ||
export default antfu() |
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.7.1", | ||
"packageManager": "pnpm@9.10.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.7.1", | ||
"packageManager": "pnpm@9.10.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.12.4", | ||
"@nuxt/kit": "^3.13.1", | ||
"defu": "^6.1.4", | ||
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/module-builder": "^0.8.3", | ||
"@nuxt/schema": "^3.12.4", | ||
"@types/node": "^20.16.1", | ||
"@unocss/nuxt": "^0.61.9", | ||
"@unocss/reset": "^0.61.9", | ||
"nuxt": "^3.12.4" | ||
"@nuxt/module-builder": "^0.8.4", | ||
"@nuxt/schema": "^3.13.1", | ||
"@types/node": "^20.16.5", | ||
"@unocss/nuxt": "^0.62.3", | ||
"@unocss/reset": "^0.62.3", | ||
"nuxt": "^3.13.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
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,6 +1,6 @@ | ||
import antfu from '@antfu/eslint-config' | ||
|
||
export default await antfu({ | ||
export default antfu({ | ||
vue: false, | ||
react: 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/react", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.7.1", | ||
"packageManager": "pnpm@9.10.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.10.1", | ||
"@types/node": "^20.16.1", | ||
"@types/react": "^18.3.3", | ||
"@eslint-react/eslint-plugin": "^1.14.1", | ||
"@types/node": "^20.16.5", | ||
"@types/react": "^18.3.5", | ||
"@types/react-dom": "^18.3.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react-refresh": "^0.4.9", | ||
"eslint-plugin-react-refresh": "^0.4.11", | ||
"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
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,6 +1,6 @@ | ||
import antfu from '@antfu/eslint-config' | ||
|
||
export default await antfu({ | ||
export default antfu({ | ||
vue: false, | ||
solid: 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/solid", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.7.1", | ||
"packageManager": "pnpm@9.10.0", | ||
"description": "Solid lazy loading library for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -55,9 +55,9 @@ | |
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.16.1", | ||
"eslint-plugin-solid": "^0.14.2", | ||
"solid-js": "^1.8.21", | ||
"@types/node": "^20.16.5", | ||
"eslint-plugin-solid": "^0.14.3", | ||
"solid-js": "^1.8.22", | ||
"tsup": "^8.2.4", | ||
"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
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/svelte", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"packageManager": "pnpm@9.7.1", | ||
"packageManager": "pnpm@9.10.0", | ||
"description": "Svelte lazy loading library for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -56,11 +56,11 @@ | |
}, | ||
"devDependencies": { | ||
"@sveltejs/adapter-auto": "^3.2.4", | ||
"@sveltejs/kit": "^2.5.22", | ||
"@sveltejs/kit": "^2.5.26", | ||
"@sveltejs/package": "^2.3.4", | ||
"eslint-plugin-svelte": "^2.43.0", | ||
"svelte": "^4.2.18", | ||
"svelte-check": "^3.8.5", | ||
"tslib": "^2.6.3" | ||
"eslint-plugin-svelte": "^2.44.0", | ||
"svelte": "^4.2.19", | ||
"svelte-check": "^4.0.2", | ||
"tslib": "^2.7.0" | ||
} | ||
} |
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.7.1", | ||
"packageManager": "pnpm@9.10.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.7.1", | ||
"packageManager": "pnpm@9.10.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.16.1", | ||
"@vitejs/plugin-vue": "^5.1.2", | ||
"vue": "^3.4.38" | ||
"@types/node": "^20.16.5", | ||
"@vitejs/plugin-vue": "^5.1.3", | ||
"vue": "^3.5.5" | ||
} | ||
} |
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
Oops, something went wrong.