@kando-env/kando-ui 1.2.296-alpha.7 → 1.2.296-alpha.8

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.296-alpha.7";
3
+ var packageJsonVersion = "1.2.296-alpha.8";
4
4
  if (typeof packageJsonVersion === 'string') {
5
5
  // eslint-disable-next-line no-console
6
6
  console.log("%c Kando UI %c v".concat(packageJsonVersion, " "), 'font-size: 15px; background-color: #fff; color: #e20f53;', 'font-weight: bold; font-size: 15px; background-color: #e20f53; color: #fff;', "with NODE_ENV=".concat(process.env.NODE_ENV));
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.296-alpha.7",
3
+ "version": "1.2.296-alpha.8",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {
7
- "start": "set NODE_OPTIONS=--openssl-legacy-provider && cross-env PORT=3005 react-scripts start",
8
- "test": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts test",
9
- "test:once": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts test --watchAll=false",
10
- "build-demo": "set NODE_OPTIONS=--openssl-legacy-provider && cross-env react-scripts build",
7
+ "start": "cross-env PORT=3005 react-scripts start",
8
+ "test": "react-scripts test",
9
+ "test:once": "react-scripts test --watchAll=false",
10
+ "build-demo": "cross-env react-scripts build",
11
11
  "serve-demo": "nodemon demo-server.js",
12
12
  "pre-build": "rimraf lib",
13
13
  "post-build": "node ./node_modules/.bin/jscodeshift -t ./jscodeshift/require-strip-src-bundles.js ./lib",
@@ -27,11 +27,9 @@
27
27
  },
28
28
  "proxy": "http://localhost:3000",
29
29
  "engines": {
30
- "node": "21"
30
+ "node": "20"
31
31
  },
32
32
  "dependencies": {
33
- "@babel/plugin-proposal-private-methods": "^7.18.6",
34
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
35
33
  "@fortawesome/fontawesome-svg-core": "^1.2.30",
36
34
  "@fortawesome/free-solid-svg-icons": "^5.14.0",
37
35
  "@fortawesome/react-fontawesome": "^0.1.11",
@@ -96,7 +94,9 @@
96
94
  "styled-components": "^5.3.0",
97
95
  "uuid": "^8.3.2",
98
96
  "xml2js": "^0.4.23",
99
- "yup": "^0.32.11"
97
+ "yup": "^0.32.11",
98
+ "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
99
+ "@babel/plugin-proposal-private-methods": "^7.18.6"
100
100
  },
101
101
  "browserslist": {
102
102
  "production": [
@@ -128,8 +128,8 @@
128
128
  "@types/jest": "^24.9.1",
129
129
  "@types/jquery": "^3.5.5",
130
130
  "@types/leaflet": "^1.7.3",
131
- "@types/leaflet-polylinedecorator": "^1.6.2",
132
131
  "@types/leaflet.markercluster": "^1.5.2",
132
+ "@types/leaflet-polylinedecorator": "^1.6.2",
133
133
  "@types/lodash": "^4.14.168",
134
134
  "@types/moment-timezone": "^0.5.30",
135
135
  "@types/node": "^12.12.30",
@@ -166,7 +166,6 @@
166
166
  "jscodeshift": "^0.13.0",
167
167
  "lint-staged": "^11.0.0",
168
168
  "msw-storybook-addon": "^1.2.0",
169
- "nan": "2.18.0",
170
169
  "node-sass": "^9.0.0",
171
170
  "nodemon": "^2.0.8",
172
171
  "perenv.macro": "^0.0.4",