Skip to content

Commit

Permalink
Downgrade typescript to 5.0.4 in order to match the version of API Ex…
Browse files Browse the repository at this point in the history
…tractor
  • Loading branch information
boardend committed Nov 6, 2023
1 parent 18d369e commit fa17683
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ build/vcpkg
build/vcpkg-ports
build/vcpkg-toolchains
build/vcpkg-triplets
qt-patches
build/qt-patches
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion packages/qgis-js-ol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ol": "^8"
},
"devDependencies": {
"typescript": "5.2.2",
"typescript": "5.0.4",
"vite": "4.5.0",
"vite-plugin-dts": "3.6.3",
"@types/node": "^16.7.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/qgis-js-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/emscripten": "1.39.9"
},
"devDependencies": {
"typescript": "5.2.2",
"typescript": "5.0.4",
"vite": "4.5.0",
"vite-plugin-dts": "3.6.3",
"@types/node": "^16.7.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/qgis-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/emscripten": "1.39.9"
},
"devDependencies": {
"typescript": "5.2.2",
"typescript": "5.0.4",
"vite": "4.5.0",
"vite-plugin-dts": "3.6.3",
"@types/node": "^16.7.13"
Expand Down
73 changes: 39 additions & 34 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion sites/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"ol": "^8",
"coi-serviceworker": "0.1.7",
"typescript": "5.2.2",
"typescript": "5.0.4",
"vite": "4.5.0",
"vite-plugin-static-copy": "0.17.0"
}
Expand Down

0 comments on commit fa17683

Please sign in to comment.