-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(nuxt): bundler module resolution is default now
- Loading branch information
1 parent
cd98959
commit 7e096ff
Showing
12 changed files
with
1,830 additions
and
1,542 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@unlazy/core", | ||
"type": "module", | ||
"version": "0.10.4", | ||
"packageManager": "pnpm@8.14.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
This file was deleted.
Oops, something went wrong.
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.10.4", | ||
"packageManager": "pnpm@8.14.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"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.9.1", | ||
"@nuxt/kit": "^3.10.0", | ||
"defu": "^6.1.4", | ||
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/module-builder": "^0.5.5", | ||
"@nuxt/schema": "^3.9.1", | ||
"@types/node": "^20.10.6", | ||
"@unocss/nuxt": "^0.58.3", | ||
"@unocss/reset": "^0.58.3", | ||
"nuxt": "^3.9.1" | ||
"@nuxt/schema": "^3.10.0", | ||
"@types/node": "^20.11.16", | ||
"@unocss/nuxt": "^0.58.4", | ||
"@unocss/reset": "^0.58.4", | ||
"nuxt": "^3.10.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
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.10.4", | ||
"packageManager": "pnpm@8.14.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"description": "React lazy loading library for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -48,8 +48,8 @@ | |
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.6", | ||
"@types/react": "^18.2.46", | ||
"@types/node": "^20.11.16", | ||
"@types/react": "^18.2.52", | ||
"@types/react-dom": "^18.2.18", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"eslint-plugin-react": "^7.33.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/solid", | ||
"type": "module", | ||
"version": "0.10.4", | ||
"packageManager": "pnpm@8.14.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"description": "Solid lazy loading library for placeholder images", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -55,11 +55,11 @@ | |
"unlazy": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.6", | ||
"@types/node": "^20.11.16", | ||
"eslint-plugin-solid": "^0.13.1", | ||
"solid-js": "^1.8.8", | ||
"solid-js": "^1.8.12", | ||
"tsup": "^8.0.1", | ||
"tsup-preset-solid": "^2.2.0", | ||
"vite-plugin-solid": "^2.8.0" | ||
"vite-plugin-solid": "^2.9.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/svelte", | ||
"type": "module", | ||
"version": "0.10.4", | ||
"packageManager": "pnpm@8.14.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"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.1.0", | ||
"@sveltejs/kit": "^2.0.6", | ||
"@sveltejs/package": "^2.2.5", | ||
"@sveltejs/adapter-auto": "^3.1.1", | ||
"@sveltejs/kit": "^2.5.0", | ||
"@sveltejs/package": "^2.2.6", | ||
"eslint-plugin-svelte": "^2.35.1", | ||
"svelte": "^4.2.8", | ||
"svelte-check": "^3.6.2", | ||
"svelte": "^4.2.9", | ||
"svelte-check": "^3.6.3", | ||
"tslib": "^2.6.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", | ||
"type": "module", | ||
"version": "0.10.4", | ||
"packageManager": "pnpm@8.14.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"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.10.4", | ||
"packageManager": "pnpm@8.14.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"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.10.6", | ||
"@vitejs/plugin-vue": "^5.0.2", | ||
"vue": "^3.4.5" | ||
"@types/node": "^20.11.16", | ||
"@vitejs/plugin-vue": "^5.0.3", | ||
"vue": "^3.4.15" | ||
} | ||
} |
Oops, something went wrong.