Upgrade dependencies

pull/3439/head
Kamran Ahmed 2 years ago
parent 5bca9834fb
commit 253c88542f
  1. 18
      package.json
  2. 1114
      pnpm-lock.yaml

@ -18,23 +18,23 @@
"test:e2e": "playwright test" "test:e2e": "playwright test"
}, },
"dependencies": { "dependencies": {
"@astrojs/sitemap": "^1.0.0", "@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^2.1.3", "@astrojs/tailwind": "^3.0.1",
"astro": "^1.9.2", "astro": "^2.0.8",
"astro-compress": "^1.1.28", "astro-compress": "^1.1.31",
"node-html-parser": "^6.1.4", "node-html-parser": "^6.1.4",
"npm-check-updates": "^16.6.2", "npm-check-updates": "^16.6.5",
"rehype-external-links": "^2.0.1", "rehype-external-links": "^2.0.1",
"roadmap-renderer": "^1.0.4", "roadmap-renderer": "^1.0.4",
"tailwindcss": "^3.2.4" "tailwindcss": "^3.2.6"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.29.2", "@playwright/test": "^1.30.0",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"gh-pages": "^5.0.0", "gh-pages": "^5.0.0",
"json-to-pretty-yaml": "^1.2.2", "json-to-pretty-yaml": "^1.2.2",
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"prettier": "^2.8.3", "prettier": "^2.8.4",
"prettier-plugin-astro": "^0.7.2" "prettier-plugin-astro": "^0.8.0"
} }
} }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save