From 2ada19f4494357e3c470579073879ffca6181b82 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Sat, 24 Aug 2024 00:42:43 +0100 Subject: [PATCH] chore: reorganise dependencies, change working ver to 8.0 --- manifest/chrome.json | 2 +- manifest/firefox.json | 2 +- package.json | 52 ++++++++++++++++++++--------------------- src/config/constants.js | 2 +- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/manifest/chrome.json b/manifest/chrome.json index 8226bf5f..3ddadd06 100644 --- a/manifest/chrome.json +++ b/manifest/chrome.json @@ -4,7 +4,7 @@ "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", - "version": "7.1.1", + "version": "8.0.0", "homepage_url": "https://muetab.com", "action": { "default_icon": "icons/128x128.png" diff --git a/manifest/firefox.json b/manifest/firefox.json index 7a0ef0c2..5f2e2310 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Mue", "description": "Fast, open and free-to-use new tab page for modern browsers.", - "version": "7.1.1", + "version": "8.0.0", "homepage_url": "https://muetab.com", "action": { "default_icon": "icons/128x128.png" diff --git a/package.json b/package.json index 8b9fada5..8e4b1fa9 100644 --- a/package.json +++ b/package.json @@ -9,57 +9,57 @@ "homepage": "https://muetab.com", "bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D", "license": "BSD-3-Clause", - "version": "7.1.1", + "version": "8.0.0", "dependencies": { "@eartharoid/i18n": "2.0.0-alpha.1", - "@eartharoid/vite-plugin-i18n": "^1.0.0-alpha.5", - "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.5", + "@emotion/react": "^11.13.3", + "@emotion/styled": "^11.13.0", "@floating-ui/react-dom": "2.1.0", - "@fontsource-variable/lexend-deca": "^5.0.13", - "@fontsource-variable/montserrat": "^5.0.19", - "@headlessui/react": "^2.1.0", + "@fontsource-variable/lexend-deca": "^5.0.14", + "@fontsource-variable/montserrat": "^5.0.20", + "@headlessui/react": "^2.1.3", "@muetab/react-sortable-hoc": "^2.0.1", "@mui/material": "5.15.19", - "@sentry/react": "^8.11.0", + "@sentry/react": "^8.26.0", "clsx": "^2.1.1", "embla-carousel-autoplay": "8.1.3", "embla-carousel-react": "8.1.3", - "fast-blurhash": "^1.1.2", - "framer-motion": "^11.2.11", + "fast-blurhash": "^1.1.4", + "framer-motion": "^11.3.30", "image-conversion": "^2.1.1", - "markdown-to-jsx": "^7.4.7", + "markdown-to-jsx": "^7.5.0", "react": "^18.3.1", - "react-best-gradient-color-picker": "^3.0.8", + "react-best-gradient-color-picker": "^3.0.10", "react-clock": "5.0.0", "react-dom": "^18.3.1", - "react-icons": "^5.2.1", + "react-icons": "^5.3.0", "react-modal": "3.16.1", "react-toastify": "10.0.5", - "use-debounce": "^10.0.1", - "vite-plugin-inspect": "^0.8.4" + "use-debounce": "^10.0.3" }, "devDependencies": { - "@commitlint/cli": "^19.3.0", + "@commitlint/cli": "^19.4.0", "@commitlint/config-conventional": "^19.2.2", "@eartharoid/deep-merge": "^0.0.2", - "@tailwindcss/typography": "^0.5.13", + "@eartharoid/vite-plugin-i18n": "1.0.0-alpha.5", + "@tailwindcss/typography": "^0.5.14", "@vitejs/plugin-react-swc": "^3.7.0", - "adm-zip": "^0.5.14", - "autoprefixer": "^10.4.19", + "adm-zip": "^0.5.15", + "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", - "husky": "^9.0.11", - "prettier": "^3.3.2", - "sass": "^1.77.6", - "stylelint": "^16.6.1", + "husky": "^9.1.5", + "prettier": "^3.3.3", + "sass": "^1.77.8", + "stylelint": "^16.8.2", "stylelint-config-standard-scss": "^13.1.0", - "stylelint-scss": "^6.3.2", - "tailwindcss": "^3.4.4", + "stylelint-scss": "^6.5.0", + "tailwindcss": "^3.4.10", "vite": "5.2.12", + "vite-plugin-inspect": "^0.8.7", "vite-plugin-progress": "^0.0.7", - "yaml": "^2.4.5" + "yaml": "^2.5.0" }, "scripts": { "dev": "vite", diff --git a/src/config/constants.js b/src/config/constants.js index f420fe43..5d9f7108 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -27,4 +27,4 @@ export const TWITTER_HANDLE = 'getmue'; export const DISCORD_SERVER = 'zv8C9F8'; export const OPENCOLLECTIVE_USERNAME = 'mue'; -export const VERSION = '7.1.1'; +export const VERSION = '8.0.0';