Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 3, 2024
1 parent c24e2af commit 43d9675
Show file tree
Hide file tree
Showing 14 changed files with 1,553 additions and 1,825 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install
Expand All @@ -33,7 +33,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vitepress serve"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.24",
"unocss": "^0.58.0",
"vitepress": "1.0.0-rc.29"
"@iconify-json/carbon": "^1.1.27",
"unocss": "^0.58.3",
"vitepress": "1.0.0-rc.35"
}
}
10 changes: 5 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build]
publish = "docs/.vitepress/dist"
command = "pnpm run docs:build"
publish = "docs/.vitepress/dist"
command = "pnpm run docs:build"

[[redirects]]
from = "/*"
to = "/index.html"
status = 200
from = "/*"
to = "/index.html"
status = 200
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.10.2",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"dev:prepare": "pnpm -r --filter=./packages/** run dev:prepare",
Expand All @@ -18,15 +18,15 @@
"prepare": "pnpm run dev:prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.3.4",
"@types/node": "^20.10.3",
"bumpp": "^9.2.0",
"eslint": "^8.55.0",
"@antfu/eslint-config": "^2.6.1",
"@types/node": "^20.10.6",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"happy-dom": "^12.10.3",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.5",
"vitest": "^1.0.1",
"vue-tsc": "^1.8.25"
"vite": "^5.0.10",
"vitest": "^1.1.1",
"vue-tsc": "^1.8.27"
}
}
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.10.2",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down
16 changes: 8 additions & 8 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/nuxt",
"version": "0.10.2",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"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.8.2",
"@nuxt/kit": "^3.9.0",
"defu": "^6.1.3",
"unlazy": "workspace:*"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@types/node": "^20.10.3",
"@unocss/nuxt": "^0.58.0",
"@unocss/reset": "^0.58.0",
"nuxt": "^3.8.2"
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@types/node": "^20.10.6",
"@unocss/nuxt": "^0.58.3",
"@unocss/reset": "^0.58.3",
"nuxt": "^3.9.0"
}
}
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.10.2",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"description": "React lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,9 +48,9 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
10 changes: 5 additions & 5 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.10.2",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"description": "Solid lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -55,11 +55,11 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.3",
"eslint-plugin-solid": "^0.13.0",
"@types/node": "^20.10.6",
"eslint-plugin-solid": "^0.13.1",
"solid-js": "^1.8.7",
"tsup": "^8.0.1",
"tsup-preset-solid": "^2.1.0",
"vite-plugin-solid": "^2.7.2"
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.8.0"
}
}
1 change: 0 additions & 1 deletion packages/solid/playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import solid from 'vite-plugin-solid'
const currentDir = new URL('.', import.meta.url).pathname

export default defineConfig({
// @ts-expect-error: Vite 5 support pending
plugins: [solid()],

// Custom alias for unlazy until Jiti issue is resolved
Expand Down
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.10.2",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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.10.2",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"description": "Vue lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -59,8 +59,8 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@vitejs/plugin-vue": "^4.5.1",
"vue": "^3.3.10"
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"vue": "^3.4.3"
}
}
Loading

0 comments on commit 43d9675

Please sign in to comment.