Skip to content

Commit

Permalink
chore: update nx - hono - cloudflare-next-pages - wrangler (#22)
Browse files Browse the repository at this point in the history
* chore: upgrade internal and plugin dependencies

* chore: upgrade plugin actual deps

* fix: format issues
  • Loading branch information
nacho-vazquez authored Sep 17, 2023
1 parent 26660d0 commit 3bd636f
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 254 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
},
"private": true,
"devDependencies": {
"@cloudflare/next-on-pages": "^1.6.0",
"@cloudflare/next-on-pages": "^1.6.1",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@eslint/eslintrc": "^2.1.2",
"@eslint/js": "^8.48.0",
"@jscutlery/semver": "^3.1.0",
"@nx/angular": "16.8.0",
"@nx/devkit": "16.8.0",
"@nx/eslint-plugin": "16.8.0",
"@nx/jest": "16.8.0",
"@nx/js": "16.8.0",
"@nx/linter": "16.8.0",
"@nx/next": "16.8.0",
"@nx/node": "16.8.0",
"@nx/plugin": "16.8.0",
"@nx/react": "16.8.0",
"@nx/vite": "16.8.0",
"@nx/web": "16.8.0",
"@nx/workspace": "16.8.0",
"@nx/angular": "16.8.1",
"@nx/devkit": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/next": "16.8.1",
"@nx/node": "16.8.1",
"@nx/plugin": "16.8.1",
"@nx/react": "16.8.1",
"@nx/vite": "16.8.1",
"@nx/web": "16.8.1",
"@nx/workspace": "16.8.1",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
Expand Down Expand Up @@ -59,9 +59,9 @@
"jest-environment-jsdom": "^29.4.1",
"kill-port": "^2.0.1",
"next": "^13.4.19",
"ngx-deploy-npm": "^6.0.0",
"nx": "16.8.0",
"nx-cloud": "16.3.0",
"ngx-deploy-npm": "^7.0.1",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"prettier": "^2.6.2",
"sass": "1.62.1",
"tcp-port-used": "^1.0.2",
Expand All @@ -72,7 +72,7 @@
"url-loader": "^4.1.1",
"verdaccio": "^5.0.4",
"webpack": "^5.88.2",
"wrangler": "^3.7.0"
"wrangler": "^3.8.0"
},
"dependencies": {
"react": "18.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/plugins/nx-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"executors": "./executors.json",
"peerDependencies": {
"next": "^13.4.19",
"@nx/js": "16.8.0",
"@nx/js": "16.8.1",
"typescript": "~5.1.3",
"webpack": "5.88.2",
"nx": "16.8.0",
"@nx/workspace": "16.8.0",
"@nx/web": "16.8.0",
"@cloudflare/next-on-pages": "^1.6.0"
"nx": "16.8.1",
"@nx/workspace": "16.8.1",
"@nx/web": "16.8.1",
"@cloudflare/next-on-pages": "^1.6.1"
},
"dependencies": {
"tslib": "^2.3.0",
Expand All @@ -54,6 +54,6 @@
"url-loader": "^4.1.1",
"@nx/devkit": ">= 16.0.0 <= 17.0.0",
"@nx/node": ">= 16.0.0 <= 17.0.0",
"wrangler": ">= 3.0.0"
"wrangler": ">= 3.8.0 <= 4.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/plugins/nx-cloudflare/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
export const nxCloudflareVersion = require('../../package.json').version;

export const wranglerVersion = '^3.7.0';
export const cloudflareWorkersTypeVersions = '^4.20230904.0';
export const honoVersion = '^3.5.8';
export const wranglerVersion = '^3.8.0';
export const cloudflareWorkersTypeVersions = '^4.20230914.0';
export const honoVersion = '^3.6.3';
Loading

0 comments on commit 3bd636f

Please sign in to comment.