Skip to content

Commit

Permalink
deps: bulk update minor JS dependencies (#4080)
Browse files Browse the repository at this point in the history
* bulk js updates

* update dockerfile

* update yarnrc

* update cypress image tag
  • Loading branch information
mastercactapus committed Sep 24, 2024
1 parent d0a1638 commit edf646e
Show file tree
Hide file tree
Showing 6 changed files with 1,884 additions and 2,792 deletions.
2 changes: 1 addition & 1 deletion .storybook/static/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.2'
const PACKAGE_VERSION = '2.4.9'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enableGlobalCache: false
packageExtensions:
jest-playwright-preset@*:
dependencies:
playwright: 1.45.2
playwright: 1.47.2
markdown-it@*:
dependencies:
punycode: 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/dockerfiles/cypress-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/cypress/included:13.3.0
FROM docker.io/cypress/included:13.14.2
ENTRYPOINT []
RUN apt-get update && apt-get install -y --no-install-recommends postgresql postgresql-contrib && rm -rf /var/lib/apt/lists/*
ENV PGDATA=/var/lib/postgresql/data PGUSER=postgres DB_URL=postgresql://postgres@
Expand Down
2 changes: 1 addition & 1 deletion devtools/ci/tasks/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ outputs:
- name: debug
image_resource:
type: registry-image
source: { repository: goalert/cypress-env, tag: '13.3.0' }
source: { repository: goalert/cypress-env, tag: '13.14.2' }
run:
path: sh
dir: integration/goalert
Expand Down
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,56 +32,56 @@
]
},
"devDependencies": {
"@apollo/client": "3.10.8",
"@babel/core": "7.24.0",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@apollo/client": "3.11.8",
"@babel/core": "7.25.2",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.5",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@material/material-color-utilities": "0.2.7",
"@mui/icons-material": "5.15.21",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.19",
"@mui/styles": "5.16.4",
"@mui/system": "5.16.1",
"@mui/x-data-grid": "6.19.6",
"@playwright/test": "1.45.2",
"@storybook/addon-essentials": "8.2.5",
"@storybook/addon-interactions": "8.2.5",
"@storybook/addon-links": "8.2.5",
"@storybook/blocks": "8.2.5",
"@storybook/preview-api": "8.3.2",
"@storybook/react": "8.2.5",
"@storybook/react-vite": "8.2.5",
"@storybook/test": "8.2.5",
"@mui/material": "5.16.7",
"@mui/styles": "5.16.7",
"@mui/system": "5.16.7",
"@mui/x-data-grid": "6.20.4",
"@playwright/test": "1.47.2",
"@storybook/addon-essentials": "8.3.3",
"@storybook/addon-interactions": "8.3.3",
"@storybook/addon-links": "8.3.3",
"@storybook/blocks": "8.3.3",
"@storybook/preview-api": "8.3.3",
"@storybook/react": "8.3.3",
"@storybook/react-vite": "8.3.3",
"@storybook/test": "8.3.3",
"@storybook/test-runner": "0.19.1",
"@storybook/types": "8.2.5",
"@storybook/types": "8.3.3",
"@types/chance": "1.1.6",
"@types/diff": "5.2.1",
"@types/diff": "5.2.2",
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.1",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.9",
"@types/luxon": "3.4.2",
"@types/node": "20.11.30",
"@types/prop-types": "15.7.12",
"@types/react": "18.3.3",
"@types/react-big-calendar": "1.8.9",
"@types/node": "20.16.6",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.9",
"@types/react-big-calendar": "1.8.12",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.10",
"@types/react-transition-group": "4.4.11",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@urql/exchange-retry": "1.2.1",
"@urql/exchange-retry": "1.3.0",
"bowser": "2.11.0",
"chance": "1.1.11",
"chance": "1.1.12",
"classnames": "2.5.1",
"concurrently": "8.2.2",
"cypress": "13.3.0",
"detect-package-manager": "3.0.1",
"cypress": "13.14.2",
"detect-package-manager": "3.0.2",
"diff": "5.2.0",
"esbuild": "0.20.2",
"esbuild": "0.24.0",
"esbuild-jest": "0.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -98,25 +98,25 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"fuse.js": "7.0.0",
"glob": "10.3.14",
"glob": "10.4.5",
"graphiql": "3.0.10",
"graphql": "16.8.1",
"graphql": "16.9.0",
"http-server": "14.1.1",
"jest": "29.7.0",
"lodash": "4.17.21",
"luxon": "3.4.4",
"luxon": "3.5.0",
"mdast-util-find-and-replace": "3.0.1",
"mdi-material-ui": "7.8.0",
"msw": "2.3.2",
"mdi-material-ui": "7.9.2",
"msw": "2.4.9",
"msw-storybook-addon": "2.0.3",
"prettier": "3.2.5",
"prettier-plugin-go-template": "0.0.15",
"prop-types": "15.8.1",
"punycode": "2.3.1",
"react": "18.3.1",
"react-big-calendar": "1.12.2",
"react-big-calendar": "1.14.1",
"react-colorful": "5.6.1",
"react-countdown": "2.3.5",
"react-countdown": "2.3.6",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-ga4": "2.1.0",
Expand All @@ -131,14 +131,14 @@
"redux-thunk": "2.4.2",
"remark-breaks": "4.0.0",
"remark-gfm": "4.0.0",
"semver": "7.6.0",
"storybook": "8.2.5",
"semver": "7.6.3",
"storybook": "8.3.3",
"storybook-addon-mock": "4.3.0",
"stylelint": "16.7.0",
"stylelint-config-standard": "36.0.0",
"typescript": "5.5.2",
"urql": "4.0.6",
"vite": "5.3.4",
"urql": "4.1.0",
"vite": "5.4.7",
"wonka": "6.3.4",
"wouter": "2.12.1"
},
Expand Down
Loading

0 comments on commit edf646e

Please sign in to comment.