@xyo-network/react-theme 2.25.15 → 2.25.16

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 +8 -15
package/package.json CHANGED
@@ -25,19 +25,19 @@
25
25
  "devDependencies": {
26
26
  "@babel/core": "^7.18.0",
27
27
  "@babel/preset-env": "^7.18.0",
28
- "@storybook/addons": "^6.5.4",
29
- "@storybook/api": "^6.5.4",
30
- "@storybook/components": "^6.5.4",
31
- "@storybook/core-events": "^6.5.4",
32
- "@storybook/react": "^6.5.4",
33
- "@storybook/theming": "^6.5.4",
28
+ "@storybook/addons": "^6.5.5",
29
+ "@storybook/api": "^6.5.5",
30
+ "@storybook/components": "^6.5.5",
31
+ "@storybook/core-events": "^6.5.5",
32
+ "@storybook/react": "^6.5.5",
33
+ "@storybook/theming": "^6.5.5",
34
34
  "@types/lodash": "^4.14.182",
35
35
  "@xylabs/sdk-react": "^2.12.8",
36
36
  "@xylabs/ts-scripts": "^1.0.66",
37
37
  "@xylabs/tsconfig": "^1.0.13",
38
38
  "axios": "^0.27.2",
39
39
  "storybook-dark-mode": "^1.1.0",
40
- "typescript": "^4.6.4"
40
+ "typescript": "^4.7.2"
41
41
  },
42
42
  "browser": "dist/esm/index.js",
43
43
  "docs": "dist/docs.json",
@@ -93,17 +93,10 @@
93
93
  },
94
94
  "scripts": {
95
95
  "lint-pkg": "npmPkgJsonLint .",
96
- "gen:docs:package": "typedoc src/index.ts --json dist/docs.json",
97
- "clean:package": "rimraf -q ./dist && rimraf -q ./build",
98
- "fix:package": "yarn fix",
99
- "lint:package": "yarn lint",
100
- "deps:package": "depcheck $INIT_CWD",
101
- "updo3:package": "yarn updo3",
102
- "build:package": "yarn clean:package && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs:package",
103
96
  "license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
104
97
  },
105
98
  "sideEffects": false,
106
99
  "types": "dist/esm/index.d.ts",
107
- "version": "2.25.15",
100
+ "version": "2.25.16",
108
101
  "packageManager": "yarn@3.1.1"
109
102
  }