Skip to content

Commit

Permalink
Update to pnpm 9.4.0 and upgrade npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boardend committed Jun 27, 2024
1 parent bbd63af commit 772dbd0
Show file tree
Hide file tree
Showing 9 changed files with 497 additions and 869 deletions.
2 changes: 1 addition & 1 deletion docs/examples/qgis-js-example-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"qgis-js": "0.0.3"
},
"devDependencies": {
"vite": "^5.2.11"
"vite": "^5.3.1"
}
}
6 changes: 3 additions & 3 deletions docs/examples/qgis-js-example-ol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "vite preview"
},
"dependencies": {
"ol": "^9.2.2",
"ol": "^9.2.4",
"@qgis-js/ol": "0.0.3",
"qgis-js": "0.0.3"
},
"devDependencies": {
"vite": "^5.2.11",
"vite-plugin-static-copy": "^1.0.4"
"vite": "^5.3.1",
"vite-plugin-static-copy": "^1.0.5"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"bugs": {
"url": "https://github.com/qgis/qgis-js/issues"
},
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": "20.10.0",
"pnpm": "9.1.0",
"pnpm": "9.4.0",
"emsdk": "3.1.59",
"vcpkg": "2024.02.14",
"qt": "6.6.1",
Expand Down Expand Up @@ -38,15 +38,15 @@
"lint:clang-format": "clang-format -i \"--glob=src/**/*.{cpp,hpp}\""
},
"devDependencies": {
"pnpm": "9.1.0",
"vite": "5.1.3",
"vite-node": "1.2.2",
"zx": "7.2.3",
"@rushstack/ts-command-line": "4.17.1",
"ts-markdown": "1.0.0",
"@microsoft/api-extractor": "7.40.1",
"@microsoft/api-documenter": "7.23.23",
"prettier": "3.2.5",
"pnpm": "9.4.0",
"vite": "5.3.1",
"vite-node": "1.6.0",
"zx": "8.1.3",
"@rushstack/ts-command-line": "4.22.0",
"ts-markdown": "1.1.0",
"@microsoft/api-extractor": "7.47.0",
"@microsoft/api-documenter": "7.25.3",
"prettier": "3.3.2",
"pretty-quick": "4.0.0",
"clang-format": "1.8.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/qgis-js-ol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@types/node": "^20.12.10",
"typescript": "5.4.5",
"vite": "5.2.11",
"typescript": "5.5.2",
"vite": "5.3.1",
"vite-plugin-dts": "3.9.1"
}
}
6 changes: 3 additions & 3 deletions packages/qgis-js-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"build": "vite build"
},
"dependencies": {
"@types/emscripten": "1.39.11",
"@types/emscripten": "1.39.13",
"browser-fs-access": "0.35.0",
"qgis-js": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.12.10",
"typescript": "5.4.5",
"vite": "5.2.11",
"typescript": "5.5.2",
"vite": "5.3.1",
"vite-plugin-dts": "3.9.1"
}
}
6 changes: 3 additions & 3 deletions packages/qgis-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"build": "vite build"
},
"dependencies": {
"@types/emscripten": "1.39.11",
"@types/emscripten": "1.39.13",
"p-limit": "5.0.0"
},
"devDependencies": {
"@types/node": "^20.12.10",
"typescript": "5.4.5",
"vite": "5.2.11",
"typescript": "5.5.2",
"vite": "5.3.1",
"vite-plugin-dts": "3.9.1"
},
"keywords": [
Expand Down
Loading

0 comments on commit 772dbd0

Please sign in to comment.