diff --git a/package-lock.json b/package-lock.json index 9ec6a0b..a997d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20275,7 +20275,7 @@ }, "packages/gatsby-theme-pitayan": { "name": "@pitayan/gatsby-theme-pitayan", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^2.2.1", @@ -20350,19 +20350,6 @@ "postcss-nested": "^6.0.0", "tailwindcss": "^3.2.4" } - }, - "packages/www/node_modules/unist-util-remove": { - "version": "1.0.3", - "extraneous": true, - "license": "MIT", - "dependencies": { - "unist-util-is": "^3.0.0" - } - }, - "packages/www/node_modules/unist-util-remove/node_modules/unist-util-is": { - "version": "3.0.0", - "extraneous": true, - "license": "MIT" } }, "dependencies": { @@ -35001,21 +34988,6 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "tailwindcss": "^3.2.4" - }, - "dependencies": { - "unist-util-remove": { - "version": "1.0.3", - "extraneous": true, - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "3.0.0", - "extraneous": true - } - } - } } }, "xdg-basedir": { diff --git a/packages/gatsby-theme-pitayan/package.json b/packages/gatsby-theme-pitayan/package.json index 849069a..b0b4886 100644 --- a/packages/gatsby-theme-pitayan/package.json +++ b/packages/gatsby-theme-pitayan/package.json @@ -80,5 +80,5 @@ "serve": "gatsby serve", "start": "npm run develop" }, - "version": "0.5.0" + "version": "0.5.1" }