Skip to content

Commit

Permalink
chore(nxext): update dependencies and nx 16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper committed Oct 5, 2023
1 parent 4a6d462 commit 3e53c74
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 412 deletions.
48 changes: 23 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,36 +56,36 @@
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "8.49.0",
"@nuxt/kit": "3.6.5",
"@nx/angular": "16.9.1",
"@nx/cypress": "16.9.1",
"@nx/devkit": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/node": "16.9.1",
"@nx/playwright": "16.9.1",
"@nx/plugin": "16.9.1",
"@nx/react": "16.9.1",
"@nx/storybook": "16.9.1",
"@nx/vite": "16.9.1",
"@nx/web": "16.9.1",
"@nx/workspace": "16.9.1",
"@nx/angular": "16.10.0",
"@nx/cypress": "16.10.0",
"@nx/devkit": "16.10.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/jest": "16.10.0",
"@nx/js": "16.10.0",
"@nx/linter": "16.10.0",
"@nx/node": "16.10.0",
"@nx/playwright": "16.10.0",
"@nx/plugin": "16.10.0",
"@nx/react": "16.10.0",
"@nx/storybook": "16.10.0",
"@nx/vite": "16.10.0",
"@nx/web": "16.10.0",
"@nx/workspace": "16.10.0",
"@phenomnomnominal/tsquery": "~5.0.1",
"@preact/preset-vite": "^2.5.0",
"@schematics/angular": "16.0.0",
"@stencil/core": "3.4.0",
"@swc-node/register": "^1.6.6",
"@swc-node/register": "1.6.8",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.89",
"@swc/core": "1.3.91",
"@swc/helpers": "0.5.2",
"@swc/jest": "0.2.26",
"@types/glob": "^8.1.0",
"@types/globrex": "^0.1.2",
"@types/is-ci": "^3.0.0",
"@types/jest": "29.5.3",
"@types/is-ci": "^3.0.1",
"@types/jest": "29.5.5",
"@types/node": "18.15.3",
"@types/yargs": "^17.0.24",
"@types/yargs": "^17.0.26",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"ajv": "6.12.6",
Expand Down Expand Up @@ -113,7 +113,7 @@
"lint-staged": "13.2.3",
"nuxi": "3.6.5",
"nuxt": "3.6.5",
"nx": "16.9.1",
"nx": "16.10.0",
"nx-cloud": "16.4.0",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
Expand All @@ -128,8 +128,7 @@
"verdaccio": "5.18.0",
"verdaccio-auth-memory": "^10.2.2",
"vite-plugin-solid": "^2.7.0",
"vite-tsconfig-paths": "^4.2.0",
"vitepress": "^1.0.0-rc.14",
"vitepress": "^1.0.0-rc.20",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
Expand All @@ -151,6 +150,5 @@
},
"nx": {
"includedScripts": []
},
"dependencies": {}
}
}
Loading

0 comments on commit 3e53c74

Please sign in to comment.