Skip to content

Commit

Permalink
chore(deps)
Browse files Browse the repository at this point in the history
[bump]
  • Loading branch information
DuCanhGH committed Sep 18, 2024
1 parent b405677 commit f3766a5
Show file tree
Hide file tree
Showing 18 changed files with 1,262 additions and 2,830 deletions.
9 changes: 9 additions & 0 deletions .changeset/olive-bobcats-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@ducanh2912/next-pwa": patch
---

chore(deps): updated all dependencies

- Monthly dependencies maintenance

- Not so monthly this time...
32 changes: 16 additions & 16 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "workspace:*",
"@mantine/hooks": "7.11.2",
"@tabler/icons-react": "3.11.0",
"@mantine/hooks": "7.12.2",
"@tabler/icons-react": "3.17.0",
"client-only": "0.0.1",
"contentlayer": "0.3.4",
"highlight.js": "11.10.0",
"next": "14.2.5",
"next": "14.2.12",
"next-contentlayer": "0.3.4",
"react": "19.0.0-rc-01172397-20240716",
"react-dom": "19.0.0-rc-01172397-20240716",
"react": "19.0.0-rc-5dcb0097-20240918",
"react-dom": "19.0.0-rc-5dcb0097-20240918",
"server-only": "0.0.1",
"tailwind-merge": "2.4.0",
"tailwind-merge": "2.5.2",
"uuid": "10.0.0",
"zustand": "4.5.4"
"zustand": "4.5.5"
},
"devDependencies": {
"@shikijs/rehype": "1.10.3",
"@shikijs/rehype": "1.17.7",
"@types/extend": "3.0.4",
"@types/hast": "3.0.4",
"@types/mdast": "4.0.4",
"@types/mdx": "2.0.13",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"extend": "3.0.2",
"github-slugger": "2.0.0",
"hast-util-has-property": "3.0.0",
Expand All @@ -42,13 +42,13 @@
"mdast-util-mdx": "3.0.0",
"mdast-util-to-markdown": "2.1.0",
"mdast-util-to-string": "4.0.0",
"mdx-bundler": "10.0.2",
"postcss": "8.4.39",
"mdx-bundler": "10.0.3",
"postcss": "8.4.47",
"rehype-highlight": "7.0.0",
"rehype-sanitize": "6.0.0",
"shiki": "1.10.3",
"tailwindcss": "3.4.6",
"typescript": "5.6.0-dev.20240716",
"shiki": "1.17.7",
"tailwindcss": "3.4.12",
"typescript": "5.7.0-dev.20240918",
"unified": "10.1.2",
"unist-util-is": "6.0.0",
"unist-util-visit": "5.0.0"
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.5",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
16 changes: 8 additions & 8 deletions examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"@fastify/compress": "7.0.3",
"@fastify/compress": "8.0.0",
"cross-env": "7.0.3",
"fastify": "4.28.1",
"next": "14.2.5",
"fastify": "5.0.0",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@swc/core": "1.6.13",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@swc/core": "1.7.26",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"nodemon": "3.1.4",
"nodemon": "3.1.5",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
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.5",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
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.5",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
16 changes: 8 additions & 8 deletions examples/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"cross-env": "7.0.3",
"express": "4.19.2",
"express": "4.21.0",
"fastify-compress": "4.1.0",
"i18next": "23.12.1",
"next": "14.2.5",
"next-i18next": "15.3.0",
"i18next": "23.15.1",
"next": "14.2.12",
"next-i18next": "15.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.3"
"react-i18next": "15.0.2"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
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.5",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
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.5",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "0.33.4"
"sharp": "0.33.5"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
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.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
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.5",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"web-push": "3.6.7"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/web-push": "3.6.3",
"typescript": "5.5.3"
"typescript": "5.6.2"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@ducanh2912/next-pwa": "workspace:*",
"@types/node": "20.14.10",
"@types/node": "22.5.5",
"@types/shell-quote": "1.7.5",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"fast-glob": "3.3.2",
"jest": "29.7.0",
"npm-check-updates": "16.14.20",
"npm-check-updates": "17.1.2",
"rimraf": "6.0.1",
"shell-quote": "1.8.1",
"tslib": "2.6.3",
"turbo": "2.0.6",
"typescript": "5.6.0-dev.20240716"
"tslib": "2.7.0",
"turbo": "2.1.2",
"typescript": "5.7.0-dev.20240918"
}
}
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.1",
"@rollup/plugin-swc": "0.4.0",
"@rollup/plugin-typescript": "11.1.6",
"@swc/core": "1.6.13",
"@swc/core": "1.7.26",
"rollup": "3.28.1",
"rollup-plugin-dts": "6.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/next-pwa/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Zero-config [PWA](https://web.dev/learn/pwa/) plugin for [Next.js](https://nextjs.org/)
# [PWA](https://web.dev/learn/pwa/) for [Next.js](https://nextjs.org/), powered by [Workbox](https://developer.chrome.com/docs/workbox).

This plugin is powered by [Workbox](https://developer.chrome.com/docs/workbox/) and other good stuff.

[![Build Size](https://img.shields.io/bundlephobia/minzip/@ducanh2912/next-pwa?label=Bundle%20size&style=flat&color=success)](https://bundlephobia.com/result?p=@ducanh2912/next-pwa)
[![Version](https://img.shields.io/npm/v/@ducanh2912/next-pwa?style=flat&color=success)](https://www.npmjs.com/package/@ducanh2912/next-pwa)

**NOTE:** If there's no specific reason to continue using `@ducanh2912/next-pwa`, consider migrating to [`@serwist/next`](https://github.com/serwist/serwist).
**NOTE:** If there's no specific reason to continue using `@ducanh2912/next-pwa`, consider migrating to [`@serwist/next`](https://serwist.pages.dev/docs/next), a part of [Serwist](https://serwist.pages.dev) (a Workbox fork).

---

Expand Down
6 changes: 3 additions & 3 deletions packages/next-pwa/__tests__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/react": "18.3.3",
"@types/jest": "29.5.13",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"fs-extra": "11.2.0",
"glob": "11.0.0"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/next-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,24 @@
},
"dependencies": {
"fast-glob": "3.3.2",
"semver": "7.6.2",
"semver": "7.6.3",
"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.14.10",
"@types/node": "22.5.5",
"@types/semver": "7.5.8",
"chalk": "5.3.0",
"next": "14.2.5",
"next": "14.2.12",
"rollup": "3.28.1",
"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"
"react": "19.0.0-rc-5dcb0097-20240918",
"react-dom": "19.0.0-rc-5dcb0097-20240918",
"type-fest": "4.26.1",
"typescript": "5.7.0-dev.20240918",
"webpack": "5.94.0"
},
"peerDependencies": {
"next": ">=14.0.0",
Expand Down
Loading

0 comments on commit f3766a5

Please sign in to comment.