Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 8, 2024
1 parent 4133a23 commit f33c034
Show file tree
Hide file tree
Showing 11 changed files with 2,109 additions and 2,254 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "vitepress serve"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.3",
"unocss": "^0.63.6",
"vitepress": "^1.4.1"
"@iconify-json/carbon": "^1.2.4",
"unocss": "^0.64.0",
"vitepress": "^1.5.0"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.11.3",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"dev:prepare": "pnpm -r --filter=./packages/** run dev:prepare",
Expand All @@ -19,14 +19,14 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@types/node": "^20.16.15",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"happy-dom": "^15.7.4",
"@types/node": "^22.9.0",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"happy-dom": "^15.11.0",
"typescript": "^5.6.3",
"unbuild": "^3.0.0-rc.11",
"vite": "^5.4.10",
"vitest": "^2.1.3",
"vue-tsc": "^2.1.6"
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/core",
"type": "module",
"version": "0.11.3",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/thumbhash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ function base64ToUint8Array(base64String: string) {
)
}

function base64UrlToBase64(base64url: string) {
return base64url.replaceAll('-', '+').replaceAll('_', '/')
function base64UrlToBase64(base64Url: string) {
return base64Url.replaceAll('-', '+').replaceAll('_', '/')
}
14 changes: 7 additions & 7 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/nuxt",
"version": "0.11.3",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "Nuxt lazy loading module for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -45,16 +45,16 @@
"test:types": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"@nuxt/kit": "^3.14.159",
"defu": "^6.1.4",
"unlazy": "workspace:*"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@types/node": "^20.16.15",
"@unocss/nuxt": "^0.63.6",
"@unocss/reset": "^0.63.6",
"nuxt": "^3.13.2"
"@nuxt/schema": "^3.14.159",
"@types/node": "^22.9.0",
"@unocss/nuxt": "^0.64.0",
"@unocss/reset": "^0.64.0",
"nuxt": "^3.14.159"
}
}
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/react",
"type": "module",
"version": "0.11.3",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "React lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,13 +48,13 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.15.0",
"@types/node": "^20.16.15",
"@eslint-react/eslint-plugin": "^1.15.2",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-react-refresh": "^0.4.14",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/solid",
"type": "module",
"version": "0.11.3",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "Solid lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -55,10 +55,10 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.16.15",
"@types/node": "^22.9.0",
"eslint-plugin-solid": "^0.14.3",
"solid-js": "^1.9.3",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.10.2"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/svelte",
"type": "module",
"version": "0.11.3",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "Svelte lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -55,12 +55,12 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.0",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/package": "^2.3.6",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/package": "^2.3.7",
"eslint-plugin-svelte": "^2.46.0",
"svelte": "^5.0.5",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0"
"svelte": "^5.1.12",
"svelte-check": "^4.0.6",
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/unlazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unlazy",
"type": "module",
"version": "0.11.3",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/vue",
"type": "module",
"version": "0.11.3",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "Vue lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -59,7 +59,7 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.16.15",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"vue": "^3.5.12"
}
Expand Down
Loading

0 comments on commit f33c034

Please sign in to comment.