Skip to content

Commit

Permalink
[skip netlify] Update Bumped minor version of packages (#6064)
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 29, 2023
1 parent 6fc74e2 commit 56fb758
Show file tree
Hide file tree
Showing 4 changed files with 1,053 additions and 944 deletions.
2 changes: 1 addition & 1 deletion libs/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vitest/coverage-c8": "^0.31.1",
"changelogen": "^0.5.3",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.1.0",
"eslint-config-unjs": "^0.2.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"unbuild": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint": "^8.41.0",
"eslint-plugin-vue": "^8.7.1",
"histoire": "^0.16.1",
"vite": "^3.2.6",
"vite": "^3.2.7",
"vue": "2.7.14"
},
"dependencies": {
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@kodadot1/vuex-options": "0.1.5",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/sentry": "^7.2.6",
"@nuxtjs/sentry": "^7.3.0",
"@oruga-ui/oruga": "^0.6.0",
"@paraspell/sdk": "^1.1.8",
"@pinia/nuxt": "^0.4.11",
Expand Down Expand Up @@ -126,16 +126,16 @@
"vue-social-sharing": "^3.0.9",
"vue-tippy": "^4.16.1",
"vuex": "3.6.2",
"workbox-window": "^6.5.4"
"workbox-window": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/core": "^7.22.1",
"@babel/helper-define-map": "^7.18.6",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/plugin-transform-runtime": "^7.22.2",
"@babel/preset-env": "^7.22.2",
"@kevinmarrec/nuxt-pwa": "0.15.0",
"@nuxt/bridge": "npm:@nuxt/bridge-edge@3.0.0-27889410.9247608",
"@nuxt/test-utils": "^0.2.2",
Expand All @@ -146,16 +146,16 @@
"@sentry/webpack-plugin": "^1.20.1",
"@types/jest": "^27.5.2",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vue/test-utils": "^1.3.5",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"all-contributors-cli": "^6.25.1",
"c8": "^7.13.0",
"consola": "^2.15.3",
"all-contributors-cli": "^6.26.0",
"c8": "^7.14.0",
"consola": "^3.1.0",
"cross-env": "^7.0.3",
"cypress": "^12.12.0",
"cypress": "^12.13.0",
"cypress-file-upload": "^5.0.8",
"cypress-network-idle": "^1.14.2",
"cypress-real-events": "^1.8.1",
Expand Down
Loading

0 comments on commit 56fb758

Please sign in to comment.