|
50 | 50 | },
|
51 | 51 | "dependencies": {
|
52 | 52 | "@react-hook/window-scroll": "^1.3.0",
|
53 |
| - "@salesforce-ux/design-system": "^2.18.1", |
54 |
| - "@salesforce/design-system-react": "^0.10.48", |
55 |
| - "@sentry/browser": "^7.7.0", |
56 |
| - "classnames": "^2.3.1", |
57 |
| - "date-fns": "^2.29.1", |
58 |
| - "i18next": "^21.8.14", |
59 |
| - "i18next-browser-languagedetector": "^6.1.4", |
60 |
| - "i18next-http-backend": "^1.4.1", |
61 |
| - "js-cookie": "^3.0.1", |
| 53 | + "@salesforce-ux/design-system": "^2.22.0", |
| 54 | + "@salesforce/design-system-react": "^0.10.58", |
| 55 | + "@sentry/browser": "^7.74.1", |
| 56 | + "classnames": "^2.3.2", |
| 57 | + "date-fns": "^2.30.0", |
| 58 | + "i18next": "^23.6.0", |
| 59 | + "i18next-browser-languagedetector": "^7.1.0", |
| 60 | + "i18next-http-backend": "^2.2.2", |
| 61 | + "js-cookie": "^3.0.5", |
62 | 62 | "lodash": "^4.17.21",
|
63 | 63 | "prop-types": "^15.8.1",
|
64 | 64 | "react": "^18.2.0",
|
65 | 65 | "react-document-title": "^2.0.3",
|
66 | 66 | "react-dom": "^18.2.0",
|
67 |
| - "react-i18next": "^11.18.1", |
68 |
| - "react-joyride": "^2.5.0", |
69 |
| - "react-redux": "^8.0.2", |
| 67 | + "react-i18next": "^13.3.1", |
| 68 | + "react-joyride": "^2.6.1", |
| 69 | + "react-redux": "^8.1.3", |
70 | 70 | "react-router-dom": "^5.3.1",
|
71 |
| - "redux": "^4.2.0", |
| 71 | + "redux": "^4.2.1", |
72 | 72 | "redux-devtools-extension": "^2.13.9",
|
73 | 73 | "redux-logger": "^3.0.6",
|
74 |
| - "redux-thunk": "^2.4.1", |
75 |
| - "reselect": "^4.1.6", |
| 74 | + "redux-thunk": "^2.4.2", |
| 75 | + "reselect": "^4.1.8", |
76 | 76 | "sockette": "^2.0.6",
|
77 | 77 | "uuid-random": "^1.3.2",
|
78 |
| - "vlocity": "^1.15.7", |
79 |
| - "whatwg-fetch": "^3.6.2" |
| 78 | + "vlocity": "^1.17.4", |
| 79 | + "whatwg-fetch": "^3.6.19" |
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@babel/core": "^7.18.9", |
83 |
| - "@babel/preset-env": "^7.18.9", |
84 |
| - "@babel/preset-react": "^7.18.6", |
85 |
| - "@babel/preset-typescript": "^7.18.6", |
86 |
| - "@storybook/addon-actions": "^6.5.9", |
87 |
| - "@storybook/addon-essentials": "^6.5.9", |
88 |
| - "@storybook/addon-links": "^6.5.9", |
| 82 | + "@babel/core": "^7.23.2", |
| 83 | + "@babel/preset-env": "^7.23.2", |
| 84 | + "@babel/preset-react": "^7.22.15", |
| 85 | + "@babel/preset-typescript": "^7.23.2", |
| 86 | + "@storybook/addon-actions": "^7.5.1", |
| 87 | + "@storybook/addon-essentials": "^7.5.1", |
| 88 | + "@storybook/addon-links": "^7.5.1", |
89 | 89 | "@storybook/addon-postcss": "^2.0.0",
|
90 |
| - "@storybook/builder-webpack5": "^6.5.9", |
91 |
| - "@storybook/manager-webpack5": "^6.5.9", |
92 |
| - "@storybook/react": "^6.5.9", |
93 |
| - "@storybook/storybook-deployer": "^2.8.12", |
94 |
| - "@testing-library/jest-dom": "^5.16.4", |
95 |
| - "@testing-library/react": "^13.3.0", |
| 90 | + "@storybook/builder-webpack5": "^7.5.1", |
| 91 | + "@storybook/manager-webpack5": "^6.5.16", |
| 92 | + "@storybook/react": "^7.5.1", |
| 93 | + "@storybook/storybook-deployer": "^2.8.16", |
| 94 | + "@testing-library/jest-dom": "^6.1.4", |
| 95 | + "@testing-library/react": "^14.0.0", |
96 | 96 | "@types/classnames": "^2.3.1",
|
97 |
| - "@types/core-js": "^2.5.5", |
98 |
| - "@types/js-cookie": "^3.0.2", |
99 |
| - "@types/lodash": "^4.14.182", |
100 |
| - "@types/react": "^18.0.15", |
101 |
| - "@types/react-document-title": "^2.0.5", |
102 |
| - "@types/react-dom": "^18.0.6", |
| 97 | + "@types/core-js": "^2.5.7", |
| 98 | + "@types/js-cookie": "^3.0.5", |
| 99 | + "@types/lodash": "^4.14.200", |
| 100 | + "@types/react": "^18.2.31", |
| 101 | + "@types/react-document-title": "^2.0.7", |
| 102 | + "@types/react-dom": "^18.2.14", |
103 | 103 | "@types/react-router-dom": "^5.3.3",
|
104 |
| - "@types/redux-logger": "^3.0.9", |
105 |
| - "@types/redux-mock-store": "^1.0.3", |
106 |
| - "@typescript-eslint/eslint-plugin": "^5.30.7", |
107 |
| - "@typescript-eslint/parser": "^5.30.7", |
108 |
| - "autoprefixer": "^10.4.7", |
109 |
| - "babel-jest": "^28.1.3", |
110 |
| - "babel-loader": "^8.2.5", |
111 |
| - "core-js": "^3.24.0", |
| 104 | + "@types/redux-logger": "^3.0.11", |
| 105 | + "@types/redux-mock-store": "^1.0.5", |
| 106 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 107 | + "@typescript-eslint/parser": "^6.8.0", |
| 108 | + "autoprefixer": "^10.4.16", |
| 109 | + "babel-jest": "^29.7.0", |
| 110 | + "babel-loader": "^9.1.3", |
| 111 | + "core-js": "^3.33.1", |
112 | 112 | "coveralls": "^3.1.1",
|
113 |
| - "css-loader": "^6.7.1", |
114 |
| - "css-minimizer-webpack-plugin": "^4.0.0", |
115 |
| - "eslint": "^8.20.0", |
116 |
| - "eslint-config-prettier": "^8.5.0", |
117 |
| - "eslint-import-resolver-typescript": "^3.3.0", |
118 |
| - "eslint-import-resolver-webpack": "^0.13.2", |
119 |
| - "eslint-plugin-import": "^2.26.0", |
120 |
| - "eslint-plugin-jest": "^26.6.0", |
121 |
| - "eslint-plugin-mdx": "^2.0.2", |
122 |
| - "eslint-plugin-prettier": "^4.2.1", |
123 |
| - "eslint-plugin-react": "^7.30.1", |
| 113 | + "css-loader": "^6.8.1", |
| 114 | + "css-minimizer-webpack-plugin": "^5.0.1", |
| 115 | + "eslint": "^8.52.0", |
| 116 | + "eslint-config-prettier": "^9.0.0", |
| 117 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 118 | + "eslint-import-resolver-webpack": "^0.13.8", |
| 119 | + "eslint-plugin-import": "^2.29.0", |
| 120 | + "eslint-plugin-jest": "^27.4.3", |
| 121 | + "eslint-plugin-mdx": "^2.2.0", |
| 122 | + "eslint-plugin-prettier": "^5.0.1", |
| 123 | + "eslint-plugin-react": "^7.33.2", |
124 | 124 | "eslint-plugin-react-hooks": "^4.6.0",
|
125 |
| - "eslint-plugin-simple-import-sort": "^7.0.0", |
126 |
| - "eslint-plugin-storybook": "^0.6.1", |
| 125 | + "eslint-plugin-simple-import-sort": "^10.0.0", |
| 126 | + "eslint-plugin-storybook": "^0.6.15", |
127 | 127 | "fetch-mock": "^9.11.0",
|
128 |
| - "html-webpack-plugin": "^5.5.0", |
| 128 | + "html-webpack-plugin": "^5.5.3", |
129 | 129 | "i18next-scanner-webpack": "0.8.2",
|
130 |
| - "jest": "^28.1.3", |
131 |
| - "jest-environment-jsdom": "^28.1.3", |
132 |
| - "jest-junit": "^14.0.0", |
133 |
| - "mini-css-extract-plugin": "^2.6.1", |
| 130 | + "jest": "^29.7.0", |
| 131 | + "jest-environment-jsdom": "^29.7.0", |
| 132 | + "jest-junit": "^16.0.0", |
| 133 | + "mini-css-extract-plugin": "^2.7.6", |
134 | 134 | "node-fetch": "^2.6.7",
|
135 | 135 | "npm-run-all": "^4.1.5",
|
136 | 136 | "nyc": "^15.1.0",
|
137 |
| - "postcss": "^8.4.14", |
138 |
| - "postcss-loader": "^7.0.1", |
139 |
| - "prettier": "^2.7.1", |
| 137 | + "postcss": "^8.4.31", |
| 138 | + "postcss-loader": "^7.3.3", |
| 139 | + "prettier": "^3.0.3", |
140 | 140 | "redux-mock-store": "^1.5.4",
|
141 |
| - "sass": "^1.54.0", |
142 |
| - "sass-loader": "^13.0.2", |
143 |
| - "style-loader": "^3.3.1", |
144 |
| - "stylelint": "^14.9.1", |
145 |
| - "stylelint-config-prettier": "^9.0.3", |
146 |
| - "stylelint-config-standard-scss": "^5.0.0", |
147 |
| - "stylelint-prettier": "^2.0.0", |
148 |
| - "typescript": "^4.7.4", |
149 |
| - "webpack": "^5.74.0", |
150 |
| - "webpack-cli": "^4.10.0", |
151 |
| - "webpack-dev-server": "^4.9.3", |
152 |
| - "webpack-merge": "^5.8.0" |
| 141 | + "sass": "^1.69.4", |
| 142 | + "sass-loader": "^13.3.2", |
| 143 | + "style-loader": "^3.3.3", |
| 144 | + "stylelint": "^15.11.0", |
| 145 | + "stylelint-config-prettier": "^9.0.5", |
| 146 | + "stylelint-config-standard-scss": "^11.0.0", |
| 147 | + "stylelint-prettier": "^4.0.2", |
| 148 | + "typescript": "^5.2.2", |
| 149 | + "webpack": "^5.89.0", |
| 150 | + "webpack-cli": "^5.1.4", |
| 151 | + "webpack-dev-server": "^4.15.1", |
| 152 | + "webpack-merge": "^5.10.0" |
153 | 153 | },
|
154 | 154 | "resolutions": {
|
155 | 155 | "@storybook/**/ansi-regex": "^5.0.1",
|
|
0 commit comments