Skip to content

Commit

Permalink
chore(repo): update nx to 16.7.0-rc.1 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Aug 15, 2023
1 parent 276c441 commit fb520ef
Show file tree
Hide file tree
Showing 4 changed files with 1,376 additions and 1,249 deletions.
5 changes: 4 additions & 1 deletion apps/cart/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
"types": [
"@nx/react/typings/cssmodule.d.ts",
"@nx/react/typings/image.d.ts"
]
},
"exclude": [
"**/*.spec.ts",
Expand Down
7 changes: 6 additions & 1 deletion apps/cart/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
"types": [
"jest",
"node",
"@nx/react/typings/cssmodule.d.ts",
"@nx/react/typings/image.d.ts"
]
},
"include": [
"**/*.spec.ts",
Expand Down
63 changes: 32 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"private": true,
"packageManager": "yarn@1.22.19",
"dependencies": {
"@angular/animations": "16.1.2",
"@angular/common": "16.1.2",
"@angular/compiler": "16.1.2",
"@angular/core": "16.1.2",
"@angular/forms": "16.1.2",
"@angular/platform-browser": "16.1.2",
"@angular/platform-browser-dynamic": "16.1.2",
"@angular/router": "16.1.2",
"@angular/animations": "16.2.0",
"@angular/common": "16.2.0",
"@angular/compiler": "16.2.0",
"@angular/core": "16.2.0",
"@angular/forms": "16.2.0",
"@angular/platform-browser": "16.2.0",
"@angular/platform-browser-dynamic": "16.2.0",
"@angular/router": "16.2.0",
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
Expand All @@ -44,7 +44,7 @@
"@ngrx/entity": "16.0.0",
"@ngrx/router-store": "16.0.0",
"@ngrx/store": "16.0.0",
"@nx/angular": "16.6.0-beta.8",
"@nx/angular": "16.7.0-rc.1",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
"react": "18.2.0",
Expand All @@ -57,43 +57,44 @@
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.1",
"@angular-devkit/core": "16.1.1",
"@angular-devkit/schematics": "16.1.1",
"@angular-devkit/build-angular": "16.2.0",
"@angular-devkit/core": "16.2.0",
"@angular-devkit/schematics": "16.2.0",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "16.1.2",
"@angular/language-service": "16.1.2",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.0",
"@angular/language-service": "16.2.0",
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@ngrx/store-devtools": "16.0.0",
"@nx/cypress": "16.6.0-beta.8",
"@nx/devkit": "16.6.0-beta.8",
"@nx/eslint-plugin": "16.6.0-beta.8",
"@nx/jest": "16.6.0-beta.8",
"@nx/js": "16.6.0-beta.8",
"@nx/linter": "16.6.0-beta.8",
"@nx/react": "16.6.0-beta.8",
"@nx/web": "16.6.0-beta.8",
"@nx/workspace": "16.6.0-beta.8",
"@nx/cypress": "16.7.0-rc.1",
"@nx/devkit": "16.7.0-rc.1",
"@nx/eslint-plugin": "16.7.0-rc.1",
"@nx/jest": "16.7.0-rc.1",
"@nx/js": "16.7.0-rc.1",
"@nx/linter": "16.7.0-rc.1",
"@nx/react": "16.7.0-rc.1",
"@nx/web": "16.7.0-rc.1",
"@nx/workspace": "16.7.0-rc.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@schematics/angular": "16.1.1",
"@schematics/angular": "16.2.0",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "13.4.0",
"@types/jest": "29.4.0",
"@types/node": "18.11.9",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"css-loader": "^6.4.0",
"cypress": "12.16.0",
"dotenv": "10.0.0",
"eslint": "8.15.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-react": "7.31.11",
Expand All @@ -105,8 +106,8 @@
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.1",
"netlify": "^2.4.8",
"nx": "16.6.0-beta.8",
"nx-cloud": "16.1.1",
"nx": "16.7.0-rc.1",
"nx-cloud": "16.3.0",
"prettier": "2.6.2",
"react-refresh": "^0.10.0",
"style-loader": "^3.3.0",
Expand Down
Loading

0 comments on commit fb520ef

Please sign in to comment.