Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 12, 2021
1 parent 3fd32a6 commit 1aa0f8d
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.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-modules-amd": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/register": "^7.12.10",
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-transform-modules-amd": "^7.13.0",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/register": "^7.13.14",
"ansi-colors": "^4.1.1",
"assert": "^2.0.0",
"aurelia-dependency-injection": "^1.5.2",
Expand All @@ -60,12 +60,12 @@
"domain-browser": "^4.19.0",
"enquirer": "^2.3.6",
"esprima": "^4.0.1",
"events": "^3.2.0",
"events": "^3.3.0",
"fs-browser-stub": "^1.0.1",
"gulp": "^4.0.2",
"htmlparser2": "^6.0.0",
"htmlparser2": "^6.1.0",
"https-browserify": "^1.0.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"map-stream": "0.0.7",
"minimatch": "^3.0.4",
"npm-which": "^3.0.1",
Expand All @@ -75,29 +75,29 @@
"punycode": "^2.1.1",
"querystring-browser-stub": "^1.0.0",
"readable-stream": "^3.6.0",
"resolve": "^1.19.0",
"semver": "^7.3.4",
"resolve": "^1.20.0",
"semver": "^7.3.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1",
"string_decoder": "^1.3.0",
"terser": "^5.5.1",
"terser": "^5.6.1",
"timers-browserify": "^2.0.12",
"tty-browserify": "0.0.1",
"typescript": "^4.1.3",
"typescript": "^4.2.4",
"url": "^0.11.0",
"util": "^0.12.3",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"@types/node": "^14.14.14",
"@types/node": "^14.14.37",
"babel-eslint": "^10.1.0",
"gulp-bump": "^3.2.0",
"gulp-conventional-changelog": "^2.0.35",
"gulp-eslint": "^6.0.0",
"jasmine": "^3.6.3",
"jasmine-spec-reporter": "^6.0.0",
"jasmine": "^3.7.0",
"jasmine-spec-reporter": "^7.0.0",
"mock-fs": "^4.13.0",
"nodemon": "^2.0.6",
"nodemon": "^2.0.7",
"nyc": "^15.1.0",
"yargs": "^16.2.0"
}
Expand Down

0 comments on commit 1aa0f8d

Please sign in to comment.