Skip to content

Commit 194532b

Browse files
committed
Major bump because we're now using string enums wich is only supported in the latest versions of typescript.
1 parent 538219e commit 194532b

File tree

2 files changed

+419
-185
lines changed

2 files changed

+419
-185
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A library designed to allow Angular2 to work with SharePoint's SOAP API's.",
44
"authors": ["Scott <[email protected]>"],
55
"homepage": "https://github.com/scatcher/angular-point",
6-
"version": "5.0.13",
6+
"version": "6.0.0",
77
"license": "MIT",
88
"angular-cli": {},
99
"scripts": {
@@ -17,19 +17,19 @@
1717
"toastr": "^2.1.2"
1818
},
1919
"devDependencies": {
20-
"@types/angular": "~1.6.17",
20+
"@types/angular": "^1.6.39",
2121
"@types/core-js": "~0.9.41",
2222
"@types/hammerjs": "^2.0.34",
2323
"@types/jasmine": "~2.5.47",
24-
"@types/lodash": "~4.14.64",
24+
"@types/lodash": "^4.14.64",
2525
"@types/node": "^7.0.18",
2626
"@types/source-map": "~0.5.0",
2727
"@types/toastr": "^2.1.33",
2828
"awesome-typescript-loader": "^3.1.3",
29-
"tslint": "^5.2.0",
29+
"tslint": "^5.8.0",
3030
"tslint-loader": "^3.5.3",
31-
"typescript": "^2.3.0",
32-
"webpack": "2.5.1",
31+
"typescript": "^2.6.0",
32+
"webpack": "3.8.1",
3333
"webpack-node-externals": "^1.6.0"
3434
},
3535
"repository": {

0 commit comments

Comments
 (0)