-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update versions & add Angular 15 support
- Loading branch information
1 parent
3fd8075
commit 86d2e11
Showing
4 changed files
with
90 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,77 @@ | ||
{ | ||
"name": "primeng", | ||
"version": "14.2.3-SNAPSHOT", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"test:headless": "ng test --watch=false --browsers=ChromeHeadless", | ||
"e2e": "ng e2e", | ||
"lint": "ng lint", | ||
"format": "prettier --write \"**/*.{js,ts,d.ts}\"", | ||
"format:check": "prettier --check \"**/*.{js,ts,d.ts}\"", | ||
"build:lib": "npm run build:check && npm run build:package", | ||
"build:package": "BROWSERSLIST_ENV=library ng build primeng-library && gulp build-assets", | ||
"build:check": "npm run format:check && npm run security:check && npm run test:headless", | ||
"security:check": "npm audit --production --audit-level high" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/primefaces/primeng.git" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~15.0.0", | ||
"@angular/animations": "~15.0.0", | ||
"@angular/cdk": "~14.0.0", | ||
"@angular/cli": "~15.0.0", | ||
"@angular/common": "~15.0.0", | ||
"@angular/compiler": "~15.0.0", | ||
"@angular/compiler-cli": "~15.0.0", | ||
"@angular/core": "~15.0.0", | ||
"@angular/forms": "~15.0.0", | ||
"@angular/platform-browser": "~15.0.0", | ||
"@angular/platform-browser-dynamic": "~15.0.0", | ||
"@angular/router": "~15.0.0", | ||
"@types/jasmine": "~3.10.0", | ||
"@types/node": "^12.11.1", | ||
"@fullcalendar/core": "6.0.0-beta.1", | ||
"@fullcalendar/daygrid": "6.0.0-beta.1", | ||
"@fullcalendar/interaction": "6.0.0-beta.1", | ||
"@fullcalendar/timegrid": "6.0.0-beta.1", | ||
"@fullcalendar/web-component": "6.0.0-beta.1", | ||
"chart.js": "3.3.2", | ||
"codelyzer": "^6.0.0", | ||
"del": "^2.2.0", | ||
"file-saver": "^2.0.2", | ||
"gulp": "^4.0.2", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-flatten": "^0.4.0", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-uglify": "^3.0.2", | ||
"gulp-uglifycss": "^1.0.6", | ||
"jasmine-core": "~4.1.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"jspdf": "1.5.3", | ||
"jspdf-autotable": "3.2.5", | ||
"karma": "~6.3.0", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.0.0", | ||
"karma-jasmine-html-reporter": "^1.7.0", | ||
"ng-packagr": "~15.0.0", | ||
"prettier": "2.7.1", | ||
"primeflex": "^3.3.0", | ||
"primeicons": "^6.0.1", | ||
"prismjs": "1.20.0", | ||
"quill": "1.3.7", | ||
"rxjs": "~7.5.0", | ||
"ts-node": "~8.3.0", | ||
"tslib": "^2.3.0", | ||
"tslint": "~6.1.0", | ||
"typescript": "~4.8.4", | ||
"xlsx": "^0.15.1", | ||
"zone.js": "~0.11.4" | ||
} | ||
"name": "primeng", | ||
"version": "15.0.0-rc.1", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"test:headless": "ng test --watch=false --browsers=ChromeHeadless", | ||
"e2e": "ng e2e", | ||
"lint": "ng lint", | ||
"format": "prettier --write \"**/*.{js,ts,d.ts}\"", | ||
"format:check": "prettier --check \"**/*.{js,ts,d.ts}\"", | ||
"build:lib": "npm run build:check && npm run build:package", | ||
"build:package": "BROWSERSLIST_ENV=library ng build primeng-library && gulp build-assets", | ||
"build:check": "npm run format:check && npm run security:check && npm run test:headless", | ||
"security:check": "npm audit --production --audit-level high" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/primefaces/primeng.git" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~15.0.0", | ||
"@angular/animations": "~15.0.0", | ||
"@angular/cdk": "~15.0.0", | ||
"@angular/cli": "~15.0.0", | ||
"@angular/common": "~15.0.0", | ||
"@angular/compiler": "~15.0.0", | ||
"@angular/compiler-cli": "~15.0.0", | ||
"@angular/core": "~15.0.0", | ||
"@angular/forms": "~15.0.0", | ||
"@angular/platform-browser": "~15.0.0", | ||
"@angular/platform-browser-dynamic": "~15.0.0", | ||
"@angular/router": "~15.0.0", | ||
"@types/jasmine": "~3.10.0", | ||
"@types/node": "^12.11.1", | ||
"@fullcalendar/core": "6.0.0-beta.1", | ||
"@fullcalendar/daygrid": "6.0.0-beta.1", | ||
"@fullcalendar/interaction": "6.0.0-beta.1", | ||
"@fullcalendar/timegrid": "6.0.0-beta.1", | ||
"@fullcalendar/web-component": "6.0.0-beta.1", | ||
"chart.js": "3.3.2", | ||
"codelyzer": "^6.0.0", | ||
"del": "^2.2.0", | ||
"file-saver": "^2.0.2", | ||
"gulp": "^4.0.2", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-flatten": "^0.4.0", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-uglify": "^3.0.2", | ||
"gulp-uglifycss": "^1.0.6", | ||
"jasmine-core": "~4.1.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"jspdf": "1.5.3", | ||
"jspdf-autotable": "3.2.5", | ||
"karma": "~6.3.0", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.0.0", | ||
"karma-jasmine-html-reporter": "^1.7.0", | ||
"ng-packagr": "~15.0.0", | ||
"prettier": "2.7.1", | ||
"primeflex": "^3.3.0", | ||
"primeicons": "^6.0.1", | ||
"prismjs": "1.20.0", | ||
"quill": "1.3.7", | ||
"rxjs": "~7.5.0", | ||
"ts-node": "~8.3.0", | ||
"tslib": "^2.3.0", | ||
"tslint": "~6.1.0", | ||
"typescript": "~4.8.4", | ||
"xlsx": "^0.15.1", | ||
"zone.js": "~0.11.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "primeng", | ||
"version": "14.2.3", | ||
"version": "15.0.0-rc.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/primefaces/primeng" | ||
"type": "git", | ||
"url": "https://github.com/primefaces/primeng" | ||
}, | ||
"keywords": [ | ||
"angular" | ||
"angular" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/primefaces/primeng/issues" | ||
"url": "https://github.com/primefaces/primeng/issues" | ||
}, | ||
"exports": { | ||
"./resources/": "./resources/" | ||
"./resources/": "./resources/" | ||
}, | ||
"module": "primeng.js", | ||
"typings": "primeng.d.ts", | ||
"peerDependencies": { | ||
"@angular/core": "^14.0.0", | ||
"@angular/common": "^14.0.0", | ||
"@angular/forms": "^14.0.0", | ||
"rxjs": "^6.0.0 || ^7.0.0", | ||
"zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0", | ||
"primeicons": "^6.0.1" | ||
"@angular/core": "^15.0.0", | ||
"@angular/common": "^15.0.0", | ||
"@angular/forms": "^15.0.0", | ||
"rxjs": "^6.0.0 || ^7.5.0", | ||
"zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0", | ||
"primeicons": "^6.0.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters