Updated more packages to latest version

This commit is contained in:
HarelM
2024-03-21 15:39:39 +02:00
parent 6bf26ad8e1
commit 055eb13c51
3 changed files with 487 additions and 1042 deletions
-5
View File
@@ -93,11 +93,6 @@ You can also see the tests as they run or select which suites to run by executin
npm run cy:open npm run cy:open
``` ```
## Related Projects
- [maputnik-dev-server](https://github.com/nycplanning/labs-maputnik-dev-server) - An express.js server that allows for quickly loading the style from any mapboxGL map into mapuntnik.
## Sponsors ## Sponsors
Thanks to the supporters of the **[Kickstarter campaign](https://www.kickstarter.com/projects/174808720/maputnik-visual-map-editor-for-mapbox-gl)**. This project would not be possible without these commercial and individual sponsors. Thanks to the supporters of the **[Kickstarter campaign](https://www.kickstarter.com/projects/174808720/maputnik-visual-map-editor-for-mapbox-gl)**. This project would not be possible without these commercial and individual sponsors.
+483 -1032
View File
File diff suppressed because it is too large Load Diff
+4 -5
View File
@@ -92,7 +92,7 @@
"@cypress/code-coverage": "^3.12.30", "@cypress/code-coverage": "^3.12.30",
"@istanbuljs/nyc-config-typescript": "^1.0.2", "@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^5.0.5", "@rollup/plugin-replace": "^5.0.5",
"@shellygo/cypress-test-utils": "^2.0.50", "@shellygo/cypress-test-utils": "^2.0.52",
"@types/codemirror": "^5.60.15", "@types/codemirror": "^5.60.15",
"@types/color": "^3.0.6", "@types/color": "^3.0.6",
"@types/cors": "^2.8.17", "@types/cors": "^2.8.17",
@@ -125,18 +125,17 @@
"eslint-plugin-react": "^7.34.1", "eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-react-refresh": "^0.4.6",
"express": "^4.18.3",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"istanbul-lib-coverage": "^3.2.2", "istanbul-lib-coverage": "^3.2.2",
"mocha": "^10.3.0", "mocha": "^10.3.0",
"postcss": "^8.4.37", "postcss": "^8.4.38",
"react-hot-loader": "^4.13.1", "react-hot-loader": "^4.13.1",
"stylelint": "^16.2.1", "stylelint": "^16.2.1",
"stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.2.1", "stylelint-scss": "^6.2.1",
"typescript": "^5.4.2", "typescript": "^5.4.3",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vite": "^5.0.12", "vite": "^5.2.2",
"vite-plugin-istanbul": "^6.0.0" "vite-plugin-istanbul": "^6.0.0"
} }
} }