Skip to content

Commit

Permalink
chore(deps,ci): added no-stale,needs-help,wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Oct 12, 2023
1 parent f746be4 commit 4f72f43
Show file tree
Hide file tree
Showing 19 changed files with 964 additions and 747 deletions.
1 change: 1 addition & 0 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
stale-pr-label: "stale"
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity."
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."
exempt-pr-labels: "no-stale,needs-help,wip"
repo-token: ${{ secrets.GITHUB_TOKEN }}
30 changes: 15 additions & 15 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "workspace:*",
"@mantine/hooks": "7.0.0",
"@tabler/icons-react": "2.34.0",
"@mantine/hooks": "7.1.2",
"@tabler/icons-react": "2.39.0",
"bright": "0.8.4",
"client-only": "0.0.1",
"contentlayer": "0.3.4",
"highlight.js": "11.8.0",
"next": "13.5.2",
"highlight.js": "11.9.0",
"next": "13.5.4",
"next-contentlayer": "0.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "1.1.0",
"server-only": "0.0.1",
"tailwind-merge": "1.14.0",
"uuid": "9.0.1",
"zustand": "4.4.1"
"zustand": "4.4.3"
},
"devDependencies": {
"@types/extend": "3.0.1",
"@types/extend": "3.0.2",
"@types/hast": "3.0.1",
"@types/mdast": "4.0.0",
"@types/mdx": "2.0.7",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/uuid": "9.0.4",
"@types/mdast": "4.0.1",
"@types/mdx": "2.0.8",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/uuid": "9.0.5",
"autoprefixer": "10.4.16",
"extend": "3.0.2",
"github-slugger": "2.0.0",
Expand All @@ -45,12 +45,12 @@
"mdast-util-to-markdown": "2.1.0",
"mdast-util-to-string": "4.0.0",
"mdx-bundler": "9.2.1",
"postcss": "8.4.30",
"postcss": "8.4.31",
"rehype-highlight": "7.0.0",
"rehype-sanitize": "6.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.3.0-dev.20230921",
"unified": "10.1.2",
"typescript": "5.3.0-dev.20231011",
"unified": "11.0.3",
"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": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"typescript": "5.2.2"
}
}
14 changes: 7 additions & 7 deletions examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"@ducanh2912/next-pwa": "latest",
"@fastify/compress": "6.4.0",
"cross-env": "7.0.3",
"fastify": "4.23.2",
"next": "13.5.2",
"fastify": "4.24.0",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@swc/core": "1.3.86",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@swc/core": "1.3.92",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"nodemon": "3.0.1",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
"typescript": "5.2.2"
}
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": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"typescript": "5.2.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": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 deletions examples/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"express": "4.18.2",
"fastify-compress": "4.1.0",
"i18next": "23.5.1",
"next": "13.5.2",
"next": "13.5.4",
"next-i18next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.2.2"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"typescript": "5.2.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": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 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": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.32.6"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"typescript": "5.2.2"
}
}
10 changes: 5 additions & 5 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": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"web-push": "3.6.6"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/web-push": "3.6.0",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/web-push": "3.6.1",
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 deletions examples/workboxless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@ducanh2912/next-sw": "latest",
"next": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"typescript": "5.2.2"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@
"@changesets/cli": "2.26.2",
"@ducanh2912/next-pwa": "workspace:*",
"@ducanh2912/next-sw": "workspace:*",
"@types/node": "20.6.3",
"@types/shell-quote": "1.7.1",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@types/node": "20.8.4",
"@types/shell-quote": "1.7.2",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"cross-env": "7.0.3",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-turbo": "1.10.14",
"eslint-config-turbo": "1.10.15",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"fast-glob": "3.3.1",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "14.0.1",
"npm-check-updates": "16.14.4",
"npm-check-updates": "16.14.5",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"rimraf": "5.0.1",
"prettier-plugin-tailwindcss": "0.5.5",
"rimraf": "5.0.5",
"shell-quote": "1.8.1",
"tslib": "2.6.2",
"turbo": "1.10.14",
"typescript": "5.3.0-dev.20230921"
"turbo": "1.10.15",
"typescript": "5.3.0-dev.20231011"
},
"packageManager": "pnpm@8.7.5"
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
}
},
"devDependencies": {
"@swc/core": "1.3.86"
"@swc/core": "1.3.92"
}
}
4 changes: 2 additions & 2 deletions packages/next-pwa/__tests__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"devDependencies": {
"@types/jest": "29.5.5",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"tests-utils": "workspace:*"
}
}
26 changes: 13 additions & 13 deletions packages/next-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@
"devDependencies": {
"@ducanh2912/constants": "workspace:*",
"@ducanh2912/utils": "workspace:*",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-swc": "0.2.0",
"@rollup/plugin-typescript": "11.1.3",
"@swc/core": "1.3.86",
"@types/node": "20.6.3",
"@types/semver": "7.5.2",
"@rollup/plugin-alias": "5.0.1",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-swc": "0.2.1",
"@rollup/plugin-typescript": "11.1.5",
"@swc/core": "1.3.92",
"@types/node": "20.8.4",
"@types/semver": "7.5.3",
"chalk": "5.3.0",
"next": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "3.28.1",
"rollup-plugin-dts": "6.0.2",
"type-fest": "4.3.1",
"typescript": "5.3.0-dev.20230921",
"rollup": "4.0.2",
"rollup-plugin-dts": "6.1.0",
"type-fest": "4.4.0",
"typescript": "5.3.0-dev.20231011",
"webpack": "5.88.2"
},
"peerDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/next-sw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"devDependencies": {
"@ducanh2912/constants": "workspace:*",
"@ducanh2912/utils": "workspace:*",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-swc": "0.2.0",
"@rollup/plugin-typescript": "11.1.3",
"@swc/core": "1.3.86",
"@types/node": "20.6.3",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-swc": "0.2.1",
"@rollup/plugin-typescript": "11.1.5",
"@swc/core": "1.3.92",
"@types/node": "20.8.4",
"chalk": "5.3.0",
"next": "13.5.2",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "3.28.1",
"rollup-plugin-dts": "6.0.2",
"typescript": "5.3.0-dev.20230921",
"rollup": "4.0.2",
"rollup-plugin-dts": "6.1.0",
"typescript": "5.3.0-dev.20231011",
"webpack": "5.88.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"cheerio": "1.0.0-rc.12",
"fs-extra": "11.1.1",
"type-fest": "4.3.1"
"type-fest": "4.4.0"
},
"devDependencies": {
"@types/fs-extra": "11.0.2",
Expand Down
Loading

0 comments on commit 4f72f43

Please sign in to comment.