mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Moved Typescript to devDependencies.
This commit is contained in:
3
package-lock.json
generated
3
package-lock.json
generated
@@ -8681,7 +8681,8 @@
|
||||
"typescript": {
|
||||
"version": "4.3.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
|
||||
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw=="
|
||||
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
|
||||
"dev": true
|
||||
},
|
||||
"typescript-closure-tools": {
|
||||
"version": "0.0.7",
|
||||
|
||||
@@ -84,12 +84,12 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"selenium-standalone": "^6.17.0",
|
||||
"through2": "^4.0.2",
|
||||
"typescript": "^4.3.2",
|
||||
"typescript-closure-tools": "^0.0.7",
|
||||
"webdriverio": "^7.0.3",
|
||||
"yargs": "^16.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsdom": "15.2.1",
|
||||
"typescript": "^4.3.2"
|
||||
"jsdom": "15.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user