CCM NG: Updated NPM dependencies for the ccm-editor
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5426 8810af33-2d31-482b-a856-94f89814c4dfccm-docs
parent
096488d68c
commit
90b570cb42
File diff suppressed because it is too large
Load Diff
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
|
||||
"compilerOptions": {
|
||||
"rootDirs": [
|
||||
"./src/main/typescript/ccm-editor"
|
||||
],
|
||||
"module": "amd",
|
||||
"moduleResolution": "node",
|
||||
"traceResolution": true
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/main/typescript/**/*"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue