Skip to content

Commit

Permalink
Merge pull request kodadot#8386 from kodadot/renovate/bumped-minor-ve…
Browse files Browse the repository at this point in the history
…rsion-of-packages

[skip netlify] Update Bumped minor version of packages
  • Loading branch information
yangwao authored Jan 2, 2024
2 parents cad9e05 + 62b5ae6 commit c21049f
Show file tree
Hide file tree
Showing 4 changed files with 1,474 additions and 2,119 deletions.
2 changes: 1 addition & 1 deletion libs/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@vitest/coverage-c8": "^0.33.0",
"changelogen": "^0.5.5",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
Expand Down
14 changes: 7 additions & 7 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"devDependencies": {
"@histoire/plugin-vue": "^0.17.6",
"@oruga-ui/oruga-next": "0.7.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^8.7.1",
"histoire": "^0.17.6",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^4.4.12"
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^4.5.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@google/model-viewer": "^3.3.0",
"@vueuse/core": "^9.13.0",
"bulma": "0.9.4",
"three": "^0.158.0",
"vue": "^3.3.9",
"three": "^0.160.0",
"vue": "^3.4.3",
"vue-audio-visual": "2.5.0"
}
}
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"@polkadot/vue-identicon": "^3.6.2",
"@ramp-network/ramp-instant-sdk": "^4.0.4",
"@transak/transak-sdk": "^1.4.1",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^4.5.0",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^4.6.2",
"apollo-boost": "^0.4.9",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.1",
Expand All @@ -95,7 +95,7 @@
"date-fns": "^2.30.0",
"emoji-unicode": "^2.0.1",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.2",
"graphql-ws": "^5.14.3",
"keen-slider": "^6.8.6",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
Expand All @@ -104,7 +104,7 @@
"nuxt-speedkit": "3.0.0-next.27",
"ofetch": "^1.3.3",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"qrcode.vue": "^3.4.1",
Expand All @@ -116,32 +116,32 @@
"vue-apollo": "^3.1.1",
"vue-audio-visual": "2.5.0",
"vue-dompurify-html": "^4.1.4",
"vue-tippy": "^6.3.1",
"wavesurfer.js": "^7.4.11",
"vue-tippy": "^6.4.1",
"wavesurfer.js": "^7.6.0",
"workbox-window": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.7",
"@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.11",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@nuxt/content": "^2.9.0",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@nuxt/content": "^2.10.0",
"@nuxt/types": "^2.17.2",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/google-fonts": "^3.1.0",
"@playwright/test": "^1.40.0",
"@nuxtjs/google-fonts": "^3.1.3",
"@playwright/test": "^1.40.1",
"@rollup/plugin-graphql": "^1.1.0",
"@sentry/vite-plugin": "^2.10.1",
"@sentry/vite-plugin": "^2.10.2",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.202",
"@types/markdown-it": "^13.0.7",
"@types/prismjs": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vite-pwa/nuxt": "^0.3.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vite-pwa/nuxt": "^0.4.0",
"@vitest/coverage-istanbul": "^0.34.6",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
Expand All @@ -150,26 +150,26 @@
"c8": "^7.14.0",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vue-scoped-css": "^2.5.1",
"eslint-plugin-vue-scoped-css": "^2.6.1",
"frontmatter-markdown-loader": "^3.7.0",
"glob": "^8.1.0",
"graphql-tag": "^2.12.6",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.5.0",
"nuxt-simple-sitemap": "^3.4.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"sass": "^1.69.6",
"tailwindcss": "^3.4.0",
"typescript": "^4.9.5",
"vitest": "^0.34.6",
"vue": "^3.4.0",
"vue": "^3.4.3",
"vue-debounce-decorator": "^1.0.1",
"vue-eslint-parser": "^9.3.2",
"vue-gtag": "^2.0.1",
Expand Down
Loading

0 comments on commit c21049f

Please sign in to comment.