Skip to content

Commit

Permalink
upgrade deps and CI node
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jan 31, 2023
1 parent 34ef6c0 commit 25c7c53
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 381 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
language: node_js
node_js:
- "node"
- "10"
node_js: 14
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"jsdelivr": "geojson-vt.js",
"unpkg": "geojson-vt.js",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-buble": "^1.0.2",
"@rollup/plugin-terser": "^0.4.0",
"benchmark": "^2.1.4",
"c8": "^7.12.0",
"eslint": "^8.22.0",
"eslint": "^8.33.0",
"eslint-config-mourner": "^3.0.0",
"esm": "^3.2.25",
"rollup": "^2.78.1",
"rollup-plugin-terser": "^7.0.2",
"tape": "^5.6.0"
"rollup": "^3.12.0",
"tape": "^5.6.3"
},
"eslintConfig": {
"extends": "mourner",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js → rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {terser} from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';
import buble from '@rollup/plugin-buble';

const config = (file, plugins) => ({
Expand Down
Loading

0 comments on commit 25c7c53

Please sign in to comment.