x25 17.6.7 → 17.6.8

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 +6 -6
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.6.7",
2
+ "version": "17.6.8",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "types": "./dist/index.d.ts",
@@ -95,12 +95,15 @@
95
95
  "eslint-import-resolver-typescript": "^3.6.1",
96
96
  "eslint-plugin-import": "^2.29.0",
97
97
  "eslint-plugin-react": "^7.33.2",
98
+ "knip": "^5.36.2",
98
99
  "node-sass": "^9.0.0",
99
100
  "npm-check": "^6.0.1",
101
+ "rimraf": "^3.0.2",
100
102
  "style-loader": "^3.3.3",
101
103
  "trash-cli": "^6.0.0",
102
104
  "ts-loader": "^9.5.1",
103
105
  "typescript": "^5.3.2",
106
+ "vitest": "^1.4.0",
104
107
  "webpack": "^5.89.0"
105
108
  },
106
109
  "overrides": {
@@ -117,20 +120,17 @@
117
120
  "classnames": "^2.3.2",
118
121
  "final-form": "^4.20.10",
119
122
  "immutable": "^4.3.4",
120
- "knip": "^5.36.2",
121
123
  "moment": "^2.29.4",
122
124
  "rc-tooltip": "^5.3.1",
123
125
  "react": "^17.0.2",
124
126
  "react-final-form": "^6.5.9",
125
- "react-immutable-form": "^1.1.4",
126
- "react-immutable-form-with-bootstrap": "^1.0.7",
127
+ "react-immutable-form": "^1.1.7",
128
+ "react-immutable-form-with-bootstrap": "^1.0.9",
127
129
  "react-notification-system-redux2": "^3.0.4",
128
130
  "react-redux": "^8.1.3",
129
131
  "redux": "^4.2.1",
130
132
  "reselect": "^4.1.8",
131
- "rimraf": "^3.0.2",
132
133
  "superagent": "^8.1.2",
133
- "vitest": "^1.4.0",
134
134
  "x25": "^17.4.70"
135
135
  }
136
136
  }