Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Jun 4, 2022
1 parent 238f68b commit 7803c0d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"url": "https://github.com/aurelia/cli"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-transform-modules-amd": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@babel/plugin-transform-modules-amd": "^7.18.0",
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/register": "^7.17.7",
"ansi-colors": "^4.1.1",
"ansi-colors": "^4.1.3",
"assert": "^2.0.0",
"aurelia-dependency-injection": "^1.5.2",
"aurelia-logging": "^1.5.2",
Expand All @@ -56,18 +56,18 @@
"constants-browserify": "^1.0.0",
"convert-source-map": "^1.8.0",
"crypto-browserify": "^3.12.0",
"del": "^6.0.0",
"del": "^6.1.1",
"domain-browser": "^4.22.0",
"enquirer": "^2.3.6",
"events": "^3.3.0",
"fs-browser-stub": "^1.0.1",
"gulp": "^4.0.2",
"htmlparser2": "^7.2.0",
"htmlparser2": "^8.0.1",
"https-browserify": "^1.0.0",
"lodash": "^4.17.21",
"map-stream": "0.0.7",
"meriyah": "^4.2.1",
"minimatch": "^5.0.1",
"minimatch": "^5.1.0",
"npm-which": "^3.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "1.0.1",
Expand All @@ -80,24 +80,24 @@
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"terser": "^5.12.1",
"terser": "^5.14.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "0.0.1",
"typescript": "^4.6.3",
"typescript": "^4.7.3",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/node": "^17.0.39",
"gulp-bump": "^3.2.0",
"gulp-conventional-changelog": "^2.0.35",
"gulp-eslint": "^6.0.0",
"jasmine": "^4.1.0",
"jasmine-spec-reporter": "^7.0.0",
"mock-fs": "^5.1.2",
"nodemon": "^2.0.15",
"nodemon": "^2.0.16",
"nyc": "^15.1.0",
"yargs": "^17.4.1"
"yargs": "^17.5.1"
}
}

0 comments on commit 7803c0d

Please sign in to comment.