Skip to content

Commit

Permalink
chore: update deps (#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 20, 2023
1 parent 40ea985 commit 6a01cb9
Show file tree
Hide file tree
Showing 14 changed files with 374 additions and 424 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,36 +58,36 @@
"devDependencies": {
"@builder.io/partytown": "0.8.0",
"@clack/prompts": "^0.6.3",
"@microsoft/api-documenter": "^7.22.19",
"@microsoft/api-extractor": "7.35.3",
"@microsoft/api-documenter": "^7.22.21",
"@microsoft/api-extractor": "7.36.0",
"@napi-rs/cli": "2.12.1",
"@napi-rs/triples": "1.1.0",
"@node-rs/helper": "1.3.3",
"@octokit/action": "3.18.1",
"@playwright/test": "1.35.0",
"@playwright/test": "1.35.1",
"@types/brotli": "1.3.1",
"@types/cross-spawn": "6.0.2",
"@types/eslint": "8.40.2",
"@types/express": "4.17.17",
"@types/mri": "1.1.1",
"@types/node": "^20.2.5",
"@types/node": "^20.3.1",
"@types/path-browserify": "1.0.0",
"@types/prettier": "2.7.3",
"@types/prompts": "2.4.4",
"@types/semver": "7.5.0",
"@types/which-pm-runs": "1.0.0",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/utils": "5.59.11",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@typescript-eslint/utils": "5.60.0",
"all-contributors-cli": "6.26.0",
"brotli": "1.3.3",
"commitizen": "4.3.0",
"concurrently": "8.1.0",
"concurrently": "8.2.0",
"create-qwik": "workspace:*",
"cross-spawn": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"esbuild": "0.16.16",
"eslint": "8.42.0",
"eslint": "8.43.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-qwik": "^1.1.5",
"execa": "7.1.1",
Expand All @@ -101,9 +101,9 @@
"pretty-quick": "^3.1.3",
"prompts": "2.4.2",
"rollup": "3.25.1",
"semver": "7.5.1",
"semver": "7.5.2",
"snoop": "^1.0.4",
"terser": "5.18.0",
"terser": "5.18.1",
"tsm": "2.2.2",
"typescript": "5.1.3",
"undici": "5.22.1",
Expand Down
26 changes: 12 additions & 14 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,30 @@
"@docsearch/css": "3.3.4",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@modular-forms/qwik": "^0.12.0",
"@mui/material": "^5.13.0",
"@mui/x-data-grid": "^6.4.0",
"@supabase/supabase-js": "^2.24.0",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@unpic/core": "^0.0.24",
"@unpic/qwik": "^0.0.20",
"algoliasearch": "4.16.0",
"autoprefixer": "10.4.14",
"fflate": "0.8.0",
"gray-matter": "4.0.3",
"openai": "^3.2.1",
"postcss": "8.4.24",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"puppeteer": "^20.7.1",
"puppeteer": "^20.7.2",
"qwik-image": "^0.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-pretty-code": "^0.9.8",
"rehype-pretty-code": "0.9.8",
"shiki": "^0.14.2",
"snarkdown": "^2.0.0",
"tailwindcss": "3.3.2",
"tsm": "2.3.0",
"typescript": "5.1.3",
Expand All @@ -67,14 +74,5 @@
"pnpm": ">=8.0.0"
},
"license": "MIT",
"private": true,
"dependencies": {
"@modular-forms/qwik": "^0.12.0",
"@supabase/supabase-js": "^2.24.0",
"@unpic/core": "^0.0.24",
"@unpic/qwik": "^0.0.19",
"openai": "^3.2.1",
"qwik-image": "^0.0.6",
"snarkdown": "^2.0.0"
}
"private": true
}
2 changes: 1 addition & 1 deletion packages/docs/src/routes/docs/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
- [Static Assets](/docs/(qwikcity)/advanced/static-assets/index.mdx)
- [Sitemaps](/docs/(qwikcity)/advanced/sitemaps/index.mdx)
- [ESLint-Rules](/docs/(qwik)/advanced/eslint/index.mdx)
- [Content Security Policy](/docs/(qwik)/advanced/content-security-policy/index.mdx)
- [Content Security Policy](/docs/(qwikcity)/advanced/content-security-policy/index.mdx)

## Reference

Expand Down
5 changes: 3 additions & 2 deletions packages/docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import { qwikCity } from '@builder.io/qwik-city/vite';
import { partytownVite } from '@builder.io/partytown/utils';
import { examplesData, playgroundData, tutorialData } from './vite.repl-apps';
import { sourceResolver } from './vite.source-resolver';
import rehypePrettyCode from 'rehype-pretty-code';
import { qwikReact } from '@builder.io/qwik-react/vite';
import Inspect from 'vite-plugin-inspect';

export default defineConfig(() => {
export default defineConfig(async () => {
const { default: rehypePrettyCode } = await import('rehype-pretty-code');

const routesDir = resolve('src', 'routes');
return {
ssr: {
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
"devDependencies": {
"@azure/functions": "^3.5.1",
"@builder.io/qwik": "workspace:*",
"@microsoft/api-extractor": "7.35.3",
"@microsoft/api-extractor": "7.36.0",
"@netlify/edge-functions": "^2.0.0",
"@types/marked": "5.0.0",
"@types/mdast": "^3.0.11",
"@types/node": "^20.2.5",
"@types/node": "^20.3.1",
"@types/refractor": "3.0.2",
"estree-util-value-to-estree": "3.0.1",
"github-slugger": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@builder.io/qwik": "workspace:*",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.3",
Expand Down

0 comments on commit 6a01cb9

Please sign in to comment.