Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed May 23, 2023
1 parent c98f1ed commit 9229fd0
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 217 deletions.
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -56,36 +56,36 @@
"watch": "node --loader esbuild-register/loader -r esbuild-register scripts/watch"
},
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/types": "^7.21.3",
"@microsoft/api-extractor": "^7.34.4",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/types": "^7.21.5",
"@microsoft/api-extractor": "^7.35.0",
"@microsoft/tsdoc-config": "^0.16.2",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-terser": "^0.4.3",
"browserslist": "^4.21.5",
"cac": "^6.7.14",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"esbuild": "^0.17.12",
"esbuild": "^0.17.19",
"esbuild-register": "^3.4.2",
"find-config": "^1.0.0",
"globby": "^11.1.0",
"jsonc-parser": "^3.2.0",
"mkdirp": "^3.0.0",
"mkdirp": "^3.0.1",
"pkg-up": "^3.1.0",
"prettier": "^2.8.5",
"prettier": "^2.8.8",
"pretty-bytes": "^5.6.0",
"recast": "^0.23.0",
"rimraf": "^5.0.0",
"rollup": "^3.20.0",
"recast": "^0.23.2",
"rimraf": "^5.0.1",
"rollup": "^3.23.0",
"rollup-plugin-esbuild": "^5.0.0",
"rxjs": "^7.8.0",
"rxjs": "^7.8.1",
"treeify": "^1.1.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
Expand All @@ -102,24 +102,24 @@
"@types/prettier": "^2.7.2",
"@types/treeify": "^1.0.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"commitizen": "^4.3.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"rollup-plugin-visualizer": "^5.9.0",
"semantic-release": "^21.0.0",
"semantic-release": "^21.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vitest": "^0.31.0"
"typescript": "^5.0.4",
"vitest": "^0.31.1"
},
"peerDependencies": {
"typescript": "^4.7 || ^5"
Expand Down

0 comments on commit 9229fd0

Please sign in to comment.