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 Dec 31, 2023
1 parent dafdb0d commit 9de1570
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 282 deletions.
28 changes: 14 additions & 14 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.23.5",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.5",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.5",
"@babel/types": "^7.23.6",
"@types/babel__core": "^7.20.5",
"@types/babel__template": "^7.4.4",
"@types/node": "^20.10.3",
"@types/node": "^20.10.6",
"@types/object-hash": "^3.0.6",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.6",
"@vitest/coverage-v8": "^0.34.6",
"acorn": "^8.11.2",
"acorn": "^8.11.3",
"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,7 +53,7 @@
"create-require": "^1.1.1",
"destr": "^2.0.2",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"esm": "^3.2.25",
"estree-walker": "^3.0.3",
Expand All @@ -64,18 +64,18 @@
"pathe": "^1.1.1",
"pirates": "^4.0.6",
"pkg-types": "^1.0.3",
"prettier": "^3.1.0",
"reflect-metadata": "^0.1.13",
"prettier": "^3.1.1",
"reflect-metadata": "^0.2.1",
"semver": "^7.5.4",
"std-env": "^3.6.0",
"terser-webpack-plugin": "^5.3.9",
"std-env": "^3.7.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vitest": "^0.34.6",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@8.11.0"
"packageManager": "pnpm@8.13.1"
}
Loading

0 comments on commit 9de1570

Please sign in to comment.