Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Nov 29, 2023
1 parent 80fd0b2 commit 4e32f53
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 319 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
},
"private": true,
"devDependencies": {
"@cloudflare/next-on-pages": "^1.7.2",
"@cloudflare/next-on-pages": "^1.8.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@eslint/eslintrc": "^2.1.2",
"@eslint/js": "^8.52.0",
"@jscutlery/semver": "^3.4.1",
"@nx/angular": "17.1.2",
"@nx/devkit": "17.1.2",
"@nx/eslint-plugin": "17.1.2",
"@nx/jest": "17.1.2",
"@nx/js": "17.1.2",
"@nx/next": "17.1.2",
"@nx/node": "17.1.2",
"@nx/plugin": "17.1.2",
"@nx/react": "17.1.2",
"@nx/vite": "17.1.2",
"@nx/web": "17.1.2",
"@nx/workspace": "17.1.2",
"@nx/angular": "17.1.3",
"@nx/devkit": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/next": "17.1.3",
"@nx/node": "17.1.3",
"@nx/plugin": "17.1.3",
"@nx/react": "17.1.3",
"@nx/vite": "17.1.3",
"@nx/web": "17.1.3",
"@nx/workspace": "17.1.3",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "1.6.8",
"@swc/cli": "~0.1.62",
Expand Down Expand Up @@ -59,7 +59,7 @@
"kill-port": "^2.0.1",
"next": "^13.5.6",
"ngx-deploy-npm": "^7.1.0",
"nx": "17.1.2",
"nx": "17.1.3",
"prettier": "^2.6.2",
"sass": "1.62.1",
"tcp-port-used": "^1.0.2",
Expand All @@ -70,8 +70,8 @@
"url-loader": "^4.1.1",
"verdaccio": "^5.27.0",
"webpack": "^5.89.0",
"wrangler": "^3.16.0",
"@nx/eslint": "17.1.2"
"wrangler": "^3.17.1",
"@nx/eslint": "17.1.3"
},
"dependencies": {
"react": "18.2.0",
Expand All @@ -83,3 +83,4 @@
"includedScripts": []
}
}

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,5 +1,5 @@
export const nxCloudflareVersion = require('../../package.json').version;

export const wranglerVersion = '^3.16.0';
export const cloudflareWorkersTypeVersions = '^4.20231025.0';
export const honoVersion = '^3.10.1';
export const wranglerVersion = '^3.17.1';
export const cloudflareWorkersTypeVersions = '^4.20231121.0';
export const honoVersion = '^3.10.3';
Loading

0 comments on commit 4e32f53

Please sign in to comment.