Skip to content

Commit

Permalink
Merge pull request #588 from ElonVolo/UpdatingDependencies
Browse files Browse the repository at this point in the history
Updating dependencies
  • Loading branch information
ElonVolo authored Jun 11, 2024
2 parents 4851fc8 + c07af05 commit d3b3c77
Show file tree
Hide file tree
Showing 4 changed files with 1,181 additions and 1,100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.11
16.20.2
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"author": "Felix Kling",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/parser": "^7.23.0",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/preset-flow": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@babel/register": "^7.22.15",
"babel-core": "^7.0.0-bridge.0",
"@babel/core": "^7.24.7",
"@babel/parser": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/preset-flow": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"babel-core": "^6.26.3",
"chalk": "^4.1.2",
"flow-parser": "0.*",
"graceful-fs": "^4.2.4",
"micromatch": "^4.0.4",
"micromatch": "^4.0.7",
"neo-async": "^2.5.0",
"node-dir": "^0.1.17",
"recast": "^0.23.3",
"temp": "^0.8.4",
"write-file-atomic": "^2.3.0"
"recast": "^0.23.9",
"temp": "^0.9.4",
"write-file-atomic": "^5.0.1"
},
"peerDependencies": {
"@babel/preset-env": "^7.1.6"
Expand All @@ -55,10 +55,10 @@
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"jest": "^29.3.1",
"jsdoc": "3.6.7",
"mkdirp": "^0.5.1"
"eslint": "8.56.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.3",
"mkdirp": "^3.0.1"
},
"jest": {
"roots": [
Expand Down
Loading

0 comments on commit d3b3c77

Please sign in to comment.