Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 9, 2023
1 parent de73bd9 commit 2325b70
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 274 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"test": "pnpm lint && vitest run --coverage"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-decorators": "^7.22.10",
"@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.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.9",
"@babel/plugin-transform-typescript": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@babel/template": "^7.22.5",
"@babel/types": "^7.22.5",
"@babel/types": "^7.22.10",
"@types/babel__core": "^7.20.1",
"@types/babel__template": "^7.4.1",
"@types/node": "^20.4.6",
"@types/node": "^20.4.9",
"@types/object-hash": "^3.0.2",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"ts-loader": "^9.4.4",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vitest": "^0.34.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
Expand Down
Loading

0 comments on commit 2325b70

Please sign in to comment.