Skip to content

Commit

Permalink
chore(deps)
Browse files Browse the repository at this point in the history
[bump]
  • Loading branch information
DuCanhGH committed Mar 6, 2024
1 parent bbc8cf1 commit 8200bef
Show file tree
Hide file tree
Showing 15 changed files with 852 additions and 838 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
34 changes: 17 additions & 17 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.4.0",
"@tabler/icons-react": "2.45.0",
"@mantine/hooks": "7.6.1",
"@tabler/icons-react": "2.47.0",
"bright": "0.8.4",
"client-only": "0.0.1",
"contentlayer": "0.3.4",
"highlight.js": "11.9.0",
"next": "14.0.5-canary.37",
"next": "14.2.0-canary.3",
"next-contentlayer": "0.3.4",
"react": "18.3.0-canary-1d5667a12-20240102",
"react-dom": "18.3.0-canary-1d5667a12-20240102",
"react": "18.3.0-canary-966d17483-20240305",
"react-dom": "18.3.0-canary-966d17483-20240305",
"server-only": "0.0.1",
"tailwind-merge": "2.2.0",
"tailwind-merge": "2.2.1",
"uuid": "9.0.1",
"zustand": "4.4.7"
"zustand": "4.5.2"
},
"devDependencies": {
"@types/extend": "3.0.4",
"@types/hast": "3.0.3",
"@types/hast": "3.0.4",
"@types/mdast": "4.0.3",
"@types/mdx": "2.0.10",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/uuid": "9.0.7",
"autoprefixer": "10.4.16",
"@types/mdx": "2.0.11",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"@types/uuid": "9.0.8",
"autoprefixer": "10.4.18",
"extend": "3.0.2",
"github-slugger": "2.0.0",
"hast-util-has-property": "3.0.0",
Expand All @@ -43,11 +43,11 @@
"mdast-util-to-markdown": "2.1.0",
"mdast-util-to-string": "4.0.0",
"mdx-bundler": "10.0.1",
"postcss": "8.4.32",
"postcss": "8.4.35",
"rehype-highlight": "7.0.0",
"rehype-sanitize": "6.0.0",
"tailwindcss": "3.4.0",
"typescript": "5.4.0-dev.20240104",
"tailwindcss": "3.4.1",
"typescript": "5.5.0-dev.20240306",
"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.0.4",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"typescript": "5.3.3"
}
}
16 changes: 8 additions & 8 deletions examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"@fastify/compress": "6.5.0",
"@fastify/compress": "7.0.0",
"cross-env": "7.0.3",
"fastify": "4.25.2",
"next": "14.0.4",
"fastify": "4.26.2",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@swc/core": "1.3.102",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"nodemon": "3.0.2",
"@swc/core": "1.4.5",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"nodemon": "3.1.0",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
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.0.4",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"typescript": "5.3.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.0.4",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"typescript": "5.3.3"
}
}
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.18.2",
"express": "4.18.3",
"fastify-compress": "4.1.0",
"i18next": "23.7.16",
"next": "14.0.4",
"next-i18next": "15.1.2",
"i18next": "23.10.0",
"next": "14.1.2",
"next-i18next": "15.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "14.0.0"
"react-i18next": "14.0.5"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"typescript": "5.3.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.0.4",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"typescript": "5.3.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.0.4",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.33.1"
"sharp": "0.33.2"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"typescript": "5.3.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.2.0"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"typescript": "5.3.3"
}
}
10 changes: 5 additions & 5 deletions examples/web-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "14.0.4",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"web-push": "3.6.6"
"web-push": "3.6.7"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"@types/web-push": "3.6.3",
"typescript": "5.3.3"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"typecheck": "cross-env FORCE_COLOR=1 turbo run typecheck"
},
"devDependencies": {
"@biomejs/biome": "1.5.1",
"@biomejs/biome": "1.5.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@ducanh2912/next-pwa": "workspace:*",
"@types/node": "20.10.6",
"@types/node": "20.11.24",
"@types/shell-quote": "1.7.5",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"cross-env": "7.0.3",
"fast-glob": "3.3.2",
"jest": "29.7.0",
"npm-check-updates": "16.14.12",
"npm-check-updates": "16.14.15",
"rimraf": "5.0.5",
"shell-quote": "1.8.1",
"tslib": "2.6.2",
"turbo": "1.11.2",
"typescript": "5.4.0-dev.20240104"
"turbo": "1.12.4",
"typescript": "5.5.0-dev.20240306"
}
}
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,9 +6,9 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.11",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/jest": "29.5.12",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"cheerio": "1.0.0-rc.12",
"fs-extra": "11.2.0"
}
Expand Down
22 changes: 11 additions & 11 deletions packages/next-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"clean-webpack-plugin": "4.0.0",
"fast-glob": "3.3.2",
"semver": "7.5.4",
"semver": "7.6.0",
"terser-webpack-plugin": "5.3.10",
"workbox-build": "7.0.0",
"workbox-core": "7.0.0",
Expand All @@ -74,19 +74,19 @@
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-swc": "0.3.0",
"@rollup/plugin-typescript": "11.1.5",
"@swc/core": "1.3.102",
"@types/node": "20.10.6",
"@types/semver": "7.5.6",
"@rollup/plugin-typescript": "11.1.6",
"@swc/core": "1.4.5",
"@types/node": "20.11.24",
"@types/semver": "7.5.8",
"chalk": "5.3.0",
"next": "14.0.5-canary.37",
"react": "18.3.0-canary-1d5667a12-20240102",
"react-dom": "18.3.0-canary-1d5667a12-20240102",
"next": "14.2.0-canary.3",
"react": "18.3.0-canary-966d17483-20240305",
"react-dom": "18.3.0-canary-966d17483-20240305",
"rollup": "3.28.1",
"rollup-plugin-dts": "6.0.2",
"type-fest": "4.9.0",
"typescript": "5.4.0-dev.20240104",
"webpack": "5.89.0"
"type-fest": "4.11.1",
"typescript": "5.5.0-dev.20240306",
"webpack": "5.90.3"
},
"peerDependencies": {
"next": ">=14.0.0",
Expand Down
Loading

0 comments on commit 8200bef

Please sign in to comment.