mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 17:35:46 +03:00
Update angular to the last alpha
This commit is contained in:
parent
9f71ee7a53
commit
bd40107e56
|
@ -23,7 +23,7 @@
|
||||||
"configFile": "system.config.js",
|
"configFile": "system.config.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"RomanGotsiy/json-schema-ref-parser": "github:RomanGotsiy/json-schema-ref-parser@master",
|
"RomanGotsiy/json-schema-ref-parser": "github:RomanGotsiy/json-schema-ref-parser@master",
|
||||||
"angular2": "npm:angular2@^2.0.0-alpha.45",
|
"angular2": "npm:angular2@^2.0.0-alpha.46",
|
||||||
"es6-shim": "github:es-shims/es6-shim@^0.33.6",
|
"es6-shim": "github:es-shims/es6-shim@^0.33.6",
|
||||||
"json-formatter-js": "npm:json-formatter-js@^0.2.0",
|
"json-formatter-js": "npm:json-formatter-js@^0.2.0",
|
||||||
"json-pointer": "npm:json-pointer@^0.3.0",
|
"json-pointer": "npm:json-pointer@^0.3.0",
|
||||||
|
|
|
@ -38,7 +38,7 @@ System.config({
|
||||||
|
|
||||||
map: {
|
map: {
|
||||||
"RomanGotsiy/json-schema-ref-parser": "github:RomanGotsiy/json-schema-ref-parser@master",
|
"RomanGotsiy/json-schema-ref-parser": "github:RomanGotsiy/json-schema-ref-parser@master",
|
||||||
"angular2": "npm:angular2@2.0.0-alpha.45",
|
"angular2": "npm:angular2@2.0.0-alpha.46",
|
||||||
"babel": "npm:babel-core@5.8.25",
|
"babel": "npm:babel-core@5.8.25",
|
||||||
"babel-runtime": "npm:babel-runtime@5.8.25",
|
"babel-runtime": "npm:babel-runtime@5.8.25",
|
||||||
"clean-css": "npm:clean-css@3.4.6",
|
"clean-css": "npm:clean-css@3.4.6",
|
||||||
|
@ -83,7 +83,7 @@ System.config({
|
||||||
"assert": "npm:assert@1.3.0"
|
"assert": "npm:assert@1.3.0"
|
||||||
},
|
},
|
||||||
"github:jspm/nodelibs-buffer@0.1.0": {
|
"github:jspm/nodelibs-buffer@0.1.0": {
|
||||||
"buffer": "npm:buffer@3.5.1"
|
"buffer": "npm:buffer@3.5.2"
|
||||||
},
|
},
|
||||||
"github:jspm/nodelibs-constants@0.1.0": {
|
"github:jspm/nodelibs-constants@0.1.0": {
|
||||||
"constants-browserify": "npm:constants-browserify@0.0.1"
|
"constants-browserify": "npm:constants-browserify@0.0.1"
|
||||||
|
@ -154,7 +154,7 @@ System.config({
|
||||||
"github:jspm/nodelibs-zlib@0.1.0": {
|
"github:jspm/nodelibs-zlib@0.1.0": {
|
||||||
"browserify-zlib": "npm:browserify-zlib@0.1.4"
|
"browserify-zlib": "npm:browserify-zlib@0.1.4"
|
||||||
},
|
},
|
||||||
"npm:@reactivex/rxjs@5.0.0-alpha.4": {
|
"npm:@reactivex/rxjs@5.0.0-alpha.7": {
|
||||||
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
||||||
"path": "github:jspm/nodelibs-path@0.1.0",
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
||||||
"process": "github:jspm/nodelibs-process@0.1.2"
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
||||||
|
@ -165,12 +165,10 @@ System.config({
|
||||||
"path": "github:jspm/nodelibs-path@0.1.0",
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
||||||
"process": "github:jspm/nodelibs-process@0.1.2"
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
||||||
},
|
},
|
||||||
"npm:angular2@2.0.0-alpha.45": {
|
"npm:angular2@2.0.0-alpha.46": {
|
||||||
"@reactivex/rxjs": "npm:@reactivex/rxjs@5.0.0-alpha.4",
|
"@reactivex/rxjs": "npm:@reactivex/rxjs@5.0.0-alpha.7",
|
||||||
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
||||||
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
||||||
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
||||||
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
||||||
"process": "github:jspm/nodelibs-process@0.1.2",
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
||||||
"reflect-metadata": "npm:reflect-metadata@0.1.2",
|
"reflect-metadata": "npm:reflect-metadata@0.1.2",
|
||||||
"zone.js": "npm:zone.js@0.5.8"
|
"zone.js": "npm:zone.js@0.5.8"
|
||||||
|
@ -269,7 +267,7 @@ System.config({
|
||||||
"create-hash": "npm:create-hash@1.1.2",
|
"create-hash": "npm:create-hash@1.1.2",
|
||||||
"create-hmac": "npm:create-hmac@1.1.4",
|
"create-hmac": "npm:create-hmac@1.1.4",
|
||||||
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
||||||
"elliptic": "npm:elliptic@6.0.1",
|
"elliptic": "npm:elliptic@6.0.2",
|
||||||
"inherits": "npm:inherits@2.0.1",
|
"inherits": "npm:inherits@2.0.1",
|
||||||
"parse-asn1": "npm:parse-asn1@5.0.0",
|
"parse-asn1": "npm:parse-asn1@5.0.0",
|
||||||
"stream": "github:jspm/nodelibs-stream@0.1.0"
|
"stream": "github:jspm/nodelibs-stream@0.1.0"
|
||||||
|
@ -286,7 +284,7 @@ System.config({
|
||||||
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
||||||
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
||||||
},
|
},
|
||||||
"npm:buffer@3.5.1": {
|
"npm:buffer@3.5.2": {
|
||||||
"base64-js": "npm:base64-js@0.0.8",
|
"base64-js": "npm:base64-js@0.0.8",
|
||||||
"ieee754": "npm:ieee754@1.1.6",
|
"ieee754": "npm:ieee754@1.1.6",
|
||||||
"is-array": "npm:is-array@1.0.1"
|
"is-array": "npm:is-array@1.0.1"
|
||||||
|
@ -350,7 +348,7 @@ System.config({
|
||||||
"bn.js": "npm:bn.js@4.1.1",
|
"bn.js": "npm:bn.js@4.1.1",
|
||||||
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
||||||
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
||||||
"elliptic": "npm:elliptic@6.0.1"
|
"elliptic": "npm:elliptic@6.0.2"
|
||||||
},
|
},
|
||||||
"npm:create-hash@1.1.2": {
|
"npm:create-hash@1.1.2": {
|
||||||
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
||||||
|
@ -414,7 +412,7 @@ System.config({
|
||||||
"randombytes": "npm:randombytes@2.0.1",
|
"randombytes": "npm:randombytes@2.0.1",
|
||||||
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
||||||
},
|
},
|
||||||
"npm:elliptic@6.0.1": {
|
"npm:elliptic@6.0.2": {
|
||||||
"bn.js": "npm:bn.js@4.1.1",
|
"bn.js": "npm:bn.js@4.1.1",
|
||||||
"brorand": "npm:brorand@1.0.5",
|
"brorand": "npm:brorand@1.0.5",
|
||||||
"hash.js": "npm:hash.js@1.0.3",
|
"hash.js": "npm:hash.js@1.0.3",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user