Skip to content

Commit e7321ed

Browse files
committed
chore(deps): update all non-major dependencies
1 parent db92c4e commit e7321ed

File tree

3 files changed

+825
-269
lines changed

3 files changed

+825
-269
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/python:3.5-node
5+
- image: circleci/python:3.9-node
66
steps:
77
# Checkout repository
88
- checkout

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"py-loader": "martim00/python-webpack-loader"
3434
},
3535
"devDependencies": {
36-
"@nuxtjs/pwa": "^2.0.5",
36+
"@nuxtjs/pwa": "^2.6.0",
3737
"codecov": "latest",
38-
"eslint": "^4.17.0",
38+
"eslint": "^4.19.1",
3939
"eslint-config-standard": "latest",
4040
"eslint-plugin-import": "latest",
41-
"eslint-plugin-jest": "^21.8.0",
42-
"eslint-plugin-node": "^6.0.0",
41+
"eslint-plugin-jest": "^21.27.2",
42+
"eslint-plugin-node": "^6.0.1",
4343
"eslint-plugin-promise": "latest",
4444
"eslint-plugin-standard": "latest",
4545
"eslint-plugin-vue": "latest",
46-
"jest": "^22.2.2",
46+
"jest": "^22.4.4",
4747
"jsdom": "latest",
4848
"nuxt": "latest",
4949
"standard-version": "latest"

0 commit comments

Comments
 (0)