Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Sep 1, 2023
1 parent 0755c20 commit 9630028
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 675 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
},
"private": true,
"devDependencies": {
"@cloudflare/next-on-pages": "^1.5.1",
"@cloudflare/next-on-pages": "^1.6.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@jscutlery/semver": "^3.1.0",
"@nx/angular": "16.7.2",
"@nx/devkit": "16.7.2",
"@nx/eslint-plugin": "16.7.2",
"@nx/jest": "16.7.2",
"@nx/js": "16.7.3",
"@nx/linter": "16.7.2",
"@nx/next": "^16.7.3",
"@nx/node": "16.7.2",
"@nx/plugin": "16.7.2",
"@nx/react": "16.7.3",
"@nx/vite": "16.7.2",
"@nx/web": "16.7.2",
"@nx/workspace": "16.7.2",
"@nx/angular": "16.7.4",
"@nx/devkit": "16.7.4",
"@nx/eslint-plugin": "16.7.4",
"@nx/jest": "16.7.4",
"@nx/js": "16.7.4",
"@nx/linter": "16.7.4",
"@nx/next": "16.7.4",
"@nx/node": "16.7.4",
"@nx/plugin": "16.7.4",
"@nx/react": "16.7.4",
"@nx/vite": "16.7.4",
"@nx/web": "16.7.4",
"@nx/workspace": "16.7.4",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
Expand Down Expand Up @@ -57,8 +57,8 @@
"kill-port": "^2.0.1",
"next": "^13.4.19",
"ngx-deploy-npm": "^6.0.0",
"nx": "16.7.2",
"nx-cloud": "16.4.0-beta.1",
"nx": "16.7.4",
"nx-cloud": "16.3.0",
"prettier": "^2.6.2",
"sass": "1.62.1",
"tcp-port-used": "^1.0.2",
Expand All @@ -69,7 +69,7 @@
"url-loader": "^4.1.1",
"verdaccio": "^5.0.4",
"webpack": "^5.88.2",
"wrangler": "^3.5.1"
"wrangler": "^3.6.0"
},
"dependencies": {
"react": "18.2.0",
Expand All @@ -81,3 +81,4 @@
"includedScripts": []
}
}

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,9 +36,9 @@
"executors": "./executors.json",
"peerDependencies": {
"next": "^13.4.19",
"@nx/js": "16.7.3",
"nx": "16.7.2",
"@nx/workspace": "16.7.2",
"@nx/js": "16.7.4",
"nx": "16.7.4",
"@nx/workspace": "16.7.4",
"typescript": "~5.1.3",
"webpack": "5.88.2"
},
Expand All @@ -50,9 +50,9 @@
"fs-extra": "^11.1.0",
"semver": "^7.5.4",
"url-loader": "^4.1.1",
"@nx/devkit": ">= 16.0.0",
"@nx/node": ">= 16.0.0",
"@nx/web": ">= 16.0.0",
"@nx/devkit": ">= 16.0.0 <= 17.0.0",
"@nx/node": ">= 16.0.0 <= 17.0.0",
"@nx/web": ">= 16.0.0 <= 17.0.0",
"wrangler": ">= 3.0.0"
}
}
Loading

0 comments on commit 9630028

Please sign in to comment.