Skip to content

Commit

Permalink
chore(deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Dec 19, 2022
1 parent b528038 commit 3fffb33
Show file tree
Hide file tree
Showing 12 changed files with 1,752 additions and 768 deletions.
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "13.0.6",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4"
}
}
8 changes: 4 additions & 4 deletions examples/cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"cookies-next": "2.1.1",
"next": "13.0.6",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4",
"webpack": "5.75.0"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"@fastify/compress": "6.2.0",
"cross-env": "7.0.3",
"fastify": "4.10.2",
"next": "13.0.6",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@swc/core": "1.3.22",
"@types/node": "18.11.13",
"@swc/core": "1.3.23",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"nodemon": "2.0.20",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
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 @@ -12,17 +12,17 @@
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"babel-loader": "9.1.0",
"next": "13.0.6",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4",
"webpack": "5.75.0"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "13.0.6",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4",
"webpack": "5.75.0"
}
Expand Down
18 changes: 9 additions & 9 deletions examples/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"cross-env": "^7.0.3",
"express": "^4.18.1",
"fastify-compress": "^4.1.0",
"i18next": "22.1.5",
"next": "13.0.6",
"next-i18next": "^12.0.0",
"cross-env": "7.0.3",
"express": "4.18.2",
"fastify-compress": "4.1.0",
"i18next": "22.4.5",
"next": "13.0.7",
"next-i18next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.1.1"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4",
"webpack": "5.75.0"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/next-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "13.0.6",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4",
"webpack": "5.75.0"
}
Expand Down
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,18 +11,18 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "13.0.6",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.31.2"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4",
"webpack": "5.75.0"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/web-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "latest",
"next": "13.0.6",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"web-push": "3.5.0"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/web-push": "3.3.2",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4",
"webpack": "5.75.0"
}
Expand Down
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"type": "module",
"license": "MIT",
"private": true,
"workspaces": [
"packages/**",
"examples/**"
],
"scripts": {
"build": "turbo run build --parallel --filter=!@next-pwa-example/*",
"deps": "ncu",
"deps:update-all": "pnpm deps -ws --root",
"dev": "turbo run dev --parallel --filter=!@next-pwa-example/*",
"examples:build": "turbo run build --filter=@next-pwa-example/*",
"examples:dev": "turbo run dev --filter=@next-pwa-example/*",
Expand All @@ -19,21 +25,22 @@
},
"devDependencies": {
"@babel/core": "7.20.5",
"@changesets/cli": "2.25.2",
"@changesets/cli": "2.26.0",
"@ducanh2912/next-pwa": "workspace:*",
"@types/node": "18.11.13",
"@types/node": "18.11.17",
"@types/shell-quote": "1.7.1",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"babel-loader": "9.1.0",
"cross-env": "7.0.3",
"eslint": "8.29.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "8.0.0",
"husky": "8.0.2",
"lint-staged": "13.1.0",
"next": "13.0.6",
"next": "13.0.7",
"npm-check-updates": "16.6.0",
"prettier": "2.8.1",
"prettier-plugin-jsdoc": "0.4.2",
"react": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/next-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"devDependencies": {
"@babel/core": "7.20.5",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.1.0",
"@rollup/plugin-terser": "0.2.0",
"@rollup/plugin-typescript": "10.0.1",
"@types/node": "18.11.13",
"rollup": "3.6.0",
"@types/node": "18.11.17",
"rollup": "3.7.5",
"tsconfig": "workspace:*",
"typescript": "4.9.4",
"webpack": "5.75.0"
Expand Down
Loading

0 comments on commit 3fffb33

Please sign in to comment.