Skip to content

Commit

Permalink
Merge pull request #33 from cpcwood/update-deps
Browse files Browse the repository at this point in the history
Update dependencies - 2023-02-12
  • Loading branch information
cpcwood committed Feb 12, 2023
2 parents 4610b40 + 9f97f99 commit 58dd5b2
Show file tree
Hide file tree
Showing 2 changed files with 1,040 additions and 688 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
},
"homepage": "https://github.com/cpcwood/jest-erb-transformer#readme",
"dependencies": {
"@babel/core": "^7.19.0",
"babel-jest": "^29.0.3"
"@babel/core": "7.20.12",
"babel-jest": "^29.4.2"
},
"devDependencies": {
"@babel/preset-env": "^7.19.0",
"@babel/preset-env": "^7.20.2",
"coveralls": "^3.1.1",
"eslint": "^8.23.1",
"eslint": "^8.34.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"jest": "^29.0.3",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.4.2",
"jest-erb-transformer": "./"
}
}
Loading

0 comments on commit 58dd5b2

Please sign in to comment.