studiokit-scaffolding-js 7.0.12-next.2.7 → 7.0.12-next.2.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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "7.0.12-next.2.7",
3
+ "version": "7.0.12-next.2.8",
4
4
  "description": "Common scaffolding for Studio apps at Purdue",
5
5
  "repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
6
6
  "license": "MIT",
@@ -84,7 +84,7 @@
84
84
  "testEnvironment": "jsdom"
85
85
  },
86
86
  "resolutions": {
87
- "@sentry/browser": "^10.19.0",
87
+ "@sentry/browser": "10.23.0",
88
88
  "@types/node": "~20.19.0",
89
89
  "@types/react": "^17.0.89",
90
90
  "@types/react-router": "^5.1.11",
@@ -98,9 +98,9 @@
98
98
  "@material-ui/icons": "^4.11.3",
99
99
  "@material-ui/lab": "^4.0.0-alpha.57",
100
100
  "@microsoft/applicationinsights-web": "^3.1.0",
101
- "@redux-saga/core": "^1.3.0",
102
- "@redux-saga/types": "^1.2.1",
103
- "@sentry/react": "^10.19.0",
101
+ "@redux-saga/core": "^1.4.2",
102
+ "@redux-saga/types": "^1.3.1",
103
+ "@sentry/react": "^10.23.0",
104
104
  "@types/history": "^4.7.11",
105
105
  "@types/lodash": "^4.17.20",
106
106
  "@types/quill": "^1.3.10",
@@ -159,7 +159,7 @@
159
159
  "@babel/preset-env": "^7.28.3",
160
160
  "@babel/preset-react": "^7.27.1",
161
161
  "@babel/preset-typescript": "^7.27.1",
162
- "@eslint/js": "^9.38.0",
162
+ "@eslint/js": "^9.39.1",
163
163
  "@redux-saga/testing-utils": "^1.1.5",
164
164
  "@types/enzyme": "^3.10.19",
165
165
  "@types/enzyme-adapter-react-16": "^1.0.9",
@@ -167,13 +167,13 @@
167
167
  "@types/mockdate": "^3.0.0",
168
168
  "@types/pluralize": "^0.0.33",
169
169
  "@types/react": "^17.0.89",
170
- "@typescript-eslint/parser": "^8.46.2",
170
+ "@typescript-eslint/parser": "^8.46.3",
171
171
  "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
172
172
  "babel-plugin-react-compiler": "^1.0.0",
173
173
  "copyfiles": "^2.4.1",
174
174
  "cross-env": "^7.0.3",
175
175
  "enzyme": "^3.11.0",
176
- "eslint": "^9.38.0",
176
+ "eslint": "^9.39.1",
177
177
  "eslint-config-prettier": "^10.1.8",
178
178
  "eslint-config-react-app": "^7.0.1",
179
179
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -183,7 +183,7 @@
183
183
  "eslint-plugin-prettier": "~5.3.1",
184
184
  "eslint-plugin-react": "^7.37.5",
185
185
  "eslint-plugin-react-hooks": "^7.0.1",
186
- "globals": "^16.4.0",
186
+ "globals": "^16.5.0",
187
187
  "husky": "^4.3.8",
188
188
  "identity-obj-proxy": "^3.0.0",
189
189
  "jest": "^30.2.0",
@@ -205,7 +205,7 @@
205
205
  "stylelint-config-standard": "^39.0.1",
206
206
  "ts-jest": "^29.4.5",
207
207
  "typescript": "~5.9.3",
208
- "typescript-eslint": "^8.46.2"
208
+ "typescript-eslint": "^8.46.3"
209
209
  },
210
210
  "peerDependencies": {
211
211
  "@types/react": "^17.0.0",