Skip to content

Commit

Permalink
feat: update to geostyler v13
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Volland committed Jun 23, 2023
1 parent 7a7a490 commit a8ea720
Show file tree
Hide file tree
Showing 7 changed files with 1,881 additions and 1,981 deletions.
2,941 changes: 1,486 additions & 1,455 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"version": "3.2.0",
"homepage": ".",
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"antd": "^4.24.3",
"d3": "^7.6.1",
"geostyler": "^12.0.0",
"@ant-design/icons": "^5.1.4",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"antd": "^5.6.2",
"d3": "^7.8.5",
"geostyler": "^13.0.0",
"geostyler-geojson-parser": "^1.0.1",
"geostyler-legend": "^4.0.0",
"geostyler-mapbox-parser": "^3.1.1",
"geostyler-mapbox-parser": "^4.0.0",
"geostyler-qgis-parser": "^2.0.0",
"geostyler-shapefile-parser": "^1.0.0",
"geostyler-sld-parser": "^5.0.0",
"geostyler-style": "^7.2.0",
"geostyler-sld-parser": "^5.1.0",
"geostyler-style": "^7.3.1",
"geostyler-wfs-parser": "^2.0.0",
"moment": "^2.29.4",
"ol": "^7.2.2",
"ol": "^7.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4"
"typescript": "^5.1.3"
},
"scripts": {
"start": "webpack serve --config config/webpack.static.config.js --hot --progress --mode development",
Expand All @@ -38,21 +38,21 @@
],
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"css-loader": "6.8.1",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"html-webpack-plugin": "5.5.3",
"image-webpack-loader": "8.1.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"less-loader": "^11.1.3",
"stream-browserify": "3.0.0",
"style-loader": "3.3.1",
"style-loader": "3.3.3",
"timers-browserify": "2.0.12",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"ts-loader": "9.4.3",
"tslib": "2.5.3",
"url-loader": "4.1.1",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
"webpack": "5.88.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
"funding": "https://opencollective.com/geostyler"
}
Loading

0 comments on commit a8ea720

Please sign in to comment.