Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#13)
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 Dec 23, 2022
1 parent 5259862 commit 192cfd2
Show file tree
Hide file tree
Showing 2 changed files with 774 additions and 407 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,25 @@
"watch": "node --loader esbuild-register/loader -r esbuild-register scripts/watch"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/types": "^7.20.5",
"@babel/types": "^7.20.7",
"@microsoft/api-extractor": "^7.33.7",
"@microsoft/tsdoc-config": "^0.16.2",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-commonjs": "^23.0.7",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-terser": "^0.2.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.2.1",
"browserslist": "^4.21.4",
"cac": "^6.7.14",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"esbuild": "^0.16.3",
"esbuild-register": "^3.4.1",
"esbuild": "^0.16.10",
"esbuild-register": "^3.4.2",
"find-config": "^1.0.0",
"globby": "^11.1.0",
"jsonc-parser": "^3.2.0",
Expand All @@ -82,12 +82,12 @@
"pretty-bytes": "^5.6.0",
"recast": "^0.22.0",
"rimraf": "^3.0.2",
"rollup": "^3.7.1",
"rollup": "^3.8.1",
"rollup-plugin-esbuild": "^5.0.0",
"rxjs": "^7.6.0",
"rxjs": "^7.8.0",
"treeify": "^1.1.0",
"uuid": "^9.0.0",
"zod": "^3.19.1"
"zod": "^3.20.2"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
Expand Down

0 comments on commit 192cfd2

Please sign in to comment.