opus-toolkit-components 1.8.1 → 1.8.3

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,17 +1,19 @@
1
1
  {
2
2
  "name": "opus-toolkit-components",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "private": false,
5
-
6
5
  "peerDependencies": {
7
6
  "react": "^17.0.0 || ^18.0.0",
8
7
  "react-dom": "^17.0.0 || ^18.0.0"
9
8
  },
10
9
  "peerDependenciesMeta": {
11
- "react": { "optional": false },
12
- "react-dom": { "optional": false }
10
+ "react": {
11
+ "optional": false
12
+ },
13
+ "react-dom": {
14
+ "optional": false
15
+ }
13
16
  },
14
-
15
17
  "dependencies": {
16
18
  "@headlessui/react": "^2.1.8",
17
19
  "@heroicons/react": "^2.1.5",
@@ -27,7 +29,6 @@
27
29
  "semantic-ui-react": "^2.1.5",
28
30
  "web-vitals": "^2.1.4"
29
31
  },
30
-
31
32
  "devDependencies": {
32
33
  "@babel/core": "^7.28.3",
33
34
  "@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -79,7 +80,6 @@
79
80
  "webpack-cli": "^5.1.4",
80
81
  "webpack-dev-server": "^5.1.0"
81
82
  },
82
-
83
83
  "scripts": {
84
84
  "start": "react-scripts start",
85
85
  "test": "react-scripts test",
@@ -89,11 +89,12 @@
89
89
  "generate:types": "node index-dts-generator.js",
90
90
  "build": "npm run generate:types && webpack --mode production"
91
91
  },
92
-
93
92
  "eslintConfig": {
94
- "extends": ["react-app", "react-app/jest"]
93
+ "extends": [
94
+ "react-app",
95
+ "react-app/jest"
96
+ ]
95
97
  },
96
-
97
98
  "browserslist": {
98
99
  "production": [
99
100
  ">0.2%",
@@ -106,12 +107,9 @@
106
107
  "last 1 safari version"
107
108
  ]
108
109
  },
109
-
110
110
  "description": "React component library",
111
-
112
111
  "main": "lib/main.js",
113
112
  "types": "lib/index.d.ts",
114
-
115
113
  "exports": {
116
114
  ".": {
117
115
  "require": "./lib/main.js",
@@ -119,12 +117,11 @@
119
117
  "default": "./lib/main.js"
120
118
  }
121
119
  },
122
-
123
- "files": ["lib"],
124
-
120
+ "files": [
121
+ "lib"
122
+ ],
125
123
  "author": "Sye",
126
124
  "license": "ISC",
127
-
128
125
  "directories": {
129
126
  "lib": "lib"
130
127
  }