Skip to content

Commit

Permalink
chore: nx 16 migration (#5354)
Browse files Browse the repository at this point in the history
* nx 16 migration

* update pnpm lock file
  • Loading branch information
ZackDeRose committed May 1, 2023
1 parent 802a288 commit 5e43e00
Show file tree
Hide file tree
Showing 4 changed files with 4,007 additions and 3,627 deletions.
1 change: 1 addition & 0 deletions .prettierignore
@@ -1 +1,2 @@
/packages/svelte-query/.svelte-kit
/packages/react-query/build
2 changes: 1 addition & 1 deletion nx.json
@@ -1,7 +1,7 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"runner": "nx-cloud",
"options": {
"cacheableOperations": [
"test:lib",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -37,7 +37,6 @@
"@babel/preset-typescript": "^7.16.7",
"@commitlint/parse": "^16.2.1",
"@faker-js/faker": "^6.3.1",
"@nrwl/nx-cloud": "^15.3.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "22.0.1",
"@rollup/plugin-node-resolve": "^13.2.1",
Expand Down Expand Up @@ -84,7 +83,7 @@
"jest": "^27.5.1",
"jsonfile": "^6.1.0",
"luxon": "^2.3.2",
"nx": "^15.8.6",
"nx": "16.0.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.9.0",
"react": "^18.2.0",
Expand All @@ -104,7 +103,8 @@
"ts-jest": "^27.1.1",
"ts-node": "^10.7.0",
"typescript": "^4.7.4",
"vue": "^3.2.33"
"vue": "^3.2.33",
"nx-cloud": "16.0.5"
},
"bundlewatch": {
"files": [
Expand Down

0 comments on commit 5e43e00

Please sign in to comment.