|
18 | 18 | ":lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx -c .eslintrc.js --max-warnings 0 ./src", |
19 | 19 | ":lint:eslint:gh": "eslint --ext .js,.jsx,.ts,.tsx -c .eslintrc.js --max-warnings 0 --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif ./src", |
20 | 20 | ":lint:prettier": "prettier ./src --check", |
21 | | - "prebuild": "rimraf build", |
22 | 21 | "icons:create": "npx @svgr/cli --config-file ./config/.svgrrc.js -d ./src/components/Atomic/Icon/components ./src/components/Atomic/Icon/assets", |
23 | 22 | ":generate:theme:build": "node ./scripts/build.theme.js", |
24 | 23 | ":generate:theme:clean": "rimraf ./build/lib", |
25 | 24 | ":generate:theme": "npm-run-all :generate:theme:build :generate:theme:clean", |
26 | 25 | "storybook": "storybook dev -p 6006", |
27 | 26 | "build-storybook": "storybook build", |
28 | 27 | "test:storybook": "npx playwright test", |
29 | | - "test:storybook:ui": "npx playwright test --ui --update-snapshots", |
| 28 | + "test:storybook:ui": "npx playwright test --ui", |
30 | 29 | "test:storybook:debug": "npx playwright test --debug", |
31 | 30 | "test:storybook:updateSnapshots": "npx playwright test --update-snapshots", |
32 | 31 | "test:storybook:report": "npx playwright show-report" |
33 | 32 | }, |
34 | 33 | "dependencies": { |
35 | | - "@babel/core": "^7.23.3", |
36 | | - "@babel/plugin-transform-react-jsx": "^7.23.4", |
37 | | - "@babel/preset-env": "^7.23.3", |
38 | | - "@babel/preset-react": "^7.23.3", |
39 | | - "@babel/preset-typescript": "^7.24.1", |
40 | | - "@emotion/babel-plugin": "^11.11.0", |
41 | | - "@emotion/babel-preset-css-prop": "^11.11.0", |
42 | | - "@emotion/cache": "^11.11.0", |
43 | | - "@emotion/css": "^11.11.2", |
44 | | - "@emotion/eslint-plugin": "^11.11.0", |
45 | | - "@emotion/react": "^11.11.4", |
46 | | - "@emotion/styled": "^11.11.5", |
47 | | - "@floating-ui/react": "^0.26.12", |
48 | | - "@floating-ui/react-dom": "^2.0.8", |
| 34 | + "@babel/core": "^7.25.2", |
| 35 | + "@babel/plugin-transform-react-jsx": "^7.25.2", |
| 36 | + "@babel/preset-env": "^7.25.3", |
| 37 | + "@babel/preset-react": "^7.24.7", |
| 38 | + "@babel/preset-typescript": "^7.24.7", |
| 39 | + "@emotion/babel-plugin": "^11.12.0", |
| 40 | + "@emotion/babel-preset-css-prop": "^11.12.0", |
| 41 | + "@emotion/cache": "^11.13.1", |
| 42 | + "@emotion/css": "^11.13.0", |
| 43 | + "@emotion/eslint-plugin": "^11.12.0", |
| 44 | + "@emotion/react": "^11.13.0", |
| 45 | + "@emotion/styled": "^11.13.0", |
| 46 | + "@floating-ui/react": "^0.26.21", |
| 47 | + "@floating-ui/react-dom": "^2.1.1", |
49 | 48 | "@floating-ui/react-dom-interactions": "^0.13.3", |
50 | | - "@hookform/resolvers": "^3.3.4", |
| 49 | + "@hookform/resolvers": "^3.9.0", |
51 | 50 | "@lezer/highlight": "^1.2.0", |
52 | 51 | "@mdx-js/react": "^2.3.0", |
53 | 52 | "@microsoft/eslint-formatter-sarif": "^3.1.0", |
54 | 53 | "@opentelemetry/api": "^1.8.0", |
55 | | - "@opentelemetry/context-zone": "^1.24.1", |
56 | | - "@opentelemetry/core": "^1.24.1", |
| 54 | + "@opentelemetry/context-zone": "^1.25.1", |
| 55 | + "@opentelemetry/core": "^1.25.1", |
57 | 56 | "@opentelemetry/instrumentation": "^0.51.1", |
58 | 57 | "@opentelemetry/instrumentation-fetch": "^0.51.1", |
59 | 58 | "@opentelemetry/instrumentation-xml-http-request": "^0.51.1", |
60 | | - "@opentelemetry/sdk-trace-base": "^1.24.1", |
61 | | - "@opentelemetry/sdk-trace-web": "^1.24.1", |
| 59 | + "@opentelemetry/sdk-trace-base": "^1.25.1", |
| 60 | + "@opentelemetry/sdk-trace-web": "^1.25.1", |
62 | 61 | "@types/convert-units": "^2.3.9", |
63 | 62 | "@types/dompurify": "^3.0.5", |
64 | 63 | "@types/lodash": "^4.17.0", |
|
73 | 72 | "@types/uuid": "^9.0.8", |
74 | 73 | "@typescript-eslint/eslint-plugin": "^6.19.1", |
75 | 74 | "@typescript-eslint/parser": "^6.21.0", |
76 | | - "@uiw/codemirror-extensions-langs": "^4.21.25", |
77 | | - "@uiw/codemirror-themes": "^4.21.25", |
78 | | - "@uiw/react-codemirror": "^4.21.25", |
79 | | - "axios": "^1.6.8", |
| 75 | + "@uiw/codemirror-extensions-langs": "^4.23.0", |
| 76 | + "@uiw/codemirror-themes": "^4.23.0", |
| 77 | + "@uiw/react-codemirror": "^4.23.0", |
| 78 | + "axios": "^1.7.3", |
80 | 79 | "babel-jest": "^29.7.0", |
81 | 80 | "bootstrap": "^5.3.3", |
82 | 81 | "classnames": "^2.5.1", |
83 | 82 | "date-fns": "^3.6.0", |
84 | 83 | "detect-browser": "^5.3.0", |
85 | | - "dompurify": "^3.1.1", |
| 84 | + "dompurify": "^3.1.6", |
86 | 85 | "dotenv": "^16.4.5", |
87 | 86 | "framer-motion": "^10.16.5", |
88 | 87 | "jest-sonar-reporter": "^2.0.0", |
89 | 88 | "jsoneditor": "^9.10.5", |
90 | 89 | "lodash": "^4.17.21", |
91 | 90 | "mustache": "^4.2.0", |
92 | 91 | "oidc-react": "^3.2.2", |
93 | | - "pkijs": "^3.0.16", |
| 92 | + "pkijs": "^3.2.4", |
94 | 93 | "random-words": "^2.0.1", |
95 | 94 | "rc-scrollbars": "^1.1.6", |
96 | 95 | "react": "^18.2.0", |
97 | 96 | "react-app-polyfill": "^3.0.0", |
98 | 97 | "react-avatar": "^5.0.3", |
99 | | - "react-bootstrap": "^2.10.2", |
| 98 | + "react-bootstrap": "^2.10.4", |
100 | 99 | "react-color": "^2.19.3", |
101 | 100 | "react-datepicker": "^7.3.0", |
102 | 101 | "react-dom": "^18.2.0", |
103 | 102 | "react-dropzone": "^14.2.3", |
104 | 103 | "react-helmet": "^6.1.0", |
105 | | - "react-hook-form": "^7.51.3", |
| 104 | + "react-hook-form": "^7.52.2", |
106 | 105 | "react-hook-form-persist": "^3.0.0", |
107 | 106 | "react-intl": "^5.25.1", |
108 | 107 | "react-merge-refs": "^2.1.1", |
|
169 | 168 | "jest": "^29.7.0", |
170 | 169 | "jest-environment-jsdom": "^29.7.0", |
171 | 170 | "jest-watch-typeahead": "^2.2.2", |
172 | | - "lint-staged": "^15.2.2", |
173 | | - "npm-run-all2": "^5.0.2", |
| 171 | + "lint-staged": "^15.2.8", |
| 172 | + "npm-run-all2": "^6.2.2", |
174 | 173 | "path": "^0.12.7", |
175 | 174 | "postcss-modules": "^6.0.0", |
176 | | - "prettier": "^3.3.2", |
| 175 | + "prettier": "^3.3.3", |
177 | 176 | "prop-types": "^15.8.1", |
178 | 177 | "resize-observer-polyfill": "^1.5.1", |
179 | 178 | "rimraf": "^5.0.5", |
|
0 commit comments