Skip to content

Commit

Permalink
Update various dependencies in the pnpm-lock.yaml
Browse files Browse the repository at this point in the history
This commit updates the versions of several dependencies specified in the pnpm-lock.yaml file to their latest versions for improved features and security patches. This includes updating the versions for '@astrojs/tailwind', '@astrojs/vue', '@typescript-eslint/eslint-plugin', and 'sass' among others. This update helps to ensure that our project's dependencies are up-to-date and no critical updates are missed for stable and secure project builds.
  • Loading branch information
yacosta738 committed Sep 5, 2023
1 parent 4f0a6cc commit 15df1de
Show file tree
Hide file tree
Showing 2 changed files with 2,499 additions and 7,361 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.9",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@vite-pwa/astro": "^0.1.1",
"@tailwindcss/typography": "0.5.10",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@vite-pwa/astro": "^0.1.2",
"@vueuse/core": "10.4.1",
"astro": "3.0.3",
"astro": "3.0.8",
"astro-compress": "1.1.23",
"astro-critters": "2.0.11",
"astro-i18next": "1.0.0-beta.21",
Expand All @@ -55,18 +55,18 @@
"husky": "8.0.3",
"i18next-fs-backend": "2.1.5",
"locale-emoji": "0.3.0",
"marked": "7.0.5",
"marked": "8.0.0",
"mdast-util-to-string": "4.0.0",
"nanostores": "0.9.3",
"postcss-nesting": "12.0.1",
"postcss-preset-env": "9.1.2",
"postcss-preset-env": "9.1.3",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-tailwindcss": "0.5.3",
"prettier-plugin-tailwindcss": "0.5.4",
"reading-time": "1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"remark-toc": "^8.0.1",
"sass": "1.64.2",
"sass": "1.66.1",
"sharp": "0.32.5",
"start-server-and-test": "2.0.0",
"tailwindcss": "3.3.3",
Expand Down
Loading

0 comments on commit 15df1de

Please sign in to comment.