x25 17.0.0 → 17.0.4

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 +11 -12
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "17.0.0",
2
+ "version": "17.0.4",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "scripts": {
6
6
  "load": "npm run intern-pre && cd dist && npm publish",
7
7
  "load-beta": "npm run intern-pre && cd dist && npm publish --tag beta",
8
- "check": "npm-check -u -i babel-jest -i jest -i history --specials=bin,eslint,babel,webpack",
8
+ "check": "npm-check -u -i babel-jest -i jest --specials=bin,eslint,babel,webpack",
9
9
  "eslint": "eslint --ext .jsx,.js src --fix",
10
10
  "intern-pre": "npm run intern-test && npm run eslint && npm run intern-clean && npm run intern-build && npm run intern-copy",
11
11
  "intern-build-scss": "node-sass --output-style compressed src -o dist",
@@ -56,7 +56,7 @@
56
56
  }
57
57
  },
58
58
  "engines": {
59
- "node": ">= 15.0.0"
59
+ "node": ">= 16.0.0"
60
60
  },
61
61
  "jest": {
62
62
  "transform": {
@@ -102,7 +102,7 @@
102
102
  "jest": "^23.6.0",
103
103
  "jest-immutable-matchers": "^2.0.1",
104
104
  "json-loader": "^0.5.7",
105
- "node-sass": "^7.0.1",
105
+ "node-sass": "^4.13.0",
106
106
  "npm-check": "^5.9.2",
107
107
  "npm-check-unused": "^6.0.0",
108
108
  "npm-check-updates": "^3.2.1",
@@ -120,26 +120,25 @@
120
120
  "webpack-preset-babel-stage-2": "^0.2.0"
121
121
  },
122
122
  "dependencies": {
123
- "@sentry/browser": "^5.9.1",
124
- "big.js": "^5.2.2",
125
- "classnames": "^2.2.6",
123
+ "@sentry/browser": "^6.17.2",
124
+ "big.js": "^6.1.1",
125
+ "classnames": "^2.3.1",
126
126
  "copy": "^0.3.2",
127
127
  "immutable": "^4.0.0-rc.12",
128
- "moment": "^2.22.2",
129
- "npm": "^6.13.1",
128
+ "moment": "^2.29.1",
130
129
  "react": "^17.0.2",
131
130
  "react-dom": "^17.0.2",
132
131
  "react-loadable": "~5.5.0",
133
- "react-notification-system-redux2": "^2.0.1",
132
+ "react-notification-system-redux2": "^3.0.0",
134
133
  "react-redux": "^7.2.6",
135
134
  "react-router-dom": "^5.1.2",
136
135
  "react-select": "^5.2.2",
137
136
  "react-sidebar": "^3.0.2",
138
137
  "reactstrap": "^9.0.1",
139
- "redux": "^4.0.4",
138
+ "redux": "^4.1.2",
140
139
  "redux-form": "^8.3.8",
141
140
  "redux-injector": "^0.1.0",
142
141
  "reselect": "^4.1.5",
143
- "superagent": "^5.1.1"
142
+ "superagent": "^7.1.1"
144
143
  }
145
144
  }