Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#143)
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] committed Jul 4, 2023
1 parent 10b1234 commit 1416c8f
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 637 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,58 +23,58 @@
"test": "pnpm lint && vitest run --coverage"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@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.5",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/preset-typescript": "^7.21.5",
"@babel/template": "^7.21.9",
"@babel/types": "^7.21.5",
"@types/babel__core": "^7.20.0",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/template": "^7.22.5",
"@babel/types": "^7.22.5",
"@types/babel__core": "^7.20.1",
"@types/babel__template": "^7.4.1",
"@types/node": "^20.2.3",
"@types/node": "^20.3.3",
"@types/object-hash": "^3.0.2",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.0",
"@vitest/coverage-c8": "^0.31.1",
"acorn": "^8.8.2",
"@vitest/coverage-c8": "^0.32.4",
"acorn": "^8.9.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"changelogen": "^0.5.3",
"changelogen": "^0.5.4",
"config": "^3.3.9",
"create-require": "^1.1.1",
"cross-env": "^7.0.3",
"destr": "^1.2.2",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.2.0",
"eslint": "^8.44.0",
"eslint-config-unjs": "^0.2.1",
"esm": "^3.2.25",
"estree-walker": "^3.0.3",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"mlly": "^1.3.0",
"fast-glob": "^3.3.0",
"mlly": "^1.4.0",
"object-hash": "^3.0.0",
"pathe": "^1.1.0",
"pirates": "^4.0.5",
"pathe": "^1.1.1",
"pirates": "^4.0.6",
"pkg-types": "^1.0.3",
"prettier": "^2.8.8",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.1",
"semver": "^7.5.3",
"std-env": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vitest": "^0.31.1",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
"ts-loader": "^9.4.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.4",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@8.5.1"
"packageManager": "pnpm@8.6.6"
}
Loading

0 comments on commit 1416c8f

Please sign in to comment.