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 Dec 3, 2023
1 parent d08736f commit 02b4b1b
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 264 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"test:bun": "bun --bun test test/bun"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^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.3",
"@babel/plugin-transform-optional-chaining": "^7.23.3",
"@babel/plugin-transform-typescript": "^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/preset-typescript": "^7.23.3",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.3",
"@types/babel__core": "^7.20.4",
"@babel/types": "^7.23.5",
"@types/babel__core": "^7.20.5",
"@types/babel__template": "^7.4.4",
"@types/node": "^20.9.0",
"@types/node": "^20.10.3",
"@types/object-hash": "^3.0.6",
"@types/resolve": "^1.20.5",
"@types/semver": "^7.5.5",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.6",
"@vitest/coverage-v8": "^0.34.6",
"acorn": "^8.11.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
Expand All @@ -53,7 +53,7 @@
"create-require": "^1.1.1",
"destr": "^2.0.2",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.53.0",
"eslint": "^8.55.0",
"eslint-config-unjs": "^0.2.1",
"esm": "^3.2.25",
"estree-walker": "^3.0.3",
Expand All @@ -67,15 +67,15 @@
"prettier": "^3.1.0",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.4",
"std-env": "^3.5.0",
"std-env": "^3.6.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}
Loading

0 comments on commit 02b4b1b

Please sign in to comment.