Skip to content

Commit

Permalink
Merge pull request Sage-Bionetworks#543 from jay-hodgson/dependabot-v…
Browse files Browse the repository at this point in the history
…ersion-bumps

update versions based on dependabot PRs
  • Loading branch information
jay-hodgson authored Nov 3, 2023
2 parents 51a3f7f + ab16efa commit af02df2
Show file tree
Hide file tree
Showing 10 changed files with 193 additions and 171 deletions.
2 changes: 1 addition & 1 deletion apps/SageAccountWeb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-easy-crop": "^4.7.5",
"react-query": "3.39.3",
"react-router-dom": "^5.3.4",
"sass": "^1.63.6",
"sass": "^1.69.5",
"synapse-react-client": "workspace:*",
"universal-cookie": "^4.0.4"
},
Expand Down
1 change: 1 addition & 0 deletions apps/SageAccountWeb/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default mergeConfig(vitestConfig, {
test: {
include: ['src/tests/**/*.test.[jt]s?(x)'],
setupFiles: ['src/tests/setupTests.ts'],
environment: 'jsdom', // introduced due to random "ReferenceError: window is not defined" during tests
},
})
4 changes: 2 additions & 2 deletions apps/portals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-router-dom": "^5.3.4",
"react-spinners": "^0.13.8",
"react-switch": "^7.0.0",
"sass": "^1.63.6",
"sass": "^1.69.5",
"synapse-react-client": "workspace:*"
},
"scripts": {
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@sage-bionetworks/synapse-types": "workspace:*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/katex": "^0.5.0",
Expand Down
1 change: 1 addition & 0 deletions apps/portals/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default mergeConfig(vitestConfig, {
test: {
include: ['src/tests/**/*.test.[jt]s?(x)'],
setupFiles: ['src/tests/setupTests.ts'],
environment: 'jsdom', // introduced due to random "ReferenceError: window is not defined" during tests
},
})
2 changes: 1 addition & 1 deletion apps/synapse-oauth-signin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^18.2.0",
"react-query": "3.39.3",
"react-router-dom": "^5.3.4",
"sass": "^1.63.6",
"sass": "^1.69.5",
"synapse-react-client": "workspace:*"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions apps/synapse-oauth-signin/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default mergeConfig(vitestConfig, {
test: {
include: ['src/test/**/*.test.[jt]s?(x)'],
setupFiles: ['src/test/setupTests.ts'],
environment: 'jsdom', // introduced due to random "ReferenceError: window is not defined" during tests
},
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-testing-library": "^5.11.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"nx": "^16.5.0",
"nx": "^17.0.2",
"rimraf": "^5.0.1",
"typescript": "5.1.6"
},
Expand Down
9 changes: 4 additions & 5 deletions packages/synapse-react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"react-window": "^1.8.9",
"reactflow": "^11.7.4",
"rss-parser": "^3.13.0",
"sass": "^1.63.6",
"sass": "^1.69.5",
"shortid": "^2.2.16",
"spark-md5": "^3.0.2",
"tinycolor2": "^1.6.0",
Expand Down Expand Up @@ -152,7 +152,7 @@
"@storybook/theming": "^7.1.1",
"@svgr/plugin-jsx": "^8.0.1",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/brainhubeu__react-carousel": "1.15.0",
Expand Down Expand Up @@ -183,7 +183,6 @@
"@types/react-window": "^1.8.5",
"@types/shortid": "^0.0.29",
"@types/spark-md5": "^3.0.2",
"@types/testing-library__jest-dom": "^5.14.7",
"@types/tinycolor2": "^1.4.3",
"@types/ua-parser-js": "^0.7.36",
"@types/xml2js": "^0.4.11",
Expand All @@ -194,11 +193,11 @@
"buffer": "^6.0.3",
"chromatic": "^6.19.9",
"copyfiles": "^2.4.1",
"core-js": "^3.31.1",
"core-js": "^3.33.2",
"esbuild": "^0.18.11",
"esbuild-plugin-globals": "^0.2.0",
"esbuild-plugin-node-polyfills": "^1.0.2",
"esbuild-plugin-svgr": "^2.0.0",
"esbuild-plugin-svgr": "^2.1.0",
"esbuild-sass-plugin": "^2.10.0",
"https-browserify": "^1.0.0",
"identity-obj-proxy": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-react-client/test/setupTests.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'whatwg-fetch'
import 'raf/polyfill' // polyfill for requestAnimationFrame
import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'
import crypto from 'crypto'
import { ResizeObserver } from '@juggle/resize-observer'
import { setupIntersectionMocking } from 'react-intersection-observer/test-utils'
Expand Down
Loading

0 comments on commit af02df2

Please sign in to comment.