Skip to content

Commit d43ba6c

Browse files
committed
chore(deps)
[bump]
1 parent 89e01b9 commit d43ba6c

File tree

19 files changed

+1190
-1792
lines changed

19 files changed

+1190
-1792
lines changed

.changeset/witty-pigs-do.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ducanh2912/next-pwa": patch
3+
---
4+
5+
chore(deps): monthly dependencies maintenance

docs/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@
99
},
1010
"dependencies": {
1111
"@ducanh2912/next-pwa": "workspace:*",
12-
"@mantine/hooks": "7.9.0",
13-
"@tabler/icons-react": "3.3.0",
12+
"@mantine/hooks": "7.11.2",
13+
"@tabler/icons-react": "3.11.0",
1414
"client-only": "0.0.1",
1515
"contentlayer": "0.3.4",
16-
"highlight.js": "11.9.0",
17-
"next": "14.2.0-canary.56",
16+
"highlight.js": "11.10.0",
17+
"next": "14.2.5",
1818
"next-contentlayer": "0.3.4",
19-
"react": "19.0.0-canary-7a2609eed-20240403",
20-
"react-dom": "19.0.0-canary-7a2609eed-20240403",
19+
"react": "19.0.0-rc-01172397-20240716",
20+
"react-dom": "19.0.0-rc-01172397-20240716",
2121
"server-only": "0.0.1",
22-
"tailwind-merge": "2.3.0",
23-
"uuid": "9.0.1",
24-
"zustand": "4.5.2"
22+
"tailwind-merge": "2.4.0",
23+
"uuid": "10.0.0",
24+
"zustand": "4.5.4"
2525
},
2626
"devDependencies": {
27-
"@shikijs/rehype": "1.4.0",
27+
"@shikijs/rehype": "1.10.3",
2828
"@types/extend": "3.0.4",
2929
"@types/hast": "3.0.4",
30-
"@types/mdast": "4.0.3",
30+
"@types/mdast": "4.0.4",
3131
"@types/mdx": "2.0.13",
32-
"@types/node": "20.12.8",
33-
"@types/react": "18.3.1",
32+
"@types/node": "20.14.10",
33+
"@types/react": "18.3.3",
3434
"@types/react-dom": "18.3.0",
35-
"@types/uuid": "9.0.8",
35+
"@types/uuid": "10.0.0",
3636
"autoprefixer": "10.4.19",
3737
"extend": "3.0.2",
3838
"github-slugger": "2.0.0",
@@ -43,12 +43,12 @@
4343
"mdast-util-to-markdown": "2.1.0",
4444
"mdast-util-to-string": "4.0.0",
4545
"mdx-bundler": "10.0.2",
46-
"postcss": "8.4.38",
46+
"postcss": "8.4.39",
4747
"rehype-highlight": "7.0.0",
4848
"rehype-sanitize": "6.0.0",
49-
"shiki": "1.4.0",
50-
"tailwindcss": "3.4.3",
51-
"typescript": "5.5.0-dev.20240504",
49+
"shiki": "1.10.3",
50+
"tailwindcss": "3.4.6",
51+
"typescript": "5.6.0-dev.20240716",
5252
"unified": "10.1.2",
5353
"unist-util-is": "6.0.0",
5454
"unist-util-visit": "5.0.0"

docs/src/app/docs/opengraph-image.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const size = {
66
height: 600,
77
};
88
export const contentType = "image/png";
9+
export const dynamic = "force-static";
910

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

examples/basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"@ducanh2912/next-pwa": "latest",
14-
"next": "14.2.3",
14+
"next": "14.2.5",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.12.8",
20-
"@types/react": "18.3.1",
19+
"@types/node": "20.14.10",
20+
"@types/react": "18.3.3",
2121
"@types/react-dom": "18.3.0",
22-
"typescript": "5.4.5"
22+
"typescript": "5.5.3"
2323
}
2424
}

examples/custom-server/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"@ducanh2912/next-pwa": "latest",
1414
"@fastify/compress": "7.0.3",
1515
"cross-env": "7.0.3",
16-
"fastify": "4.26.2",
17-
"next": "14.2.3",
16+
"fastify": "4.28.1",
17+
"next": "14.2.5",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1"
2020
},
2121
"devDependencies": {
22-
"@swc/core": "1.4.17",
23-
"@types/node": "20.12.8",
24-
"@types/react": "18.3.1",
22+
"@swc/core": "1.6.13",
23+
"@types/node": "20.14.10",
24+
"@types/react": "18.3.3",
2525
"@types/react-dom": "18.3.0",
26-
"nodemon": "3.1.0",
27-
"rimraf": "5.0.5",
26+
"nodemon": "3.1.4",
27+
"rimraf": "6.0.1",
2828
"ts-node": "10.9.2",
29-
"typescript": "5.4.5"
29+
"typescript": "5.5.3"
3030
}
3131
}

examples/custom-worker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"@ducanh2912/next-pwa": "latest",
14-
"next": "14.2.3",
14+
"next": "14.2.5",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.12.8",
20-
"@types/react": "18.3.1",
19+
"@types/node": "20.14.10",
20+
"@types/react": "18.3.3",
2121
"@types/react-dom": "18.3.0",
22-
"typescript": "5.4.5"
22+
"typescript": "5.5.3"
2323
}
2424
}

examples/lifecycle/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"@ducanh2912/next-pwa": "latest",
14-
"next": "14.2.3",
14+
"next": "14.2.5",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.12.8",
20-
"@types/react": "18.3.1",
19+
"@types/node": "20.14.10",
20+
"@types/react": "18.3.3",
2121
"@types/react-dom": "18.3.0",
22-
"typescript": "5.4.5"
22+
"typescript": "5.5.3"
2323
}
2424
}

examples/next-i18next/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"cross-env": "7.0.3",
1515
"express": "4.19.2",
1616
"fastify-compress": "4.1.0",
17-
"i18next": "23.11.3",
18-
"next": "14.2.3",
17+
"i18next": "23.12.1",
18+
"next": "14.2.5",
1919
"next-i18next": "15.3.0",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",
22-
"react-i18next": "14.1.1"
22+
"react-i18next": "14.1.3"
2323
},
2424
"devDependencies": {
25-
"@types/node": "20.12.8",
26-
"@types/react": "18.3.1",
25+
"@types/node": "20.14.10",
26+
"@types/react": "18.3.3",
2727
"@types/react-dom": "18.3.0",
28-
"typescript": "5.4.5"
28+
"typescript": "5.5.3"
2929
}
3030
}

examples/next-image/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"@ducanh2912/next-pwa": "latest",
14-
"next": "14.2.3",
14+
"next": "14.2.5",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.12.8",
20-
"@types/react": "18.3.1",
19+
"@types/node": "20.14.10",
20+
"@types/react": "18.3.3",
2121
"@types/react-dom": "18.3.0",
22-
"typescript": "5.4.5"
22+
"typescript": "5.5.3"
2323
}
2424
}

examples/offline-fallback-v2/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@ducanh2912/next-pwa": "latest",
14-
"next": "14.2.3",
14+
"next": "14.2.5",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",
17-
"sharp": "0.33.3"
17+
"sharp": "0.33.4"
1818
},
1919
"devDependencies": {
20-
"@types/node": "20.12.8",
21-
"@types/react": "18.3.1",
20+
"@types/node": "20.14.10",
21+
"@types/react": "18.3.3",
2222
"@types/react-dom": "18.3.0",
23-
"typescript": "5.4.5"
23+
"typescript": "5.5.3"
2424
}
2525
}

0 commit comments

Comments
 (0)