mirror of
https://github.com/flatgeobuf/flatgeobuf.git
synced 2025-12-08 19:06:03 +00:00
Upgrade dependencies
This commit is contained in:
parent
a3cd13e796
commit
6f14c0533c
30
package.json
30
package.json
@ -34,31 +34,31 @@
|
||||
"ol": "^6.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.11.6",
|
||||
"@babel/preset-env": "7.11.5",
|
||||
"@babel/core": "7.12.7",
|
||||
"@babel/preset-env": "7.12.7",
|
||||
"@rollup/plugin-babel": "5.2.1",
|
||||
"@rollup/plugin-node-resolve": "9.0.0",
|
||||
"@types/chai": "4.2.13",
|
||||
"@rollup/plugin-node-resolve": "10.0.0",
|
||||
"@types/chai": "4.2.14",
|
||||
"@types/flatbuffers": "1.10.0",
|
||||
"@types/mocha": "8.0.3",
|
||||
"@types/node": "14.11.8",
|
||||
"@types/ol": "6.4.1",
|
||||
"@types/mocha": "8.0.4",
|
||||
"@types/node": "14.14.9",
|
||||
"@types/ol": "6.4.2",
|
||||
"@types/stream-buffers": "3.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "4.4.1",
|
||||
"@typescript-eslint/parser": "4.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "4.8.1",
|
||||
"@typescript-eslint/parser": "4.8.1",
|
||||
"chai": "4.2.0",
|
||||
"eslint": "7.11.0",
|
||||
"eslint": "7.14.0",
|
||||
"esm": "3.2.25",
|
||||
"jsts": "2.5.1",
|
||||
"jsts": "2.6.1",
|
||||
"local-web-server": "4.2.1",
|
||||
"mocha": "8.1.3",
|
||||
"mocha": "8.2.1",
|
||||
"node-fetch": "2.6.1",
|
||||
"ol": "6.4.3",
|
||||
"rollup": "2.29.0",
|
||||
"rollup": "2.33.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"ts-node": "9.0.0",
|
||||
"typedoc": "0.19.2",
|
||||
"typescript": "4.0.3",
|
||||
"web-streams-polyfill": "3.0.0"
|
||||
"typescript": "4.1.2",
|
||||
"web-streams-polyfill": "3.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
curl -L https://github.com/google/flatbuffers/archive/v1.12.0.tar.gz | \
|
||||
tar xz -C src/cpp/include --strip-components=2 flatbuffers-1.12.0/include
|
||||
curl -L https://github.com/mapbox/geojson-cpp/archive/v0.4.3.tar.gz | \
|
||||
tar xz -C src/cpp/include --strip-components=2 geojson-cpp-0.4.3/include
|
||||
curl -L https://github.com/mapbox/geometry.hpp/archive/v1.0.0.tar.gz | \
|
||||
tar xz -C src/cpp/include --strip-components=2 geometry.hpp-1.0.0/include
|
||||
curl -L https://github.com/mapbox/geojson-cpp/archive/v0.5.1.tar.gz | \
|
||||
tar xz -C src/cpp/include --strip-components=2 geojson-cpp-0.5.1/include
|
||||
curl -L https://github.com/mapbox/geometry.hpp/archive/v1.1.0.tar.gz | \
|
||||
tar xz -C src/cpp/include --strip-components=2 geometry.hpp-1.1.0/include
|
||||
curl -L https://github.com/mapbox/variant/archive/v1.1.4.tar.gz | \
|
||||
tar xz -C src/cpp/include --strip-components=2 variant-1.1.4/include
|
||||
curl -L https://github.com/Tencent/rapidjson/archive/v1.1.0.tar.gz | \
|
||||
tar xz -C src/cpp/include --strip-components=2 rapidjson-1.1.0/include
|
||||
curl -L https://github.com/catchorg/Catch2/releases/download/v2.11.1/catch.hpp -o src/cpp/test/catch.hpp
|
||||
curl -L https://github.com/catchorg/Catch2/releases/download/v2.13.3/catch.hpp -o src/cpp/test/catch.hpp
|
||||
@ -28,7 +28,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<geotools.version>24.0</geotools.version>
|
||||
<geotools.version>24.1</geotools.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@ -45,7 +45,7 @@
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20190722</version>
|
||||
<version>20201115</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user