x25 17.0.20 → 17.0.21

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 +5 -15
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.0.20",
2
+ "version": "17.0.21",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "types": "./dist/index.d.ts",
@@ -14,9 +14,9 @@
14
14
  "intern-build": "npm run intern-build-scss",
15
15
  "intern-clean": "rimraf dist dist",
16
16
  "intern-test": "jest",
17
- "check": "npm run depcheck & npm run check:npm-check",
17
+ "check": "node script/check & npm run depcheck & npm run check:npm-check",
18
18
  "check:npm-check": "npm-check -u -i babel-jest -i jest --specials=bin,eslint,babel,webpack",
19
- "depcheck": "depcheck --ignores=webpack-cli,@hot-loader/react-dom --ignore-patterns=server,node_modules,tmp,fonts",
19
+ "depcheck": "depcheck --ignores=@types/jest,@docusaurus/react-loadable,webpack-cli,@hot-loader/react-dom --ignore-patterns=server,node_modules,tmp,fonts",
20
20
  "check:global": "npm-check -gu",
21
21
  "ts:check": "tsc --noEmit",
22
22
  "ts": "tsc --declaration"
@@ -86,10 +86,8 @@
86
86
  "@babel/preset-typescript": "^7.16.7",
87
87
  "@types/jest": "^27.4.0",
88
88
  "@types/superagent": "^4.1.15",
89
- "@typescript-eslint/eslint-plugin": "^5.11.0",
90
- "@typescript-eslint/parser": "^5.11.0",
91
- "add-matchers": "^0.6.2",
92
- "babel-loader": "^8.2.3",
89
+ "@typescript-eslint/eslint-plugin": "^5.12.0",
90
+ "@typescript-eslint/parser": "^5.12.0",
93
91
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
94
92
  "copy": "^0.3.2",
95
93
  "css-loader": "^6.6.0",
@@ -107,22 +105,14 @@
107
105
  "dependencies": {
108
106
  "@docusaurus/react-loadable": "^5.5.2",
109
107
  "@sentry/browser": "^6.17.7",
110
- "big.js": "^6.1.1",
111
108
  "classnames": "^2.3.1",
112
- "copy-dir": "^1.3.0",
113
- "copyfiles": "^2.4.1",
114
- "cp": "^0.2.0",
115
109
  "immutable": "^4.0.0-rc.12",
116
110
  "jest": "^27.5.1",
117
111
  "moment": "^2.29.1",
118
112
  "node-sass": "^7.0.1",
119
113
  "react": "^17.0.2",
120
- "react-dom": "^17.0.2",
121
114
  "react-notification-system-redux2": "^3.0.4",
122
115
  "react-redux": "^7.2.6",
123
- "react-router-dom": "^6.2.1",
124
- "react-select": "^5.2.2",
125
- "react-sidebar": "^3.0.2",
126
116
  "reactstrap": "^9.0.1",
127
117
  "redux": "^4.1.2",
128
118
  "redux-form": "^8.3.8",