Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#42)
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 May 1, 2023
1 parent 9b07f32 commit be45d08
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 94 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -75,8 +75,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.21.4",
"@babel/types": "^7.21.4",
"@babel/parser": "^7.21.5",
"@babel/types": "^7.21.5",
"@rollup/pluginutils": "^5.0.2",
"entities": "^4.5.0",
"estree-walker": "^3.0.3",
Expand All @@ -88,18 +88,18 @@
"@sxzz/eslint-config": "^2.4.6",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"benchmark": "^2.1.4",
"bumpp": "^9.1.0",
"eslint": "^8.39.0",
"eslint-define-config": "^1.19.0",
"eslint-define-config": "^1.20.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite": "^4.3.3",
"vitest": "^0.30.1"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Expand Up @@ -18,12 +18,12 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/runtime-core": "^3.2.47",
"unocss": "^0.51.8",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.1",
"vue-tsc": "^1.4.4"
"vite": "^4.3.3",
"vue-tsc": "^1.6.1"
}
}

0 comments on commit be45d08

Please sign in to comment.