Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Release 27.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed May 17, 2022
2 parents 34d2547 + 6df5d39 commit 0a53da7
Showing 1 changed file with 37 additions and 35 deletions.
72 changes: 37 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-angular-cli-example",
"version": "27.2.0",
"version": "27.3.0",
"description": "AG Grid Angular Example Using Angular CLI",
"license": "MIT",
"repository": {
Expand All @@ -12,46 +12,48 @@
"scripts": {
"start": "ng serve --port 8080",
"build": "ng build --aot --prod && npm run hash",
"build-prod": "npm run build",
"hash": "sh ./hashDirectory.sh > .hash",
"lint": "tslint \"src/**/*.ts\""
},
"private": true,
"dependencies": {
"@ag-grid-community/angular": "~27.2.0",
"@ag-grid-enterprise/all-modules": "~27.2.0",
"@angular/animations": "~11.2.12",
"@angular/common": "~11.2.12",
"@angular/compiler": "~11.2.12",
"@angular/core": "~11.2.12",
"@angular/forms": "~11.2.12",
"@angular/platform-browser": "~11.2.12",
"@angular/platform-browser-dynamic": "~11.2.12",
"@angular/router": "~11.2.12",
"@ag-grid-community/angular": "~27.3.0",
"@ag-grid-enterprise/all-modules": "~27.3.0",
"@angular/animations": "11.2.14",
"@angular/common": "11.2.14",
"@angular/compiler": "11.2.14",
"@angular/core": "11.2.14",
"@angular/forms": "11.2.14",
"@angular/platform-browser": "11.2.14",
"@angular/platform-browser-dynamic": "11.2.14",
"@angular/router": "11.2.14",
"bootstrap": "4.5.0",
"rxjs": "~6.5.5",
"tslib": "^2.2.0",
"zone.js": "~0.10.3"
"rxjs": "6.5.5",
"tslib": "2.0.3",
"zone.js": "0.10.3"
},
"devDependencies": {
"@ag-grid-community/core": "~27.2.0",
"@angular-devkit/build-angular": "~0.1102.11",
"@angular/cli": "~11.2.11",
"@angular/compiler-cli": "~11.2.12",
"@angular/language-service": "~11.2.12",
"@types/jasmine": "^3.6.10",
"@types/jasminewd2": "~2.0.8",
"@types/node": "12.20.20",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.1.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^11.0.3",
"ts-node": "~8.10.2",
"tslint": "~6.1.0",
"typescript": "~4.0.5"
"webdriver-manager": "12.1.7",
"@angular-devkit/build-angular": "0.1102.11",
"@angular/cli": "11.2.14",
"@angular/compiler-cli": "11.2.14",
"@angular/language-service": "11.2.14",
"@types/jasmine": "3.6.11",
"@types/jasminewd2": "2.0.10",
"@types/node": "12.20.52",
"codelyzer": "6.0.2",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "6.1.2",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-jasmine-html-reporter": "1.5.4",
"ng-packagr": "11.0.3",
"protractor": "7.0.0",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "4.0.8"
}
}
}

0 comments on commit 0a53da7

Please sign in to comment.