Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent 671d069 commit a9aa709
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 237 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"test": "pnpm lint && vitest run --coverage"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/plugin-transform-typescript": "^7.21.0",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/preset-typescript": "^7.21.0",
"@babel/template": "^7.20.7",
"@babel/types": "^7.21.2",
"@babel/types": "^7.21.3",
"@types/babel__core": "^7.20.0",
"@types/babel__template": "^7.4.1",
"@types/node": "^18.14.6",
"@types/node": "^18.15.3",
"@types/object-hash": "^3.0.2",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.3.13",
Expand All @@ -52,13 +52,13 @@
"cross-env": "^7.0.3",
"destr": "^1.2.2",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.35.0",
"eslint": "^8.36.0",
"eslint-config-unjs": "^0.1.0",
"esm": "^3.2.25",
"estree-walker": "^3.0.3",
"execa": "^7.0.0",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"mlly": "^1.1.1",
"mlly": "^1.2.0",
"object-hash": "^3.0.0",
"pathe": "^1.1.0",
"pirates": "^4.0.5",
Expand All @@ -67,14 +67,14 @@
"reflect-metadata": "^0.1.13",
"semver": "^7.3.8",
"std-env": "^3.3.2",
"terser-webpack-plugin": "^5.3.6",
"terser-webpack-plugin": "^5.3.7",
"ts-loader": "^9.4.2",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"webpack": "^5.75.0",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
},
"packageManager": "pnpm@7.29.0"
"packageManager": "pnpm@7.29.3"
}
Loading

0 comments on commit a9aa709

Please sign in to comment.