Skip to content

Commit

Permalink
Update Qwik to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed May 3, 2023
1 parent ed1c31b commit fac0340
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 88 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"qwik-speak-extract": "./packages/qwik-speak/extract/cli.js"
},
"devDependencies": {
"@builder.io/qwik": "0.105.0",
"@builder.io/qwik-city": "0.105.0",
"@builder.io/qwik": "1.0.0",
"@builder.io/qwik-city": "1.0.0",
"@playwright/test": "^1.32.3",
"@types/eslint": "8.37.0",
"@types/node": "^18.16.0",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
"eslint-plugin-qwik": "0.105.0",
"eslint-plugin-qwik": "1.0.0",
"typescript": "5.0.4",
"undici": "5.22.0",
"vite": "4.3.3",
Expand Down
104 changes: 52 additions & 52 deletions packages/qwik-speak/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/qwik-speak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"qwik-speak-extract": "./extract/cli.js"
},
"peerDependencies": {
"@builder.io/qwik": ">=0.105.0"
"@builder.io/qwik": ">=1.0.0"
},
"devDependencies": {
"@builder.io/qwik": "0.105.0",
"@microsoft/api-documenter": "^7.21.7",
"@microsoft/api-extractor": "^7.34.4",
"@builder.io/qwik": "1.0.0",
"@microsoft/api-documenter": "^7.22.3",
"@microsoft/api-extractor": "^7.34.7",
"@types/eslint": "8.37.0",
"@types/node": "^18.16.0",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
"eslint-plugin-qwik": "0.105.0",
"eslint-plugin-qwik": "1.0.0",
"np": "^7.7.0",
"rollup-plugin-add-shebang": "^0.3.1",
"typescript": "5.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-speak/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"allowJs": true,
"target": "ES2017",
"module": "ES2020",
"lib": ["es2020", "DOM"],
"module": "ES2022",
"lib": ["es2022", "DOM"],
"jsx": "react-jsx",
"jsxImportSource": "@builder.io/qwik",
"strict": true,
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"allowJs": true,
"target": "ES2017",
"module": "ES2020",
"lib": ["es2020", "DOM", "WebWorker", "DOM.Iterable"],
"module": "ES2022",
"lib": ["es2022", "DOM", "WebWorker", "DOM.Iterable"],
"jsx": "react-jsx",
"jsxImportSource": "@builder.io/qwik",
"strict": true,
Expand Down

0 comments on commit fac0340

Please sign in to comment.