Skip to content

Commit

Permalink
chore(deps)
Browse files Browse the repository at this point in the history
[bump]
  • Loading branch information
DuCanhGH committed Jul 16, 2024
1 parent 89e01b9 commit d43ba6c
Show file tree
Hide file tree
Showing 19 changed files with 1,190 additions and 1,792 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-pigs-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ducanh2912/next-pwa": patch
---

chore(deps): monthly dependencies maintenance
36 changes: 18 additions & 18 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "workspace:*",
"@mantine/hooks": "7.9.0",
"@tabler/icons-react": "3.3.0",
"@mantine/hooks": "7.11.2",
"@tabler/icons-react": "3.11.0",
"client-only": "0.0.1",
"contentlayer": "0.3.4",
"highlight.js": "11.9.0",
"next": "14.2.0-canary.56",
"highlight.js": "11.10.0",
"next": "14.2.5",
"next-contentlayer": "0.3.4",
"react": "19.0.0-canary-7a2609eed-20240403",
"react-dom": "19.0.0-canary-7a2609eed-20240403",
"react": "19.0.0-rc-01172397-20240716",
"react-dom": "19.0.0-rc-01172397-20240716",
"server-only": "0.0.1",
"tailwind-merge": "2.3.0",
"uuid": "9.0.1",
"zustand": "4.5.2"
"tailwind-merge": "2.4.0",
"uuid": "10.0.0",
"zustand": "4.5.4"
},
"devDependencies": {
"@shikijs/rehype": "1.4.0",
"@shikijs/rehype": "1.10.3",
"@types/extend": "3.0.4",
"@types/hast": "3.0.4",
"@types/mdast": "4.0.3",
"@types/mdast": "4.0.4",
"@types/mdx": "2.0.13",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"autoprefixer": "10.4.19",
"extend": "3.0.2",
"github-slugger": "2.0.0",
Expand All @@ -43,12 +43,12 @@
"mdast-util-to-markdown": "2.1.0",
"mdast-util-to-string": "4.0.0",
"mdx-bundler": "10.0.2",
"postcss": "8.4.38",
"postcss": "8.4.39",
"rehype-highlight": "7.0.0",
"rehype-sanitize": "6.0.0",
"shiki": "1.4.0",
"tailwindcss": "3.4.3",
"typescript": "5.5.0-dev.20240504",
"shiki": "1.10.3",
"tailwindcss": "3.4.6",
"typescript": "5.6.0-dev.20240716",
"unified": "10.1.2",
"unist-util-is": "6.0.0",
"unist-util-visit": "5.0.0"
Expand Down
1 change: 1 addition & 0 deletions docs/src/app/docs/opengraph-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const size = {
height: 600,
};
export const contentType = "image/png";
export const dynamic = "force-static";

const opengraghImage = () => generateOGImage(size, "Docs");

Expand Down
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "14.2.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
16 changes: 8 additions & 8 deletions examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"@ducanh2912/next-pwa": "latest",
"@fastify/compress": "7.0.3",
"cross-env": "7.0.3",
"fastify": "4.26.2",
"next": "14.2.3",
"fastify": "4.28.1",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@swc/core": "1.4.17",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@swc/core": "1.6.13",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"nodemon": "3.1.0",
"rimraf": "5.0.5",
"nodemon": "3.1.4",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
8 changes: 4 additions & 4 deletions examples/custom-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "14.2.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
8 changes: 4 additions & 4 deletions examples/lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "14.2.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
12 changes: 6 additions & 6 deletions examples/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"cross-env": "7.0.3",
"express": "4.19.2",
"fastify-compress": "4.1.0",
"i18next": "23.11.3",
"next": "14.2.3",
"i18next": "23.12.1",
"next": "14.2.5",
"next-i18next": "15.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.1"
"react-i18next": "14.1.3"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
8 changes: 4 additions & 4 deletions examples/next-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "14.2.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
10 changes: 5 additions & 5 deletions examples/offline-fallback-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "14.2.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "0.33.3"
"sharp": "0.33.4"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
6 changes: 3 additions & 3 deletions examples/reproduction-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
8 changes: 4 additions & 4 deletions examples/web-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "14.2.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"web-push": "3.6.7"
},
"devDependencies": {
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/web-push": "3.6.3",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
4 changes: 2 additions & 2 deletions ncu.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ for (const packageFile of packageJsonList) {
if (dependencyName === "typescript") {
return "@next";
}
if (/^react(-dom)?$/.test(dependencyName) || /next$|(^@next\/.*$)/.test(dependencyName)) {
return "@canary";
if (/^react(-dom)?$/.test(dependencyName)) {
return "@rc";
}
return "latest";
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.4",
"workspaces": ["docs", "packages/**", "examples/**", "!**/.next", "next-pwa-e2e-test"],
"scripts": {
"build": "FORCE_COLOR=1 turbo run build --filter='./packages/*'",
Expand All @@ -24,21 +24,21 @@
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
},
"devDependencies": {
"@biomejs/biome": "1.7.2",
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@changesets/cli": "2.27.7",
"@ducanh2912/next-pwa": "workspace:*",
"@types/node": "20.12.8",
"@types/node": "20.14.10",
"@types/shell-quote": "1.7.5",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"fast-glob": "3.3.2",
"jest": "29.7.0",
"npm-check-updates": "16.14.20",
"rimraf": "5.0.5",
"rimraf": "6.0.1",
"shell-quote": "1.8.1",
"tslib": "2.6.2",
"turbo": "1.13.3",
"typescript": "5.5.0-dev.20240504"
"tslib": "2.6.3",
"turbo": "2.0.6",
"typescript": "5.6.0-dev.20240716"
}
}
4 changes: 2 additions & 2 deletions packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-swc": "0.3.0",
"@rollup/plugin-swc": "0.3.1",
"@rollup/plugin-typescript": "11.1.6",
"@swc/core": "1.4.17",
"@swc/core": "1.6.13",
"rollup": "3.28.1",
"rollup-plugin-dts": "6.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/next-pwa/__tests__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"@jest/globals": "29.7.0",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cheerio": "1.0.0-rc.12",
"fs-extra": "11.2.0",
"glob": "10.3.12"
"glob": "11.0.0"
}
}
18 changes: 9 additions & 9 deletions packages/next-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,24 @@
},
"dependencies": {
"fast-glob": "3.3.2",
"semver": "7.6.0",
"workbox-build": "7.1.0",
"semver": "7.6.2",
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-webpack-plugin": "7.1.0",
"workbox-window": "7.1.0"
},
"devDependencies": {
"@serwist/configs": "workspace:*",
"@types/node": "20.12.8",
"@types/node": "20.14.10",
"@types/semver": "7.5.8",
"chalk": "5.3.0",
"next": "14.3.0-canary.39",
"next": "14.2.5",
"rollup": "3.28.1",
"react": "19.0.0-beta-1beb73de0f-20240503",
"react-dom": "19.0.0-beta-1beb73de0f-20240503",
"type-fest": "4.18.1",
"typescript": "5.5.0-dev.20240504",
"webpack": "5.91.0"
"react": "19.0.0-rc-01172397-20240716",
"react-dom": "19.0.0-rc-01172397-20240716",
"type-fest": "4.21.0",
"typescript": "5.6.0-dev.20240716",
"webpack": "5.93.0"
},
"peerDependencies": {
"next": ">=14.0.0",
Expand Down
Loading

0 comments on commit d43ba6c

Please sign in to comment.