Skip to content

Commit

Permalink
Merge branch 'main' into future/pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorner committed Mar 5, 2024
2 parents d5e83ab + 9c33ee6 commit 4ae9506
Show file tree
Hide file tree
Showing 9 changed files with 1,037 additions and 598 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ipguk/react-ui",
"version": "7.1.0-0",
"version": "7.1.0",
"description": "React UI component library for IPG web applications",
"author": "IPG-Automotive-UK",
"license": "MIT",
Expand Down Expand Up @@ -28,10 +28,10 @@
"type-check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.7",
"@playwright/test": "^1.41.2",
"@mui/material": "^5.15.11",
"@playwright/test": "^1.42.1",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
Expand All @@ -48,34 +48,34 @@
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/css-mediaquery": "^0.1.4",
"@types/node": "^20.11.16",
"@types/node": "^20.11.24",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"@types/react-plotly.js": "^2.6.3",
"@types/react-text-mask": "^5.4.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/coverage-v8": "^1.3.1",
"colord": "^2.9.3",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"css-mediaquery": "^0.1.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"express": "^4.18.2",
"eslint-plugin-react": "^7.34.0",
"express": "^4.18.3",
"jsdom": "^24.0.0",
"mutationobserver-shim": "^0.3.7",
"npm-run-all": "^4.1.5",
"playwright": "^1.41.2",
"playwright": "^1.42.1",
"pm2": "^5.3.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
Expand All @@ -85,28 +85,28 @@
"storybook-dark-mode": "^3.0.3",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"vite": "^4.5.0",
"vite": "^5.1.5",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.2.2",
"vitest": "^1.3.1",
"zxcvbn": "^4.4.2"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@mui/icons-material": "^5.15.7",
"@mui/x-data-grid": "^6.19.3",
"@mui/icons-material": "^5.15.11",
"@mui/x-data-grid": "^6.19.6",
"@mui/x-tree-view": "^6.17.0",
"@types/css-mediaquery": "^0.1.4",
"@types/plotly.js": "^2.29.0",
"@types/plotly.js": "^2.29.1",
"@types/react-plotly.js": "^2.6.3",
"@types/react-text-mask": "^5.4.14",
"colord": "^2.9.3",
"material-ui-confirm": "^3.0.11",
"material-ui-popup-state": "^5.0.10",
"plotly.js": "^2.29.0",
"plotly.js": "^2.29.1",
"prop-types": "^15.8.1",
"react-colorful": "^5.6.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.50.1",
"react-hook-form": "^7.51.0",
"react-plotly.js": "^2.6.0",
"react-text-mask": "^5.5.0",
"use-debouncy": "^5.0.1",
Expand Down
Loading

0 comments on commit 4ae9506

Please sign in to comment.