Skip to content

Commit

Permalink
chore: update deps (QwikDev#4216)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored May 14, 2023
1 parent 4680508 commit 758acd5
Show file tree
Hide file tree
Showing 12 changed files with 327 additions and 307 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"devDependencies": {
"@builder.io/partytown": "0.8.0",
"@clack/prompts": "^0.6.3",
"@microsoft/api-documenter": "^7.22.4",
"@microsoft/api-extractor": "7.34.8",
"@microsoft/api-documenter": "^7.22.5",
"@microsoft/api-extractor": "7.34.9",
"@napi-rs/cli": "2.12.1",
"@napi-rs/triples": "1.1.0",
"@node-rs/helper": "1.3.3",
Expand All @@ -68,16 +68,16 @@
"@types/eslint": "8.37.0",
"@types/express": "4.17.17",
"@types/mri": "1.1.1",
"@types/node": "^20.1.0",
"@types/node": "^20.1.4",
"@types/path-browserify": "1.0.0",
"@types/prettier": "2.7.2",
"@types/prompts": "2.4.4",
"@types/semver": "7.3.13",
"@types/semver": "7.5.0",
"@types/which-pm-runs": "1.0.0",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@typescript-eslint/utils": "5.59.2",
"all-contributors-cli": "6.25.0",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@typescript-eslint/utils": "5.59.5",
"all-contributors-cli": "6.25.1",
"brotli": "1.3.3",
"commitizen": "4.3.0",
"concurrently": "8.0.1",
Expand All @@ -87,7 +87,7 @@
"esbuild": "0.16.16",
"eslint": "8.40.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-qwik": "^1.0.0",
"eslint-plugin-qwik": "^1.1.2",
"execa": "7.1.1",
"express": "4.18.2",
"install": "^0.13.0",
Expand All @@ -98,13 +98,13 @@
"prettier": "2.8.8",
"pretty-quick": "^3.1.3",
"prompts": "2.4.2",
"rollup": "3.21.5",
"semver": "7.5.0",
"rollup": "3.21.7",
"semver": "7.5.1",
"snoop": "^1.0.4",
"terser": "5.16.2",
"terser": "5.17.3",
"tsm": "2.2.2",
"typescript": "5.0.4",
"undici": "5.22.0",
"undici": "5.22.1",
"uvu": "0.5.6",
"vite": "4.3.5",
"vite-tsconfig-paths": "4.2.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@docsearch/css": "3.3.4",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.12.3",
"@mui/x-data-grid": "^6.3.1",
"@mui/material": "^5.13.0",
"@mui/x-data-grid": "^6.4.0",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.5",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"algoliasearch": "4.16.0",
"autoprefixer": "10.4.14",
Expand All @@ -41,19 +41,19 @@
"postcss": "8.4.23",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"puppeteer": "^20.1.1",
"puppeteer": "^20.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-pretty-code": "^0.9.5",
"shiki": "^0.14.2",
"tailwindcss": "3.3.2",
"tsm": "2.3.0",
"typescript": "5.0.4",
"undici": "5.22.0",
"undici": "5.22.1",
"uvu": "0.5.6",
"vite": "4.3.5",
"vite-plugin-inspect": "^0.7.25",
"wrangler": "^2.19.0"
"vite-plugin-inspect": "^0.7.26",
"wrangler": "^2.20.0"
},
"author": "Builder.io Team",
"bugs": {
Expand All @@ -69,7 +69,7 @@
"@unpic/core": "^0.0.22",
"@unpic/qwik": "^0.0.17",
"openai": "^3.2.1",
"qwik-image": "^0.0.3",
"qwik-image": "^0.0.4",
"snarkdown": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
"devDependencies": {
"@azure/functions": "^3.5.1",
"@builder.io/qwik": "workspace:*",
"@microsoft/api-extractor": "7.34.8",
"@microsoft/api-extractor": "7.34.9",
"@netlify/edge-functions": "^2.0.0",
"@types/marked": "4.3.0",
"@types/mdast": "^3.0.11",
"@types/node": "^20.1.0",
"@types/node": "^20.1.4",
"@types/refractor": "3.0.2",
"estree-util-value-to-estree": "3.0.1",
"github-slugger": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@builder.io/qwik": "workspace:*",
"@types/react": "18.2.5",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@builder.io/qwik": "workspace:*",
"vite": "4.3.5",
"vite-plugin-static-copy": "^0.14.0"
"vite-plugin-static-copy": "^0.15.0"
},
"peerDependencies": {
"@builder.io/qwik": ">=0.107.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/supabase-auth-helpers-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"author": "Qwik Team",
"devDependencies": {
"@builder.io/qwik": "1.0.0",
"@builder.io/qwik-city": "1.0.0",
"@builder.io/qwik": "1.1.2",
"@builder.io/qwik-city": "1.1.2",
"@supabase/supabase-js": "2.21.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 758acd5

Please sign in to comment.