Skip to content

Commit e6cac31

Browse files
committed
Downgrade TypeScript, Qwik and Qwik City
1 parent fc784a8 commit e6cac31

File tree

6 files changed

+43
-30
lines changed

6 files changed

+43
-30
lines changed

modular-forms.code-workspace

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"classList",
88
"activeClass",
99
"inactiveClass"
10-
]
10+
],
11+
"typescript.tsdk": "node_modules/typescript/lib"
1112
}
1213
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"private": true,
1313
"devDependencies": {
1414
"prettier": "^2.8.7",
15-
"prettier-plugin-tailwindcss": "^0.2.6"
15+
"prettier-plugin-tailwindcss": "^0.2.6",
16+
"typescript": "4.9.5"
1617
}
1718
}

packages/qwik/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the library will be documented in this file.
44

5+
## vX.X.X (Month DD, YYYY)
6+
7+
- Downgrade Qwik and Qwik City peer dependency due to a bug in Qwik
8+
59
## v0.8.0 (April 06, 2023)
610

711
- Fix date support at `updateFieldDirty` util

packages/qwik/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@
4848
"publish": "npm publish"
4949
},
5050
"devDependencies": {
51-
"@builder.io/qwik": "^0.101.0",
52-
"@builder.io/qwik-city": "^0.101.0",
51+
"@builder.io/qwik": "0.100.0",
52+
"@builder.io/qwik-city": "0.100.0",
5353
"@types/eslint": "^8.37.0",
5454
"@types/node": "^18.15.11",
5555
"@typescript-eslint/eslint-plugin": "^5.57.0",
5656
"@typescript-eslint/parser": "^5.57.0",
5757
"eslint": "^8.37.0",
58-
"eslint-plugin-qwik": "^0.101.0",
58+
"eslint-plugin-qwik": "0.100.0",
5959
"prettier": "^2.8.7",
6060
"typescript": "4.9.5",
6161
"vite": "^4.2.1",
6262
"zod": "^3.21.4"
6363
},
6464
"peerDependencies": {
65-
"@builder.io/qwik": "^0.101.0",
66-
"@builder.io/qwik-city": "^0.101.0"
65+
"@builder.io/qwik": "0.100.0",
66+
"@builder.io/qwik-city": "0.100.0"
6767
}
6868
}

playgrounds/qwik/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"clsx": "^1.2.1"
2929
},
3030
"devDependencies": {
31-
"@builder.io/qwik": "^0.101.0",
32-
"@builder.io/qwik-city": "^0.101.0",
31+
"@builder.io/qwik": "0.100.0",
32+
"@builder.io/qwik-city": "0.100.0",
3333
"@types/eslint": "^8.37.0",
3434
"@types/node": "^18.15.11",
3535
"@types/node-fetch": "^2.6.2",
3636
"@typescript-eslint/eslint-plugin": "^5.57.0",
3737
"@typescript-eslint/parser": "^5.57.0",
3838
"autoprefixer": "^10.4.14",
3939
"eslint": "^8.37.0",
40-
"eslint-plugin-qwik": "^0.101.0",
40+
"eslint-plugin-qwik": "0.100.0",
4141
"node-fetch": "^3.3.1",
4242
"postcss": "^8.4.21",
4343
"tailwindcss": "^3.3.1",

pnpm-lock.yaml

+27-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)