Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#56)
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 f7798bd commit e3a3396
Show file tree
Hide file tree
Showing 4 changed files with 827 additions and 842 deletions.
28 changes: 14 additions & 14 deletions examples/vite/package.json
Expand Up @@ -14,26 +14,26 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@storybook/addon-actions": "^7.0.6",
"@storybook/addon-essentials": "^7.0.6",
"@storybook/addon-interactions": "^7.0.6",
"@storybook/addon-links": "^7.0.6",
"@babel/core": "^7.21.5",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/jest": "^0.1.0",
"@storybook/testing-library": "0.1.0",
"@storybook/vue3": "^7.0.6",
"@storybook/vue3-vite": "7.0.6",
"@types/node": "^18.15.13",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/tsconfig": "^0.2.0",
"@storybook/vue3": "^7.0.7",
"@storybook/vue3-vite": "7.0.7",
"@types/node": "^18.16.3",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/tsconfig": "^0.3.2",
"babel-loader": "^9.1.2",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.0.6",
"storybook": "7.0.7",
"typescript": "~5.0.4",
"vite": "^4.3.1",
"vue-loader": "^17.0.1",
"vue-tsc": "^1.4.4"
"vite": "^4.3.3",
"vue-loader": "^17.1.0",
"vue-tsc": "^1.6.1"
}
}
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -93,7 +93,7 @@
"@storybook/csf": "^0.1.0",
"@storybook/mdx2-csf": "^1.0.0",
"consola": "^3.1.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"unplugin": "^1.3.1"
},
Expand All @@ -102,9 +102,9 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@nuxt/schema": "^3.4.2",
"@nuxt/schema": "^3.4.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.15.13",
"@types/node": "^18.16.3",
"@types/prettier": "^2.7.2",
"@vitest/coverage-c8": "^0.30.1",
"cross-env": "^7.0.3",
Expand All @@ -115,13 +115,13 @@
"fast-glob": "^3.2.12",
"nodemon": "^2.0.22",
"rimraf": "^5.0.0",
"rollup": "^3.20.7",
"rollup": "^3.21.2",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite": "^4.3.3",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"webpack": "^5.80.0"
"webpack": "^5.81.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -4,7 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"vite": "^4.3.1",
"vite": "^4.3.3",
"vite-plugin-inspect": "^0.7.24"
}
}

0 comments on commit e3a3396

Please sign in to comment.