mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
Updated Angular & Angular Material to 14.0.0-rc.0
This commit is contained in:
parent
b0830148a3
commit
4c82f6749b
|
@ -2,7 +2,9 @@
|
||||||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"cli": {
|
"cli": {
|
||||||
"defaultCollection": "@angular-eslint/schematics"
|
"schematicCollections": [
|
||||||
|
"@angular-eslint/schematics"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"newProjectRoot": "projects",
|
"newProjectRoot": "projects",
|
||||||
"projects": {
|
"projects": {
|
||||||
|
@ -139,6 +141,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"defaultProject": "fuse"
|
|
||||||
}
|
}
|
||||||
|
|
5435
package-lock.json
generated
5435
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
|
@ -14,17 +14,17 @@
|
||||||
"lint": "ng lint"
|
"lint": "ng lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "13.2.3",
|
"@angular/animations": "14.0.0-rc.0",
|
||||||
"@angular/cdk": "13.2.3",
|
"@angular/cdk": "14.0.0-rc.0",
|
||||||
"@angular/common": "13.2.3",
|
"@angular/common": "14.0.0-rc.0",
|
||||||
"@angular/compiler": "13.2.3",
|
"@angular/compiler": "14.0.0-rc.0",
|
||||||
"@angular/core": "13.2.3",
|
"@angular/core": "14.0.0-rc.0",
|
||||||
"@angular/forms": "13.2.3",
|
"@angular/forms": "14.0.0-rc.0",
|
||||||
"@angular/material": "13.2.3",
|
"@angular/material": "14.0.0-rc.0",
|
||||||
"@angular/material-moment-adapter": "13.2.3",
|
"@angular/material-moment-adapter": "14.0.0-rc.0",
|
||||||
"@angular/platform-browser": "13.2.3",
|
"@angular/platform-browser": "14.0.0-rc.0",
|
||||||
"@angular/platform-browser-dynamic": "13.2.3",
|
"@angular/platform-browser-dynamic": "14.0.0-rc.0",
|
||||||
"@angular/router": "13.2.3",
|
"@angular/router": "14.0.0-rc.0",
|
||||||
"@ngneat/transloco": "3.1.4",
|
"@ngneat/transloco": "3.1.4",
|
||||||
"apexcharts": "3.33.1",
|
"apexcharts": "3.33.1",
|
||||||
"crypto-js": "3.3.0",
|
"crypto-js": "3.3.0",
|
||||||
|
@ -41,14 +41,14 @@
|
||||||
"zone.js": "0.11.4"
|
"zone.js": "0.11.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "13.2.4",
|
"@angular-devkit/build-angular": "14.0.0-rc.0",
|
||||||
"@angular-eslint/builder": "13.1.0",
|
"@angular-eslint/builder": "13.1.0",
|
||||||
"@angular-eslint/eslint-plugin": "13.1.0",
|
"@angular-eslint/eslint-plugin": "13.1.0",
|
||||||
"@angular-eslint/eslint-plugin-template": "13.1.0",
|
"@angular-eslint/eslint-plugin-template": "13.1.0",
|
||||||
"@angular-eslint/schematics": "13.1.0",
|
"@angular-eslint/schematics": "13.1.0",
|
||||||
"@angular-eslint/template-parser": "13.1.0",
|
"@angular-eslint/template-parser": "13.1.0",
|
||||||
"@angular/cli": "13.2.4",
|
"@angular/cli": "14.0.0-rc.0",
|
||||||
"@angular/compiler-cli": "13.2.3",
|
"@angular/compiler-cli": "14.0.0-rc.0",
|
||||||
"@tailwindcss/aspect-ratio": "0.4.0",
|
"@tailwindcss/aspect-ratio": "0.4.0",
|
||||||
"@tailwindcss/line-clamp": "0.3.1",
|
"@tailwindcss/line-clamp": "0.3.1",
|
||||||
"@tailwindcss/typography": "0.5.2",
|
"@tailwindcss/typography": "0.5.2",
|
||||||
|
@ -76,6 +76,6 @@
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"postcss": "8.4.6",
|
"postcss": "8.4.6",
|
||||||
"tailwindcss": "3.0.23",
|
"tailwindcss": "3.0.23",
|
||||||
"typescript": "4.5.5"
|
"typescript": "4.6.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"target": "es2017",
|
"target": "es2020",
|
||||||
"module": "es2020",
|
"module": "es2020",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2020",
|
"es2020",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user