Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 9, 2021
1 parent 8429b2b commit 922a8c0
Show file tree
Hide file tree
Showing 10 changed files with 536 additions and 232 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": "ts-node --project tsconfig.scripts.json ./scripts/generateChangelog && git add CHANGELOG.md"
},
"devDependencies": {
"@microsoft/api-extractor": "7.13.2",
"@microsoft/api-extractor": "7.13.4",
"@rollup/plugin-json": "4.1.0",
"@types/conventional-recommended-bump": "6.0.0",
"@types/expect-puppeteer": "4.4.5",
Expand All @@ -24,16 +24,16 @@
"@types/pify": "5.0.0",
"@types/puppeteer": "5.4.3",
"@types/semver": "7.3.4",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"codecov": "3.8.1",
"cross-spawn": "7.0.3",
"eslint": "7.22.0",
"eslint": "7.23.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-standard": "16.0.2",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.3.2",
"eslint-plugin-jest": "24.3.4",
"eslint-plugin-lodash-template": "0.19.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.1",
Expand All @@ -48,14 +48,14 @@
"jest-puppeteer": "4.4.0",
"lerna": "4.0.0",
"lerna-changelog": "1.0.1",
"memfs": "3.2.0",
"memfs": "3.2.2",
"ora": "5.4.0",
"package-json": "6.5.0",
"pify": "5.0.0",
"precss": "4.0.0",
"prettier": "2.2.1",
"puppeteer": "8.0.0",
"rollup": "2.42.3",
"rollup": "2.45.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "3.4.0",
Expand All @@ -65,8 +65,8 @@
"rollup-plugin-typescript2": "0.30.0",
"ts-jest": "26.5.4",
"ts-node": "9.1.1",
"tslib": "2.1.0",
"typescript": "4.2.3",
"tslib": "2.2.0",
"typescript": "4.2.4",
"verdaccio": "4.12.0"
}
}
10 changes: 5 additions & 5 deletions packages/@averjs/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"build": true
},
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/helper-compilation-targets": "^7.13.10",
"@babel/core": "^7.13.15",
"@babel/helper-compilation-targets": "^7.13.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/plugin-transform-classes": "^7.13.0",
"@babel/plugin-transform-parameters": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12"
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15"
},
"devDependencies": {
"@types/babel__preset-env": "^7.9.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/@averjs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-client-only": "^2.0.0",
"vue-i18n": "^8.24.2",
"vue-i18n": "^8.24.3",
"vue-meta": "^2.4.0",
"vue-progressbar": "^0.7.5",
"vue-property-decorator": "^9.1.2",
Expand All @@ -71,7 +71,7 @@
"devDependencies": {
"@types/compression": "^1.7.0",
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.11.0",
"@types/csurf": "^1.11.1",
"@types/esm": "^3.2.0",
"@types/helmet": "^0.0.48",
"@types/klaw-sync": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@averjs/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"url": "https://github.com/exreplay/aver.js/issues"
},
"dependencies": {
"email-templates": "^8.0.3",
"email-templates": "^8.0.4",
"nodemailer": "^6.5.0",
"pug": "^3.0.2"
},
"devDependencies": {
"@types/email-templates": "^8.0.2",
"@types/email-templates": "^8.0.3",
"@types/nodemailer": "^6.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/@averjs/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": true
},
"dependencies": {
"mongoose": "^5.12.2",
"mongoose": "^5.12.3",
"mongoose-data-seed": "^2.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@averjs/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/exreplay/aver.js/issues"
},
"dependencies": {
"ioredis": "^4.24.3",
"ioredis": "^4.26.0",
"kue": "^0.11.6"
}
}
26 changes: 13 additions & 13 deletions packages/@averjs/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"cache-loader": "^4.1.0",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.1.3",
"css-loader": "^5.2.0",
"enhanced-resolve": "^5.7.0",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"extract-css-chunks-webpack-plugin": "^4.9.0",
Expand Down Expand Up @@ -78,18 +78,18 @@
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^6.4.0",
"@types/copy-webpack-plugin": "^6.4.1",
"@types/cross-spawn": "^6.0.2",
"@types/memory-fs": "^0.3.2",
"@types/optimize-css-assets-webpack-plugin": "^5.0.2",
"@types/postcss-preset-env": "^6.7.1",
"@types/memory-fs": "^0.3.3",
"@types/optimize-css-assets-webpack-plugin": "^5.0.3",
"@types/postcss-preset-env": "^6.7.2",
"@types/postcss-safe-parser": "^4.0.0",
"@types/terser-webpack-plugin": "^4.2.0",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-middleware": "^3.7.3",
"@types/webpack-hot-middleware": "^2.25.3",
"@types/webpack-node-externals": "^2.5.0",
"@types/webpackbar": "^4.0.0",
"@types/workbox-webpack-plugin": "^5.1.5"
"@types/terser-webpack-plugin": "^4.2.1",
"@types/webpack": "^4.41.27",
"@types/webpack-dev-middleware": "^3.7.4",
"@types/webpack-hot-middleware": "^2.25.4",
"@types/webpack-node-externals": "^2.5.1",
"@types/webpackbar": "^4.0.1",
"@types/workbox-webpack-plugin": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/@averjs/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"dependencies": {
"connect-redis": "^5.1.0",
"express-session": "^1.17.1",
"ioredis": "^4.24.3",
"ioredis": "^4.26.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/connect-redis": "^0.0.16",
"@types/express-session": "^1.17.3",
"@types/ioredis": "^4.22.1"
"@types/ioredis": "^4.22.3"
}
}
6 changes: 3 additions & 3 deletions packages/@averjs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build": true
},
"dependencies": {
"fork-ts-checker-webpack-plugin": "^6.2.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3"
"fork-ts-checker-webpack-plugin": "^6.2.1",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4"
}
}
Loading

0 comments on commit 922a8c0

Please sign in to comment.