CCM NG: Updated NPM dependencies for the ccm-editor

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5426 8810af33-2d31-482b-a856-94f89814c4df

Former-commit-id: 4f9168bd91
pull/2/head
jensp 2018-05-11 17:14:22 +00:00
parent e4ff94a94e
commit 21528af065
4 changed files with 1912 additions and 17 deletions

1895
ccm-editor/package-lock.json generated 100644

File diff suppressed because it is too large Load Diff

View File

@ -14,10 +14,10 @@
"requirejs-domready": "^2.0.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-ts": "^6.0.0-beta.17",
"typescript": "^2.6.2"
"grunt-ts": "^6.0.0-beta.19",
"typescript": "^2.8.3"
}
}

View File

@ -53,7 +53,7 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v6.12.3</nodeVersion>
<nodeVersion>v8.11.1</nodeVersion>
</configuration>
</execution>
<execution>

View File

@ -1,10 +1,10 @@
{
"compilerOptions": {
"rootDirs": [
"./src/main/typescript/ccm-editor"
],
"module": "amd",
"moduleResolution": "node",
"traceResolution": true
}
},
"include": [
"src/main/typescript/**/*"
]
}