@selfdecode/sd-component-library 4.0.72 → 4.0.73-test

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/lib/index.js +1 -1
  2. package/package.json +12 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfdecode/sd-component-library",
3
- "version": "4.0.72",
3
+ "version": "4.0.73-test",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -91,6 +91,7 @@
91
91
  "@types/history": "^4.7.11",
92
92
  "@types/jest": "^24.9.1",
93
93
  "@types/lodash": "^4.14.182",
94
+ "@types/lodash-es": "^4.17.8",
94
95
  "@types/node": "^18.7.11",
95
96
  "@types/react": "^18.0.17",
96
97
  "@types/react-date-range": "1.1.3",
@@ -113,13 +114,14 @@
113
114
  "eslint-config-react-app": "^7.0.1",
114
115
  "eslint-webpack-plugin": "^3.1.1",
115
116
  "file-loader": "^6.2.0",
116
- "husky": "^4.2.5",
117
117
  "html-webpack-plugin": "^5.5.0",
118
+ "husky": "^4.2.5",
118
119
  "jest": "^27.4.3",
119
120
  "jest-canvas-mock": "^2.4.0",
120
121
  "jest-resolve": "^27.4.2",
121
122
  "jest-watch-typeahead": "^1.0.0",
122
123
  "lint-staged": "^10.2.11",
124
+ "lodash-es": "^4.17.21",
123
125
  "mini-css-extract-plugin": "^2.4.5",
124
126
  "postcss": "^8.4.4",
125
127
  "postcss-flexbugs-fixes": "^5.0.2",
@@ -138,13 +140,16 @@
138
140
  "tailwindcss": "^3.0.2",
139
141
  "terser-webpack-plugin": "^5.2.5",
140
142
  "typescript": "^4.6.4",
141
- "webpack-manifest-plugin": "^4.0.2",
142
- "webpack-cli": "^4.1.0",
143
- "webpack-node-externals": "^2.5.2",
144
143
  "webpack": "^5.64.4",
144
+ "webpack-cli": "^4.1.0",
145
145
  "webpack-dev-server": "^4.6.0",
146
+ "webpack-manifest-plugin": "^4.0.2",
147
+ "webpack-node-externals": "^2.5.2",
146
148
  "workbox-webpack-plugin": "^6.4.1"
147
149
  },
150
+ "peerDependencies": {
151
+ "lodash-es": "^4.17.21"
152
+ },
148
153
  "description": "The SelfDecode Component Library (SCL) was built with intention of speeding up the development of all products under SD, by creating a single source for all shared components such as form components which are re-used across our different products.",
149
154
  "repository": {
150
155
  "type": "git",
@@ -185,7 +190,8 @@
185
190
  ],
186
191
  "moduleNameMapper": {
187
192
  "^react-native$": "react-native-web",
188
- "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
193
+ "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy",
194
+ "lodash-es": "lodash"
189
195
  },
190
196
  "moduleFileExtensions": [
191
197
  "web.js",