Skip to content

Commit 758acd5

Browse files
authored
chore: update deps (QwikDev#4216)
1 parent 4680508 commit 758acd5

File tree

12 files changed

+327
-307
lines changed

12 files changed

+327
-307
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"devDependencies": {
5757
"@builder.io/partytown": "0.8.0",
5858
"@clack/prompts": "^0.6.3",
59-
"@microsoft/api-documenter": "^7.22.4",
60-
"@microsoft/api-extractor": "7.34.8",
59+
"@microsoft/api-documenter": "^7.22.5",
60+
"@microsoft/api-extractor": "7.34.9",
6161
"@napi-rs/cli": "2.12.1",
6262
"@napi-rs/triples": "1.1.0",
6363
"@node-rs/helper": "1.3.3",
@@ -68,16 +68,16 @@
6868
"@types/eslint": "8.37.0",
6969
"@types/express": "4.17.17",
7070
"@types/mri": "1.1.1",
71-
"@types/node": "^20.1.0",
71+
"@types/node": "^20.1.4",
7272
"@types/path-browserify": "1.0.0",
7373
"@types/prettier": "2.7.2",
7474
"@types/prompts": "2.4.4",
75-
"@types/semver": "7.3.13",
75+
"@types/semver": "7.5.0",
7676
"@types/which-pm-runs": "1.0.0",
77-
"@typescript-eslint/eslint-plugin": "5.59.2",
78-
"@typescript-eslint/parser": "5.59.2",
79-
"@typescript-eslint/utils": "5.59.2",
80-
"all-contributors-cli": "6.25.0",
77+
"@typescript-eslint/eslint-plugin": "5.59.5",
78+
"@typescript-eslint/parser": "5.59.5",
79+
"@typescript-eslint/utils": "5.59.5",
80+
"all-contributors-cli": "6.25.1",
8181
"brotli": "1.3.3",
8282
"commitizen": "4.3.0",
8383
"concurrently": "8.0.1",
@@ -87,7 +87,7 @@
8787
"esbuild": "0.16.16",
8888
"eslint": "8.40.0",
8989
"eslint-plugin-no-only-tests": "3.1.0",
90-
"eslint-plugin-qwik": "^1.0.0",
90+
"eslint-plugin-qwik": "^1.1.2",
9191
"execa": "7.1.1",
9292
"express": "4.18.2",
9393
"install": "^0.13.0",
@@ -98,13 +98,13 @@
9898
"prettier": "2.8.8",
9999
"pretty-quick": "^3.1.3",
100100
"prompts": "2.4.2",
101-
"rollup": "3.21.5",
102-
"semver": "7.5.0",
101+
"rollup": "3.21.7",
102+
"semver": "7.5.1",
103103
"snoop": "^1.0.4",
104-
"terser": "5.16.2",
104+
"terser": "5.17.3",
105105
"tsm": "2.2.2",
106106
"typescript": "5.0.4",
107-
"undici": "5.22.0",
107+
"undici": "5.22.1",
108108
"uvu": "0.5.6",
109109
"vite": "4.3.5",
110110
"vite-tsconfig-paths": "4.2.0",

packages/docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"@docsearch/css": "3.3.4",
3030
"@emotion/react": "^11.11.0",
3131
"@emotion/styled": "^11.11.0",
32-
"@mui/material": "^5.12.3",
33-
"@mui/x-data-grid": "^6.3.1",
32+
"@mui/material": "^5.13.0",
33+
"@mui/x-data-grid": "^6.4.0",
3434
"@types/prismjs": "^1.26.0",
35-
"@types/react": "18.2.5",
35+
"@types/react": "18.2.6",
3636
"@types/react-dom": "18.2.4",
3737
"algoliasearch": "4.16.0",
3838
"autoprefixer": "10.4.14",
@@ -41,19 +41,19 @@
4141
"postcss": "8.4.23",
4242
"prism-themes": "1.9.0",
4343
"prismjs": "1.29.0",
44-
"puppeteer": "^20.1.1",
44+
"puppeteer": "^20.2.0",
4545
"react": "18.2.0",
4646
"react-dom": "18.2.0",
4747
"rehype-pretty-code": "^0.9.5",
4848
"shiki": "^0.14.2",
4949
"tailwindcss": "3.3.2",
5050
"tsm": "2.3.0",
5151
"typescript": "5.0.4",
52-
"undici": "5.22.0",
52+
"undici": "5.22.1",
5353
"uvu": "0.5.6",
5454
"vite": "4.3.5",
55-
"vite-plugin-inspect": "^0.7.25",
56-
"wrangler": "^2.19.0"
55+
"vite-plugin-inspect": "^0.7.26",
56+
"wrangler": "^2.20.0"
5757
},
5858
"author": "Builder.io Team",
5959
"bugs": {
@@ -69,7 +69,7 @@
6969
"@unpic/core": "^0.0.22",
7070
"@unpic/qwik": "^0.0.17",
7171
"openai": "^3.2.1",
72-
"qwik-image": "^0.0.3",
72+
"qwik-image": "^0.0.4",
7373
"snarkdown": "^2.0.0"
7474
}
7575
}

packages/qwik-city/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@
9494
"devDependencies": {
9595
"@azure/functions": "^3.5.1",
9696
"@builder.io/qwik": "workspace:*",
97-
"@microsoft/api-extractor": "7.34.8",
97+
"@microsoft/api-extractor": "7.34.9",
9898
"@netlify/edge-functions": "^2.0.0",
9999
"@types/marked": "4.3.0",
100100
"@types/mdast": "^3.0.11",
101-
"@types/node": "^20.1.0",
101+
"@types/node": "^20.1.4",
102102
"@types/refractor": "3.0.2",
103103
"estree-util-value-to-estree": "3.0.1",
104104
"github-slugger": "2.0.0",

packages/qwik-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@builder.io/qwik": "workspace:*",
22-
"@types/react": "18.2.5",
22+
"@types/react": "18.2.6",
2323
"@types/react-dom": "18.2.4",
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0",

packages/qwik-worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@builder.io/qwik": "workspace:*",
1010
"vite": "4.3.5",
11-
"vite-plugin-static-copy": "^0.14.0"
11+
"vite-plugin-static-copy": "^0.15.0"
1212
},
1313
"peerDependencies": {
1414
"@builder.io/qwik": ">=0.107.0"

packages/supabase-auth-helpers-qwik/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"author": "Qwik Team",
1717
"devDependencies": {
18-
"@builder.io/qwik": "1.0.0",
19-
"@builder.io/qwik-city": "1.0.0",
18+
"@builder.io/qwik": "1.1.2",
19+
"@builder.io/qwik-city": "1.1.2",
2020
"@supabase/supabase-js": "2.21.0"
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)