Skip to content

Commit

Permalink
feat(core): use the latest version of core dependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez authored Sep 10, 2023
1 parent 9d7f42f commit 10bda3e
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 319 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"url-loader": "^4.1.1",
"verdaccio": "^5.0.4",
"webpack": "^5.88.2",
"wrangler": "^3.6.0"
"wrangler": "^3.7.0"
},
"dependencies": {
"react": "18.2.0",
Expand Down
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.5.1';
export const cloudflareWorkersTypeVersions = '^4.20230724.0';
export const honoVersion = '^2.5.7';
export const wranglerVersion = '^3.7.0';
export const cloudflareWorkersTypeVersions = '^4.20230904.0';
export const honoVersion = '^3.5.8';
Loading

0 comments on commit 10bda3e

Please sign in to comment.