Skip to content

Commit

Permalink
drop legacy browser support. closes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynorth committed Jan 31, 2023
1 parent 8303e2e commit fd62e14
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 29 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ module.exports = {
"plugin:prettier/recommended",
],
plugins: ["@typescript-eslint"],
settings: {
polyfills: ["Object.fromEntries"],
},
rules: {
"prettier/prettier": "warn"
}
Expand Down
4 changes: 2 additions & 2 deletions inst/htmlwidgets/rdeck.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/htmlwidgets/rdeck.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions inst/htmlwidgets/rdeck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ dependencies:
- vendor/deck.gl.js
- vendor/loaders.gl.js
- vendor/luma.gl.js
- vendor/turf.js
- vendor/core-js.js
- vendor/mui.js
- vendor/d3-geo.js
- vendor/math.gl.js
- vendor/nebula.gl.js
- vendor/turf.js
- vendor/react-map-gl.js
- vendor/d3-array.js
- vendor/d3-format.js
- vendor/probe.gl.js
- vendor/d3-scale.js
Expand All @@ -23,7 +24,6 @@ dependencies:
- vendor/emotion.js
- vendor/gl-matrix.js
- vendor/stylis.js
- vendor/d3-array.js
- vendor/babel.js
- vendor/mdi.js
- vendor/react.js
Expand Down
1 change: 0 additions & 1 deletion inst/htmlwidgets/vendor/core-js.js

This file was deleted.

2 changes: 1 addition & 1 deletion inst/htmlwidgets/vendor/d3-array.js

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

1 change: 1 addition & 0 deletions inst/htmlwidgets/vendor/d3-geo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/htmlwidgets/vendor/emotion.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/htmlwidgets/vendor/mapbox-gl.css

Large diffs are not rendered by default.

Loading

0 comments on commit fd62e14

Please sign in to comment.