Skip to content

Commit

Permalink
Dependencies renovate (#895)
Browse files Browse the repository at this point in the history
* chore(deps): Update dependencies and set default namespace for i18next

 Several development dependencies were updated to newer versions to ensure better security and performance. Also, the default namespace for the i18next plugin was set in the HeadSEO component and the BaseTemplate component to ensure the correct locale is loaded.

* chore(deps): Update dependencies and set default namespace for i18next

 Several development dependencies were updated to newer versions to ensure better security and performance. Also, the default namespace for the i18next plugin was set in the HeadSEO component and the BaseTemplate component to ensure the correct locale is loaded.
  • Loading branch information
yacosta738 authored Aug 30, 2023
1 parent 74cd00a commit d623196
Show file tree
Hide file tree
Showing 4 changed files with 1,630 additions and 999 deletions.
53 changes: 25 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,50 +20,50 @@
"test:e2e": "start-server-and-test 'pnpm run start' http://localhost:3000 'pnpm run test:playwright'"
},
"devDependencies": {
"@astrojs/image": "0.17.3",
"@astrojs/rss": "2.4.4",
"@astrojs/sitemap": "2.0.1",
"@astrojs/tailwind": "4.0.0",
"@astrojs/vue": "2.2.1",
"@astrojs/image": "0.18.0",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "3.0.0",
"@astrojs/tailwind": "5.0.0",
"@astrojs/vue": "3.0.0",
"@nanostores/vue": "0.10.0",
"@playwright/test": "1.37.0",
"@playwright/test": "1.37.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.4",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.9",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@vite-pwa/astro": "^0.1.0",
"@vueuse/core": "10.3.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@vite-pwa/astro": "^0.1.1",
"@vueuse/core": "10.4.1",
"astro": "2.10.7",
"astro-compress": "1.1.23",
"astro-critters": "2.0.10",
"astro-critters": "2.0.11",
"astro-i18next": "1.0.0-beta.21",
"astro-icon": "0.8.1",
"astro-netlify-cms": "0.5.3",
"astro-netlify-cms": "0.5.4",
"astro-robots-txt": "0.5.0",
"astro-seo": "0.7.5",
"astro-seo": "0.8.0",
"dompurify": "3.0.5",
"eslint": "8.46.0",
"eslint": "8.48.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-astro": "0.28.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-astro": "0.29.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-n": "16.0.2",
"eslint-plugin-promise": "6.1.1",
"flowbite": "^1.6.5",
"flowbite": "^1.8.1",
"fuse.js": "6.6.2",
"husky": "8.0.3",
"i18next-fs-backend": "2.1.5",
"locale-emoji": "0.3.0",
"marked": "7.0.2",
"marked": "7.0.5",
"mdast-util-to-string": "4.0.0",
"nanostores": "0.9.3",
"postcss-nesting": "12.0.1",
"postcss-preset-env": "9.1.1",
"prettier": "3.0.1",
"prettier-plugin-astro": "0.11.0",
"prettier-plugin-tailwindcss": "0.5.1",
"postcss-preset-env": "9.1.2",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-tailwindcss": "0.5.3",
"reading-time": "1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"remark-toc": "^8.0.1",
Expand All @@ -72,13 +72,10 @@
"start-server-and-test": "2.0.0",
"tailwindcss": "3.3.3",
"uuid": "9.0.0",
"vitest": "^0.34.0",
"vitest": "^0.34.3",
"vue": "3.3.4",
"workbox-window": "^7.0.0"
},
"dependencies": {
"astro-netlify-cms": "0.5.3"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
"pnpm": ">=7.0.0"
Expand Down
Loading

0 comments on commit d623196

Please sign in to comment.