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] authored Oct 31, 2024
1 parent 7dbe81d commit ef6307b
Show file tree
Hide file tree
Showing 2 changed files with 674 additions and 841 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@
"test:bun": "bun --bun test test/bun"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.25.6",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.8",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@babel/template": "^7.25.0",
"@babel/types": "^7.25.6",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/template": "^7.25.9",
"@babel/types": "^7.26.0",
"@types/babel__core": "^7.20.5",
"@types/babel__template": "^7.4.4",
"@types/node": "^20.16.5",
"@types/node": "^20.17.4",
"@types/object-hash": "^3.0.6",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^2.1.1",
"acorn": "^8.12.1",
"@vitest/coverage-v8": "^2.1.4",
"acorn": "^8.14.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
Expand All @@ -53,29 +53,29 @@
"create-require": "^1.1.1",
"destr": "^2.0.3",
"escape-string-regexp": "^5.0.0",
"eslint": "^9.11.0",
"eslint-config-unjs": "^0.3.2",
"eslint": "^9.13.0",
"eslint-config-unjs": "^0.4.1",
"esm": "^3.2.25",
"estree-walker": "^3.0.3",
"execa": "^9.4.0",
"execa": "^9.5.1",
"fast-glob": "^3.3.2",
"mlly": "^1.7.1",
"mlly": "^1.7.2",
"object-hash": "^3.0.0",
"pathe": "^1.1.2",
"pirates": "^4.0.6",
"pkg-types": "^1.2.0",
"pkg-types": "^1.2.1",
"prettier": "^3.3.3",
"reflect-metadata": "^0.2.1",
"semver": "^7.6.3",
"std-env": "^3.7.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vitest": "^2.1.1",
"webpack": "^5.94.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.12.3"
}
Loading

0 comments on commit ef6307b

Please sign in to comment.