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] committed Aug 12, 2024
1 parent ac7742f commit 5a36f77
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 267 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"test:bun": "bun --bun test test/bun"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.24.7",
"@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.24.8",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@babel/template": "^7.24.7",
"@babel/types": "^7.24.9",
"@babel/template": "^7.25.0",
"@babel/types": "^7.25.2",
"@types/babel__core": "^7.20.5",
"@types/babel__template": "^7.4.4",
"@types/node": "^20.14.12",
"@types/node": "^20.14.15",
"@types/object-hash": "^3.0.6",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/coverage-v8": "^2.0.5",
"acorn": "^8.12.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-parameter-decorator": "^1.0.16",
Expand All @@ -53,7 +53,7 @@
"create-require": "^1.1.1",
"destr": "^2.0.3",
"escape-string-regexp": "^5.0.0",
"eslint": "^9.7.0",
"eslint": "^9.9.0",
"eslint-config-unjs": "^0.3.2",
"esm": "^3.2.25",
"estree-walker": "^3.0.3",
Expand All @@ -72,10 +72,10 @@
"ts-loader": "^9.5.1",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4",
"vite": "^5.4.0",
"vitest": "^2.0.5",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.7.0"
}
Loading

0 comments on commit 5a36f77

Please sign in to comment.