Skip to content

Commit

Permalink
chore: Updating secondary dependencies.
Browse files Browse the repository at this point in the history
Adding stuff
  • Loading branch information
ilanvolow committed Jun 10, 2024
1 parent e07e931 commit 361fd09
Show file tree
Hide file tree
Showing 2 changed files with 744 additions and 492 deletions.
36 changes: 18 additions & 18 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.9",
"temp": "^0.8.4",
"write-file-atomic": "^2.3.0"
"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 361fd09

Please sign in to comment.