Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Aug 20, 2020
1 parent 256ed90 commit 671295b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"url": "https://github.com/aurelia/cli"
},
"dependencies": {
"@babel/core": "^7.10.1",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@babel/plugin-transform-modules-amd": "^7.10.1",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/register": "^7.10.1",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-transform-modules-amd": "^7.10.5",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/register": "^7.10.5",
"ansi-colors": "^4.1.1",
"assert": "^2.0.0",
"aurelia-dependency-injection": "^1.5.2",
Expand All @@ -57,15 +57,15 @@
"convert-source-map": "^1.7.0",
"crypto-browserify": "^3.12.0",
"del": "^5.1.0",
"domain-browser": "^4.4.0",
"enquirer": "^2.3.5",
"domain-browser": "^4.17.0",
"enquirer": "^2.3.6",
"esprima": "^4.0.1",
"events": "^3.1.0",
"events": "^3.2.0",
"fs-browser-stub": "^1.0.1",
"gulp": "^4.0.2",
"htmlparser2": "^4.1.0",
"https-browserify": "^1.0.0",
"lodash": "^4.17.15",
"lodash": "^4.17.20",
"map-stream": "0.0.7",
"minimatch": "^3.0.4",
"npm-which": "^3.0.1",
Expand All @@ -80,25 +80,25 @@
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1",
"string_decoder": "^1.3.0",
"terser": "^4.7.0",
"terser": "^4.8.0",
"timers-browserify": "^2.0.11",
"tty-browserify": "0.0.1",
"typescript": "^3.9.3",
"typescript": "^3.9.7",
"url": "^0.11.0",
"util": "^0.12.3",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"@types/node": "^14.0.5",
"@types/node": "^14.6.0",
"babel-eslint": "^10.1.0",
"gulp-bump": "^3.1.3",
"gulp-bump": "^3.2.0",
"gulp-conventional-changelog": "^2.0.32",
"gulp-eslint": "^6.0.0",
"jasmine": "^3.5.0",
"jasmine": "^3.6.1",
"jasmine-spec-reporter": "^5.0.2",
"mock-fs": "^4.12.0",
"nodemon": "^2.0.4",
"nyc": "^15.0.1",
"yargs": "^15.3.1"
"nyc": "^15.1.0",
"yargs": "^15.4.1"
}
}

0 comments on commit 671295b

Please sign in to comment.