Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rowinf committed Sep 15, 2023
1 parent 6438b5b commit c2ba74e
Show file tree
Hide file tree
Showing 8 changed files with 73,683 additions and 59,759 deletions.
31,040 changes: 15,942 additions & 15,098 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"postcss-cli": "^7.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-mapbox-gl": "^4.8.6",
"react-scripts": "3.4.1",
"react-mapbox-gl": "^5.1.1",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.1",
"tailwindcss": "^1.4.6"
"tailwindcss": "^1.9.6"
},
"scripts": {
"predeploy": "npm run build",
Expand All @@ -53,5 +53,11 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"jest-canvas-mock": "^2.5.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.1.3"
}
}
6 changes: 2 additions & 4 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//postcss.config.js
const tailwindcss = require('tailwindcss');
module.exports = {
plugins: [
tailwindcss('./tailwind.js'),
require('autoprefixer'),
],
tailwindcss('./tailwind.js'),
plugins: [require("autoprefixer")],
};
10 changes: 9 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.App {
overflow: hidden;
width: 100vw;
Expand Down Expand Up @@ -48,3 +47,12 @@
fill: white;
display: inline-block;
}

.mapboxgl-canvas {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
Loading

0 comments on commit c2ba74e

Please sign in to comment.