opus-toolkit-components 1.7.2 → 1.7.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.
Files changed (1) hide show
  1. package/package.json +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opus-toolkit-components",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "react": "^17.0.0 || ^18.0.0",
@@ -53,7 +53,6 @@
53
53
  "babel-loader": "^9.2.1",
54
54
  "babel-plugin-named-exports-order": "0.0.2",
55
55
  "compression-webpack-plugin": "^11.1.0",
56
- "copy-webpack-plugin": "^13.0.1",
57
56
  "copyfiles": "^2.4.1",
58
57
  "css-loader": "^7.1.2",
59
58
  "cypress": "^13.4.0",
@@ -70,7 +69,6 @@
70
69
  "prop-types": "^15.8.1",
71
70
  "react": "^18.3.1",
72
71
  "react-dom": "^18.3.1",
73
- "react-refresh": "^0.18.0",
74
72
  "sass": "^1.89.0",
75
73
  "semver": "^7.7.2",
76
74
  "style-loader": "^4.0.0",
@@ -107,7 +105,7 @@
107
105
  ]
108
106
  },
109
107
  "description": "React component library",
110
- "main": "lib/main.b367a5ffd7f23d112345.js",
108
+ "main": "lib/opus-components.main.js",
111
109
  "types": "lib/index.d.ts",
112
110
  "author": "Sye",
113
111
  "license": "ISC",
@@ -116,9 +114,9 @@
116
114
  ],
117
115
  "exports": {
118
116
  ".": {
119
- "types": "./lib/index.d.ts",
120
117
  "import": "./lib/opus-components.main.js",
121
- "require": "./lib/opus-components.main.js"
118
+ "require": "./lib/opus-components.main.js",
119
+ "types": "./lib/index.d.ts"
122
120
  }
123
121
  },
124
122
  "directories": {