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
ccm-docs
jensp 2018-05-11 17:14:22 +00:00
parent 096488d68c
commit 90b570cb42
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" "requirejs-domready": "^2.0.3"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^1.0.1", "grunt": "^1.0.2",
"grunt-cli": "^1.2.0", "grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0", "grunt-contrib-clean": "^1.1.0",
"grunt-ts": "^6.0.0-beta.17", "grunt-ts": "^6.0.0-beta.19",
"typescript": "^2.6.2" "typescript": "^2.8.3"
} }
} }

View File

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

View File

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