@woosmap/ui 4.162.24 → 4.162.25

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.
@@ -12,7 +12,11 @@ jobs:
12
12
  name: Build and Test
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v1
15
+ - uses: actions/checkout@v4
16
+ - name: Use Node.js
17
+ uses: actions/setup-node@v4
18
+ with:
19
+ node-version: '20.x'
16
20
 
17
21
  - name: Install dependencies
18
22
  run: yarn
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.162.24",
3
+ "version": "4.162.25",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@mapbox/polyline": "^1.2.1",
17
- "axios": "^1.7.4",
17
+ "axios": "0.28.1",
18
18
  "classnames": "^2.5.1",
19
19
  "framer-motion": "^11.3.28",
20
20
  "google-map-react": "^2.2.1",
@@ -82,7 +82,7 @@
82
82
  "@storybook/react": "^6.5.16",
83
83
  "@storybook/storybook-deployer": "^2.8.16",
84
84
  "@testing-library/jest-dom": "^5.17.0",
85
- "@testing-library/react": "^16.0.0",
85
+ "@testing-library/react": "^13.4.0",
86
86
  "@testing-library/user-event": "^14.5.2",
87
87
  "babel-plugin-i18next-extract": "^0.10.0",
88
88
  "babel-plugin-transform-dynamic-import": "^2.1.0",