@loadsmart/loadsmart-ui 5.19.1 → 5.19.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/loadsmart-ui",
3
- "version": "5.19.1",
3
+ "version": "5.19.2",
4
4
  "description": "Miranda UI, a React UI library",
5
5
  "main": "dist",
6
6
  "files": [
@@ -44,7 +44,7 @@
44
44
  "@babel/preset-typescript": "^7.18.6",
45
45
  "@commitlint/cli": "16.0.2",
46
46
  "@commitlint/config-conventional": "16.0.0",
47
- "@loadsmart/miranda-tokens": "1.3.0",
47
+ "@loadsmart/miranda-tokens": "^2.2.1",
48
48
  "@loadsmart/stylelint-config": "0.0.3",
49
49
  "@rollup/plugin-babel": "5.3.0",
50
50
  "@rollup/plugin-commonjs": "19.0.0",
@@ -120,7 +120,6 @@
120
120
  "postcss": "^7.0.39",
121
121
  "postcss-cli": "^7.1.2",
122
122
  "prettier": "2.2.1",
123
- "prop-types": "15.7.2",
124
123
  "react": "17.0.2",
125
124
  "react-dom": "17.0.2",
126
125
  "react-is": "17.0.2",
@@ -150,10 +149,9 @@
150
149
  "webpack": "^5.75.0"
151
150
  },
152
151
  "peerDependencies": {
153
- "@loadsmart/miranda-tokens": "1.3.0",
152
+ "@loadsmart/miranda-tokens": ">=1.3.0",
154
153
  "@testing-library/dom": ">=5.12.0",
155
154
  "@testing-library/react": ">=11.2.6",
156
- "prop-types": ">=15.7.2",
157
155
  "react": ">=16.8.0",
158
156
  "react-dom": ">=16.8.0",
159
157
  "styled-components": ">=5.3.0"
@@ -1,4 +1,3 @@
1
- /* eslint-disable react/prop-types */
2
1
  import React, { Fragment, forwardRef } from 'react'
3
2
  import styled from 'styled-components'
4
3
 
@@ -1,4 +1,3 @@
1
- /* eslint-disable react/prop-types */
2
1
  import React, { useContext } from 'react'
3
2
  import styled from 'styled-components'
4
3