diff --git a/package.json b/package.json index b79c3f93..eccac3fc 100644 --- a/package.json +++ b/package.json @@ -36,47 +36,47 @@ }, "license": "MIT", "devDependencies": { - "@crxjs/vite-plugin": "^2.0.0-beta.23", + "@crxjs/vite-plugin": "2.0.0-beta.25", "@types/mime-types": "^2.1.4", - "@vitejs/plugin-react-swc": "^3.6.0", + "@vitejs/plugin-react-swc": "^3.7.0", "cross-env": "^7.0.3", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "glob": "^11.0.0", "mime-types": "^2.1.35", - "prettier": "^3.2.5", + "prettier": "^3.3.3", "process": "^0.11.10", - "sass": "^1.70.0", + "sass": "^1.78.0", "sass-loader": "^13.3.3", "semver": "^7.6.3", "svelte-preprocess": "^6.0.2", - "url": "^0.11.3" + "url": "^0.11.4" }, "dependencies": { "@bedframe/cli": "^0.0.85", "@codemirror/lang-less": "^6.0.2", - "@heroicons/react": "^2.1.3", + "@heroicons/react": "^2.1.5", "@million/lint": "latest", - "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6", - "@tailwindcss/forms": "^0.5.7", + "@sveltejs/vite-plugin-svelte": "4.0.0-next.7", + "@tailwindcss/forms": "^0.5.9", "@tsconfig/svelte": "^5.0.4", "@types/chrome": "^0.0.270", "@types/color": "^3.0.6", "@types/dompurify": "^3.0.5", - "@types/lodash": "^4.17.4", - "@types/node": "^20.11.30", - "@types/react": "^18.2.55", - "@types/react-dom": "^18.2.19", - "@types/sortablejs": "^1.15.7", + "@types/lodash": "^4.17.7", + "@types/node": "^20.16.5", + "@types/react": "^18.3.5", + "@types/react-dom": "^18.3.0", + "@types/sortablejs": "^1.15.8", "@types/uuid": "^9.0.8", "@types/webextension-polyfill": "^0.10.7", - "@uiw/codemirror-extensions-color": "^4.21.25", - "@uiw/codemirror-theme-github": "^4.21.25", - "@uiw/react-codemirror": "^4.21.25", + "@uiw/codemirror-extensions-color": "^4.23.2", + "@uiw/codemirror-theme-github": "^4.23.2", + "@uiw/react-codemirror": "^4.23.2", "autoprefixer": "^10.4.20", "classnames": "^2.5.1", "color": "^4.2.3", - "dompurify": "^3.0.8", - "framer-motion": "^11.0.25", + "dompurify": "^3.1.6", + "framer-motion": "^11.5.4", "idb": "^8.0.0", "kolorist": "^1.8.0", "localforage": "^1.10.0", @@ -85,23 +85,23 @@ "motion": "^10.18.0", "postcss": "^8.4.45", "publish-browser-extension": "^2.2.1", - "react": "^18.2.0", + "react": "^18.3.1", "react-best-gradient-color-picker": "3.0.5", - "react-dom": "^18.2.0", + "react-dom": "^18.3.1", "react-error-boundary": "^4.0.13", - "react-router-dom": "^6.22.0", + "react-router-dom": "^6.26.2", "react-toastify": "^10.0.5", - "rimraf": "^5.0.5", - "sortablejs": "^1.15.2", - "svelte": "^5.0.0-next.243", + "rimraf": "^5.0.10", + "sortablejs": "^1.15.3", + "svelte": "5.0.0-next.244", "svelte-hash-router": "^1.0.1", "svelte-motion": "^0.12.2", "swiper": "latest", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.11", "ts-loader": "^9.5.1", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "uuid": "^9.0.1", - "vite": "^5.4.2", + "vite": "^5.4.4", "webextension-polyfill": "^0.10.0" } }