Skip to content

Commit f3766a5

Browse files
committed
chore(deps)
[bump]
1 parent b405677 commit f3766a5

File tree

18 files changed

+1262
-2830
lines changed

18 files changed

+1262
-2830
lines changed

.changeset/olive-bobcats-clean.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@ducanh2912/next-pwa": patch
3+
---
4+
5+
chore(deps): updated all dependencies
6+
7+
- Monthly dependencies maintenance
8+
9+
- Not so monthly this time...

docs/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@
99
},
1010
"dependencies": {
1111
"@ducanh2912/next-pwa": "workspace:*",
12-
"@mantine/hooks": "7.11.2",
13-
"@tabler/icons-react": "3.11.0",
12+
"@mantine/hooks": "7.12.2",
13+
"@tabler/icons-react": "3.17.0",
1414
"client-only": "0.0.1",
1515
"contentlayer": "0.3.4",
1616
"highlight.js": "11.10.0",
17-
"next": "14.2.5",
17+
"next": "14.2.12",
1818
"next-contentlayer": "0.3.4",
19-
"react": "19.0.0-rc-01172397-20240716",
20-
"react-dom": "19.0.0-rc-01172397-20240716",
19+
"react": "19.0.0-rc-5dcb0097-20240918",
20+
"react-dom": "19.0.0-rc-5dcb0097-20240918",
2121
"server-only": "0.0.1",
22-
"tailwind-merge": "2.4.0",
22+
"tailwind-merge": "2.5.2",
2323
"uuid": "10.0.0",
24-
"zustand": "4.5.4"
24+
"zustand": "4.5.5"
2525
},
2626
"devDependencies": {
27-
"@shikijs/rehype": "1.10.3",
27+
"@shikijs/rehype": "1.17.7",
2828
"@types/extend": "3.0.4",
2929
"@types/hast": "3.0.4",
3030
"@types/mdast": "4.0.4",
3131
"@types/mdx": "2.0.13",
32-
"@types/node": "20.14.10",
33-
"@types/react": "18.3.3",
32+
"@types/node": "22.5.5",
33+
"@types/react": "18.3.7",
3434
"@types/react-dom": "18.3.0",
3535
"@types/uuid": "10.0.0",
36-
"autoprefixer": "10.4.19",
36+
"autoprefixer": "10.4.20",
3737
"extend": "3.0.2",
3838
"github-slugger": "2.0.0",
3939
"hast-util-has-property": "3.0.0",
@@ -42,13 +42,13 @@
4242
"mdast-util-mdx": "3.0.0",
4343
"mdast-util-to-markdown": "2.1.0",
4444
"mdast-util-to-string": "4.0.0",
45-
"mdx-bundler": "10.0.2",
46-
"postcss": "8.4.39",
45+
"mdx-bundler": "10.0.3",
46+
"postcss": "8.4.47",
4747
"rehype-highlight": "7.0.0",
4848
"rehype-sanitize": "6.0.0",
49-
"shiki": "1.10.3",
50-
"tailwindcss": "3.4.6",
51-
"typescript": "5.6.0-dev.20240716",
49+
"shiki": "1.17.7",
50+
"tailwindcss": "3.4.12",
51+
"typescript": "5.7.0-dev.20240918",
5252
"unified": "10.1.2",
5353
"unist-util-is": "6.0.0",
5454
"unist-util-visit": "5.0.0"

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.5",
14+
"next": "14.2.12",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.14.10",
20-
"@types/react": "18.3.3",
19+
"@types/node": "22.5.5",
20+
"@types/react": "18.3.7",
2121
"@types/react-dom": "18.3.0",
22-
"typescript": "5.5.3"
22+
"typescript": "5.6.2"
2323
}
2424
}

examples/custom-server/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
},
1212
"dependencies": {
1313
"@ducanh2912/next-pwa": "latest",
14-
"@fastify/compress": "7.0.3",
14+
"@fastify/compress": "8.0.0",
1515
"cross-env": "7.0.3",
16-
"fastify": "4.28.1",
17-
"next": "14.2.5",
16+
"fastify": "5.0.0",
17+
"next": "14.2.12",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1"
2020
},
2121
"devDependencies": {
22-
"@swc/core": "1.6.13",
23-
"@types/node": "20.14.10",
24-
"@types/react": "18.3.3",
22+
"@swc/core": "1.7.26",
23+
"@types/node": "22.5.5",
24+
"@types/react": "18.3.7",
2525
"@types/react-dom": "18.3.0",
26-
"nodemon": "3.1.4",
26+
"nodemon": "3.1.5",
2727
"rimraf": "6.0.1",
2828
"ts-node": "10.9.2",
29-
"typescript": "5.5.3"
29+
"typescript": "5.6.2"
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.5",
14+
"next": "14.2.12",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.14.10",
20-
"@types/react": "18.3.3",
19+
"@types/node": "22.5.5",
20+
"@types/react": "18.3.7",
2121
"@types/react-dom": "18.3.0",
22-
"typescript": "5.5.3"
22+
"typescript": "5.6.2"
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.5",
14+
"next": "14.2.12",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.14.10",
20-
"@types/react": "18.3.3",
19+
"@types/node": "22.5.5",
20+
"@types/react": "18.3.7",
2121
"@types/react-dom": "18.3.0",
22-
"typescript": "5.5.3"
22+
"typescript": "5.6.2"
2323
}
2424
}

examples/next-i18next/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"dependencies": {
1313
"@ducanh2912/next-pwa": "latest",
1414
"cross-env": "7.0.3",
15-
"express": "4.19.2",
15+
"express": "4.21.0",
1616
"fastify-compress": "4.1.0",
17-
"i18next": "23.12.1",
18-
"next": "14.2.5",
19-
"next-i18next": "15.3.0",
17+
"i18next": "23.15.1",
18+
"next": "14.2.12",
19+
"next-i18next": "15.3.1",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",
22-
"react-i18next": "14.1.3"
22+
"react-i18next": "15.0.2"
2323
},
2424
"devDependencies": {
25-
"@types/node": "20.14.10",
26-
"@types/react": "18.3.3",
25+
"@types/node": "22.5.5",
26+
"@types/react": "18.3.7",
2727
"@types/react-dom": "18.3.0",
28-
"typescript": "5.5.3"
28+
"typescript": "5.6.2"
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.5",
14+
"next": "14.2.12",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.14.10",
20-
"@types/react": "18.3.3",
19+
"@types/node": "22.5.5",
20+
"@types/react": "18.3.7",
2121
"@types/react-dom": "18.3.0",
22-
"typescript": "5.5.3"
22+
"typescript": "5.6.2"
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.5",
14+
"next": "14.2.12",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",
17-
"sharp": "0.33.4"
17+
"sharp": "0.33.5"
1818
},
1919
"devDependencies": {
20-
"@types/node": "20.14.10",
21-
"@types/react": "18.3.3",
20+
"@types/node": "22.5.5",
21+
"@types/react": "18.3.7",
2222
"@types/react-dom": "18.3.0",
23-
"typescript": "5.5.3"
23+
"typescript": "5.6.2"
2424
}
2525
}

examples/reproduction-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"react-dom": "18.3.1"
1616
},
1717
"devDependencies": {
18-
"@types/node": "20.14.10",
19-
"@types/react": "18.3.3",
18+
"@types/node": "22.5.5",
19+
"@types/react": "18.3.7",
2020
"@types/react-dom": "18.3.0",
21-
"typescript": "5.5.3"
21+
"typescript": "5.6.2"
2222
}
2323
}

0 commit comments

Comments
 (0)