@xylabs/sdk-react 2.9.28 → 2.9.29

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 -8
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@types/react-helmet": "^6.1.5",
13
- "@xylabs/sdk-js": "^2.4.1",
13
+ "@xylabs/sdk-js": "^2.4.2",
14
14
  "axios": "^0.25.0",
15
15
  "bn.js": "^5.2.0",
16
16
  "lodash": "^4.17.21",
@@ -32,7 +32,7 @@
32
32
  "@mui/styles": "^5.4.1",
33
33
  "@rollup/plugin-image": "^2.1.1",
34
34
  "@rollup/plugin-json": "^4.1.0",
35
- "@rollup/plugin-replace": "^3.0.1",
35
+ "@rollup/plugin-replace": "^3.1.0",
36
36
  "@rollup/plugin-strip": "^2.1.0",
37
37
  "@rollup/plugin-typescript": "^8.3.0",
38
38
  "@storybook/addon-actions": "^6.4.18",
@@ -45,18 +45,18 @@
45
45
  "@types/bn.js": "^5.1.0",
46
46
  "@types/lodash": "^4.14.178",
47
47
  "@types/md5": "^2.3.2",
48
- "@types/node": "^17.0.16",
48
+ "@types/node": "^17.0.17",
49
49
  "@types/numeral": "^2.0.2",
50
50
  "@types/react": "^17.0.39",
51
51
  "@types/react-dom": "^17.0.11",
52
52
  "@xylabs/eslint-config-react": "^2.1.2",
53
- "@xylabs/pixel": "^1.3.6",
53
+ "@xylabs/pixel": "^1.3.7",
54
54
  "@xylabs/rollup-config": "^1.1.7",
55
55
  "@xylabs/ts-scripts": "^1.0.43",
56
56
  "@xylabs/tsconfig": "^1.0.12",
57
57
  "babel-loader": "^8.2.3",
58
58
  "copyfiles": "^2.4.1",
59
- "eslint": "^8.8.0",
59
+ "eslint": "^8.9.0",
60
60
  "eslint-plugin-prettier": "^4.0.0",
61
61
  "eslint-plugin-react": "^7.28.0",
62
62
  "eslint-plugin-react-hooks": "^4.3.0",
@@ -66,7 +66,7 @@
66
66
  "react-router-dom": "^6.2.1",
67
67
  "rimraf": "^3.0.2",
68
68
  "rollbar": "^2.24.0",
69
- "rollup": "^2.67.1",
69
+ "rollup": "^2.67.2",
70
70
  "rollup-plugin-svg": "^2.0.0",
71
71
  "ts-node": "^10.5.0",
72
72
  "tslib": "^2.3.1",
@@ -118,13 +118,13 @@
118
118
  },
119
119
  "scripts": {
120
120
  "build-storybook": "build-storybook",
121
- "deploy": "yarn version patch -i && yarn npm publish",
121
+ "deploy": "yarn version patch -i && yarn build && yarn npm publish",
122
122
  "lint-pkg": "npmPkgJsonLint .",
123
123
  "start": "start-storybook -p 6006",
124
124
  "test": "env TS_NODE_PROJECT=\"tsconfig.test.json\" mocha -r ts-node/register 'src/**/*.spec.ts'"
125
125
  },
126
126
  "sideEffects": false,
127
127
  "types": "dist/index.d.ts",
128
- "version": "2.9.28",
128
+ "version": "2.9.29",
129
129
  "packageManager": "yarn@3.1.1"
130
130
  }