From 75676183d008a07070db8fdd52af3fdf0bbfb8a7 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 8 Jan 2024 21:02:33 -0500 Subject: chore(deps): bump --- apps/storybook/package.json | 24 ++++++++++++------------ apps/website/astro.config.ts | 2 +- apps/website/package.json | 18 ++++++++---------- apps/website/src/env.d.ts | 2 -- apps/website/src/layouts/Layout.astro | 15 --------------- apps/website/src/pages/mods.astro | 2 +- 6 files changed, 22 insertions(+), 41 deletions(-) (limited to 'apps') diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 6729f27..40399d9 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -6,31 +6,31 @@ "build-storybook": "storybook build --no-open" }, "dependencies": { - "@storybook/addon-essentials": "^7.6.6", - "@storybook/addon-interactions": "^7.6.6", - "@storybook/addon-links": "^7.6.6", + "@storybook/addon-essentials": "^7.6.7", + "@storybook/addon-interactions": "^7.6.7", + "@storybook/addon-links": "^7.6.7", "@storybook/addon-styling": "^1.3.7", - "@storybook/blocks": "^7.6.6", - "@storybook/react": "^7.6.6", - "@storybook/react-vite": "^7.6.6", + "@storybook/blocks": "^7.6.7", + "@storybook/react": "^7.6.7", + "@storybook/react-vite": "^7.6.7", "@storybook/testing-library": "^0.2.2", "postcss-pseudo-companion-classes": "^0.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "sass": "^1.69.5" + "sass": "^1.69.7" }, "devDependencies": { "@polyfrost/config": "workspace:*", "@polyfrost/ui": "workspace:*", - "@types/react": "^18.2.45", + "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", - "postcss": "^8.4.32", + "postcss": "^8.4.33", "prop-types": "^15.8.1", - "storybook": "^7.6.6", - "tailwindcss": "^3.4.0", + "storybook": "^7.6.7", + "tailwindcss": "^3.4.1", "typescript": "^5.3.3", - "vite": "^5.0.10" + "vite": "^5.0.11" } } diff --git a/apps/website/astro.config.ts b/apps/website/astro.config.ts index 4f394a1..60831d1 100644 --- a/apps/website/astro.config.ts +++ b/apps/website/astro.config.ts @@ -16,7 +16,7 @@ export default defineConfig({ vite: { css: { postcss: { - plugins: [postcssNesting], + plugins: [postcssNesting()], }, }, }, diff --git a/apps/website/package.json b/apps/website/package.json index a6e73a0..730f5a5 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -11,20 +11,18 @@ "test": "vitest" }, "dependencies": { - "@astrojs/mdx": "^2.0.2", + "@astrojs/mdx": "^2.0.3", "@astrojs/rss": "^4.0.1", - "@astrojs/sitemap": "^3.0.3", - "@astrojs/tailwind": "^5.0.4", - "astro": "^4.0.7", - "fullpage.js": "^4.0.20", - "locomotive-scroll": "^4.1.4", - "sass": "^1.69.5", - "tailwindcss": "^3.4.0", - "vitest": "^1.1.0" + "@astrojs/sitemap": "^3.0.4", + "@astrojs/tailwind": "^5.1.0", + "astro": "^4.1.1", + "sass": "^1.69.7", + "tailwindcss": "^3.4.1", + "vitest": "^1.1.3" }, "devDependencies": { "@polyfrost/config": "workspace:*", - "@types/node": "~20.10.5", + "@types/node": "~20.10.7", "node-html-parser": "^6.1.12", "typescript": "^5.3.3" } diff --git a/apps/website/src/env.d.ts b/apps/website/src/env.d.ts index 01db714..acef35f 100644 --- a/apps/website/src/env.d.ts +++ b/apps/website/src/env.d.ts @@ -1,4 +1,2 @@ /// /// - -declare module 'locomotive-scroll'; diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro index a14bc65..f157e73 100644 --- a/apps/website/src/layouts/Layout.astro +++ b/apps/website/src/layouts/Layout.astro @@ -4,8 +4,6 @@ import Favicon from '/media/polyfrost/minimal_bg.svg?url'; import Navbar from '../components/base/navbar/Navbar.astro'; import '../styles/global.css'; -// import 'locomotive-scroll/dist/locomotive-scroll.min.css'; - interface Props { title?: string description?: string @@ -47,16 +45,3 @@ const { - - diff --git a/apps/website/src/pages/mods.astro b/apps/website/src/pages/mods.astro index 5a9b303..ae1002c 100644 --- a/apps/website/src/pages/mods.astro +++ b/apps/website/src/pages/mods.astro @@ -124,7 +124,7 @@ const modrinthUrl = `https://modrinth.com/${modrinthType}/${modrinthId}`; OneConfig brings the simplicity of a client to the everyday user, gives advanced users and developers complete control over everything, while remaining free and open-source.
-
-- cgit