@mapcomponents/react-maplibre 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +6 -4
package/CHANGELOG.md CHANGED
@@ -1,7 +1,17 @@
1
1
  # Change Log
2
2
 
3
3
 
4
- ## [v1.0.0] - 2024-02-15
4
+ ## [v1.0.1] - 2024-02-16
5
+
6
+ ### Changed
7
+ - 56eb640: move cypress dependencies to devDependencies
8
+
9
+ ## [v1.0.1] - 2024-02-16
10
+
11
+ ### Fixed
12
+ - 5c37664: fix npm package
13
+
14
+ ## [v1.0.0] - 2024-02-15 (broken)
5
15
 
6
16
  ### Changed
7
17
  - 5500815: upgrade to maplibre v4.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapcomponents/react-maplibre",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.esm.js",
@@ -20,7 +20,6 @@
20
20
  "create-component": "./scripts/create-map-component.sh"
21
21
  },
22
22
  "dependencies": {
23
- "@cypress/react": "^8.0.0",
24
23
  "@dnd-kit/core": "^6.1.0",
25
24
  "@dnd-kit/modifiers": "^7.0.0",
26
25
  "@dnd-kit/sortable": "^8.0.0",
@@ -38,7 +37,6 @@
38
37
  "@types/topojson-client": "^3.1.4",
39
38
  "@xmldom/xmldom": "^0.8.10",
40
39
  "csv2geojson": "^5.1.2",
41
- "cypress": "^13.6.4",
42
40
  "d3": "^7.8.5",
43
41
  "jspdf": "^2.5.1",
44
42
  "maplibre-gl": "^4.0.0",
@@ -55,6 +53,7 @@
55
53
  "@babel/preset-react": "^7.23.3",
56
54
  "@bahmutov/cy-rollup": "^2.0.0",
57
55
  "@cfaester/enzyme-adapter-react-18": "^0.7.1",
56
+ "@cypress/react": "^8.0.0",
58
57
  "@rollup/plugin-babel": "^6.0.4",
59
58
  "@rollup/plugin-commonjs": "^25.0.7",
60
59
  "@rollup/plugin-url": "^8.0.2",
@@ -89,6 +88,7 @@
89
88
  "babel-plugin-inline-react-svg": "^2.0.2",
90
89
  "babel-plugin-styled-components": "^2.1.4",
91
90
  "babel-preset-react-app": "^10.0.1",
91
+ "cypress": "^13.6.4",
92
92
  "enzyme": "^3.11.0",
93
93
  "eslint": "^8.56.0",
94
94
  "eslint-config-prettier": "^9.1.0",
@@ -205,5 +205,7 @@
205
205
  "/distribution/.*\\.(ts|js)$"
206
206
  ]
207
207
  },
208
- "resolutions": {}
208
+ "resolutions": {
209
+ "jackspeak": "2.1.1"
210
+ }
209
211
  }