1
1
{
2
2
"name" : " ag-grid-angular-cli-example" ,
3
- "version" : " 30.1 .0" ,
3
+ "version" : " 31.0 .0" ,
4
4
"description" : " AG Grid Angular Example Using Angular CLI" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
10
10
"author" : " Sean Landsman <sean@thelandsmans.com>" ,
11
11
"scripts" : {
12
12
"start" : " NODE_OPTIONS=--openssl-legacy-provider ng serve --port 8080" ,
13
- "build" : " NODE_OPTIONS=\" --openssl-legacy-provider --max-old-space-size=8192\" ng build --aot && npm run hash " ,
13
+ "build" : " NODE_OPTIONS=\" --openssl-legacy-provider --max-old-space-size=8192\" ng build --aot" ,
14
14
"build-prod" : " npm run build" ,
15
- "hash" : " sh ./hashDirectory.sh > .hash" ,
16
15
"lint" : " tslint \" src/**/*.ts\" "
17
16
},
18
17
"private" : true ,
19
18
"dependencies" : {
20
- "@ag-grid-community/angular" : " ~30.1 .0" ,
21
- "@ag-grid-community/core" : " ~30.1 .0" ,
22
- "@ag-grid-community/client-side-row-model" : " ~30.1 .0" ,
23
- "@ag-grid-enterprise/core" : " ~30.1 .0" ,
24
- "@ag-grid-enterprise/menu" : " ~30.1 .0" ,
25
- "@ag-grid-enterprise/side-bar" : " ~30.1 .0" ,
26
- "@ag-grid-enterprise/column-tool-panel" : " ~30.1 .0" ,
27
- "@ag-grid-enterprise/filter-tool-panel" : " ~30.1 .0" ,
28
- "@ag-grid-enterprise/row-grouping" : " ~30.1 .0" ,
29
- "@ag-grid-enterprise/set-filter" : " ~30.1 .0" ,
30
- "@ag-grid-enterprise/status-bar" : " ~30.1 .0" ,
31
- "@ag-grid-enterprise/range-selection" : " ~30.1 .0" ,
32
- "@ag-grid-enterprise/charts" : " ~30.1 .0" ,
33
- "@ag-grid-community/styles" : " ~30.1 .0" ,
34
- "@angular/animations" : " ~12.2 .0" ,
35
- "@angular/common" : " ~12.2 .0" ,
36
- "@angular/compiler" : " ~12.2 .0" ,
37
- "@angular/core" : " ~12.2 .0" ,
38
- "@angular/forms" : " ~12.2 .0" ,
39
- "@angular/platform-browser" : " ~12.2 .0" ,
40
- "@angular/platform-browser-dynamic" : " ~12.2 .0" ,
41
- "@angular/router" : " ~12.2 .0" ,
19
+ "@ag-grid-community/angular" : " ~31.0 .0" ,
20
+ "@ag-grid-community/core" : " ~31.0 .0" ,
21
+ "@ag-grid-community/client-side-row-model" : " ~31.0 .0" ,
22
+ "@ag-grid-enterprise/core" : " ~31.0 .0" ,
23
+ "@ag-grid-enterprise/menu" : " ~31.0 .0" ,
24
+ "@ag-grid-enterprise/side-bar" : " ~31.0 .0" ,
25
+ "@ag-grid-enterprise/column-tool-panel" : " ~31.0 .0" ,
26
+ "@ag-grid-enterprise/filter-tool-panel" : " ~31.0 .0" ,
27
+ "@ag-grid-enterprise/row-grouping" : " ~31.0 .0" ,
28
+ "@ag-grid-enterprise/set-filter" : " ~31.0 .0" ,
29
+ "@ag-grid-enterprise/status-bar" : " ~31.0 .0" ,
30
+ "@ag-grid-enterprise/range-selection" : " ~31.0 .0" ,
31
+ "@ag-grid-enterprise/charts" : " ~31.0 .0" ,
32
+ "@ag-grid-community/styles" : " ~31.0 .0" ,
33
+ "@angular/animations" : " ^14.3 .0" ,
34
+ "@angular/common" : " ^14.3 .0" ,
35
+ "@angular/compiler" : " ^14.3 .0" ,
36
+ "@angular/core" : " ^14.3 .0" ,
37
+ "@angular/forms" : " ^14.3 .0" ,
38
+ "@angular/platform-browser" : " ^14.3 .0" ,
39
+ "@angular/platform-browser-dynamic" : " ^14.3 .0" ,
40
+ "@angular/router" : " ^14.3 .0" ,
42
41
"bootstrap" : " 4.5.0" ,
43
42
"rxjs" : " ~6.6.0" ,
44
43
"tslib" : " ^2.3.0" ,
45
44
"zone.js" : " ~0.11.4"
46
45
},
47
46
"devDependencies" : {
48
- "@angular-devkit/build-angular" : " ~12 .2.17 " ,
49
- "@angular/cli" : " ~12 .2.17 " ,
50
- "@angular/compiler-cli" : " ~12.2 .0" ,
47
+ "@angular-devkit/build-angular" : " ^14 .2.12 " ,
48
+ "@angular/cli" : " ^14 .2.12 " ,
49
+ "@angular/compiler-cli" : " ^14.3 .0" ,
51
50
"@types/jasmine" : " ~3.8.0" ,
52
51
"@types/node" : " ^12.11.1" ,
53
52
"jasmine-core" : " ~3.8.0" ,
56
55
"karma-coverage" : " ~2.0.3" ,
57
56
"karma-jasmine" : " ~4.0.0" ,
58
57
"karma-jasmine-html-reporter" : " ~1.7.0" ,
59
- "typescript" : " ~4.3.5 "
58
+ "typescript" : " ~4.7.4 "
60
59
}
61
60
}
0 commit comments