Skip to content

Commit

Permalink
Merge pull request #5 from iswilljr/deps
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
iswilljr authored Sep 2, 2023
2 parents 4a8c79e + 9fc58ef commit d4b8412
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 1,558 deletions.
2 changes: 0 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import mdx from '@astrojs/mdx'
import sitemap from '@astrojs/sitemap'
import tailwind from '@astrojs/tailwind'
import rehypeHighlight from 'rehype-prism-plus'
import { defineConfig } from 'astro/config'

export default defineConfig({
site: 'https://therickandmortyapi.vercel.app',
integrations: [mdx(), sitemap(), tailwind()],
markdown: {
syntaxHighlight: 'prism',
rehypePlugins: [rehypeHighlight],
},
})
39 changes: 13 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,53 +7,40 @@
"scripts": {
"astro": "astro",
"build": "astro build",
"build.client": "vite build",
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adapters/vercel-edge/vite.config.ts",
"build.types": "tsc --incremental --noEmit",
"deploy": "vercel deploy",
"dev": "astro dev",
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
"format": "prettier --write .",
"format.check": "prettier --check .",
"get-random-characters": "node scripts/get-random-characters.js",
"lint": "eslint \"src/**/*.ts*\"",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx,astro}\"",
"preview": "astro preview",
"start": "astro dev",
"test.e2e": "playwright test",
"qwik": "qwik"
"test.e2e": "playwright test"
},
"dependencies": {
"@astrojs/mdx": "1.0.0",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "3.0.0",
"@astrojs/tailwind": "5.0.0",
"@unpic/qwik": "0.0.25",
"astro": "3.0.6",
"astro": "3.0.7",
"clsx": "2.0.0"
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@playwright/test": "1.37.1",
"@tailwindcss/typography": "0.5.9",
"@types/eslint": "8.44.2",
"@types/node": "20.4.8",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard-with-typescript": "37.0.0",
"@types/node": "20.5.9",
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard-with-typescript": "39.0.0",
"eslint-plugin-astro": "0.29.0",
"eslint-plugin-prettier": "5.0.0",
"postcss": "8.4.27",
"prettier": "3.0.1",
"postcss": "8.4.29",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-tailwindcss": "0.4.1",
"prettier-plugin-tailwindcss": "0.5.4",
"prism-themes": "1.9.0",
"rehype-prism-plus": "1.6.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"undici": "5.23.0",
"vercel": "31.2.2",
"vite": "4.4.8",
"vite-tsconfig-paths": "4.2.0"
"typescript": "5.1.6"
}
}
Loading

1 comment on commit d4b8412

@vercel
Copy link

@vercel vercel bot commented on d4b8412 Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.