react-spatial 1.10.0-beta.0 → 1.10.0-beta.1

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 (1) hide show
  1. package/package.json +35 -35
package/package.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "name": "react-spatial",
3
3
  "license": "MIT",
4
4
  "description": "Components to build React map apps.",
5
- "version": "1.10.0-beta.0",
5
+ "version": "1.10.0-beta.1",
6
6
  "dependencies": {
7
- "@emotion/react": "^11.11.3",
8
- "@emotion/styled": "^11.11.0",
7
+ "@emotion/react": "^11.11.4",
8
+ "@emotion/styled": "^11.11.5",
9
9
  "@geops/geops-ui": "0.3.2",
10
- "@mui/icons-material": "^5.15.9",
11
- "@mui/material": "^5.15.9",
12
- "re-resizable": "6.9.11",
13
- "react-icons": "5.0.1",
10
+ "@mui/icons-material": "^5.15.16",
11
+ "@mui/material": "^5.15.16",
12
+ "re-resizable": "6.9.16",
13
+ "react-icons": "5.2.0",
14
14
  "resize-observer-polyfill": "1.5.1"
15
15
  },
16
16
  "peerDependencies": {
@@ -22,73 +22,73 @@
22
22
  "react-dom": "^18"
23
23
  },
24
24
  "devDependencies": {
25
- "@babel/preset-env": "7.23.9",
26
- "@babel/preset-react": "7.23.3",
27
- "@cfaester/enzyme-adapter-react-18": "0.7.1",
28
- "@commitlint/cli": "18.6.0",
29
- "@commitlint/config-conventional": "18.6.0",
25
+ "@babel/preset-env": "7.24.5",
26
+ "@babel/preset-react": "7.24.1",
27
+ "@cfaester/enzyme-adapter-react-18": "0.8.0",
28
+ "@commitlint/cli": "19.3.0",
29
+ "@commitlint/config-conventional": "19.2.2",
30
30
  "@svgr/plugin-jsx": "^8.1.0",
31
31
  "@svgr/webpack": "8.1.0",
32
32
  "@testing-library/jest-dom": "6.4.2",
33
- "@testing-library/react": "14.2.1",
33
+ "@testing-library/react": "15.0.6",
34
34
  "@testing-library/user-event": "14.5.2",
35
35
  "babel-jest": "29.7.0",
36
36
  "babel-loader": "9.1.3",
37
37
  "canvas": "2.11.2",
38
- "css-loader": "6.10.0",
38
+ "css-loader": "7.1.1",
39
39
  "enzyme": "3.11.0",
40
- "esbuild": "^0.20.0",
41
- "esbuild-loader": "^4.0.3",
42
- "eslint": "8.56.0",
40
+ "esbuild": "^0.20.2",
41
+ "esbuild-loader": "^4.1.0",
42
+ "eslint": "8",
43
43
  "eslint-config-airbnb": "19.0.4",
44
44
  "eslint-config-prettier": "9.1.0",
45
45
  "eslint-plugin-import": "2.29.1",
46
- "eslint-plugin-jsx-a11y": "6.8.0",
46
+ "eslint-plugin-jsx-a11y": "^6.8.0",
47
47
  "eslint-plugin-prettier": "5.1.3",
48
- "eslint-plugin-react": "7.33.2",
49
- "eslint-plugin-react-hooks": "4.6.0",
48
+ "eslint-plugin-react": "7.34.1",
49
+ "eslint-plugin-react-hooks": "4.6.2",
50
50
  "file-loader": "6.2.0",
51
51
  "fixpack": "4.0.0",
52
52
  "generact": "0.4.0",
53
- "husky": "9.0.10",
53
+ "husky": "9.0.11",
54
54
  "identity-obj-proxy": "^3.0.0",
55
55
  "is-ci": "3.0.1",
56
56
  "jest": "29.7.0",
57
57
  "jest-canvas-mock": "2.5.2",
58
- "jest-date-mock": "1.0.8",
58
+ "jest-date-mock": "1.0.10",
59
59
  "jest-environment-jsdom": "^29.7.0",
60
60
  "jest-fetch-mock": "3.0.3",
61
61
  "jest-serializer-html": "7.1.0",
62
62
  "jest-transform-file": "1.1.1",
63
63
  "jest-transformer-svg": "^2.0.2",
64
- "jsts": "2.11.0",
64
+ "jsts": "2.11.1",
65
65
  "lint-staged": "15.2.2",
66
66
  "mapbox-gl": "1.13.1",
67
67
  "maplibre-gl": "4.0.0",
68
- "mobility-toolbox-js": "2.3.8",
68
+ "mobility-toolbox-js": "2.4.0",
69
69
  "ol": "8.2.0",
70
- "postcss": "^8.4.35",
70
+ "postcss": "^8.4.38",
71
71
  "prettier": "3.2.5",
72
- "proj4": "2.10.0",
72
+ "proj4": "2.11.0",
73
73
  "prop-types": "15.8.1",
74
- "react": "18",
75
- "react-dom": "18",
74
+ "react": "18.3.1",
75
+ "react-dom": "18.3.1",
76
76
  "react-styleguidist": "13.1.2",
77
77
  "react-svg-loader": "3.0.3",
78
- "react-test-renderer": "18.2.0",
79
- "sass": "1.70.0",
80
- "sass-loader": "14.1.0",
78
+ "react-test-renderer": "18.3.1",
79
+ "sass": "1.76.0",
80
+ "sass-loader": "14.2.1",
81
81
  "standard-version": "9.5.0",
82
82
  "stream-array": "1.1.2",
83
- "style-loader": "3.3.4",
84
- "stylelint": "16.2.1",
83
+ "style-loader": "4.0.0",
84
+ "stylelint": "16.5.0",
85
85
  "stylelint-config-recommended-scss": "14.0.0",
86
86
  "stylelint-config-standard": "36.0.0",
87
- "stylelint-scss": "6.1.0",
87
+ "stylelint-scss": "6.2.1",
88
88
  "terser-webpack-plugin": "^5.3.10",
89
89
  "url-loader": "4.1.1",
90
90
  "vinyl-fs": "4.0.0",
91
- "webpack": "^5.90.1",
91
+ "webpack": "^5.91.0",
92
92
  "xml-beautifier": "0.5.0"
93
93
  },
94
94
  "scripts": {