|
35 | 35 | "./style.css": "./dist/style.css" |
36 | 36 | }, |
37 | 37 | "scripts": { |
38 | | - "build": "rollup -c --bundleConfigAsCjs && tsc -p tsconfig.build.json", |
| 38 | + "build": "rollup -c && tsc -p tsconfig.build.json", |
39 | 39 | "test": "tsc -p tsconfig.test.json && jest", |
40 | 40 | "test:watch": "tsc-watch -p tsconfig.test.json --onFirstSuccess \"jest --watch\"", |
41 | 41 | "test:update-snapshots": "jest --updateSnapshot", |
|
55 | 55 | ], |
56 | 56 | "devDependencies": { |
57 | 57 | "@playwright/test": "^1.55.0", |
58 | | - "@rollup/plugin-babel": "^6.0.4", |
59 | | - "@rollup/plugin-commonjs": "^28.0.6", |
60 | | - "@rollup/plugin-node-resolve": "^16.0.1", |
61 | | - "@storybook/addon-a11y": "^9.1.5", |
62 | | - "@storybook/addon-docs": "^9.1.5", |
63 | | - "@storybook/addon-links": "^9.1.5", |
64 | | - "@storybook/react-vite": "^9.1.5", |
| 58 | + "@rollup/plugin-babel": "^6.1.0", |
| 59 | + "@rollup/plugin-commonjs": "^28.0.8", |
| 60 | + "@rollup/plugin-node-resolve": "^16.0.3", |
| 61 | + "@storybook/addon-a11y": "^9.1.13", |
| 62 | + "@storybook/addon-docs": "^9.1.13", |
| 63 | + "@storybook/addon-links": "^9.1.13", |
| 64 | + "@storybook/react-vite": "^9.1.13", |
65 | 65 | "@testing-library/dom": "^10.4.1", |
66 | | - "@testing-library/jest-dom": "^6.8.0", |
| 66 | + "@testing-library/jest-dom": "^6.9.1", |
67 | 67 | "@testing-library/react": "16.3.0", |
68 | | - "@testing-library/user-event": "14.5.2", |
69 | | - "@types/jest": "^29.5.14", |
| 68 | + "@testing-library/user-event": "14.6.1", |
| 69 | + "@types/jest": "^30.0.0", |
70 | 70 | "@types/mdx": "^2.0.13", |
71 | 71 | "@types/node": "^24.9.1", |
72 | | - "@types/ramda": "^0.30.2", |
73 | | - "@types/react": "^19.1.12", |
74 | | - "@types/react-dom": "^19.1.9", |
| 72 | + "@types/ramda": "^0.31.1", |
| 73 | + "@types/react": "^19.2.2", |
| 74 | + "@types/react-dom": "^19.2.2", |
75 | 75 | "babel-plugin-styled-components": "^2.1.4", |
76 | | - "eslint-plugin-storybook": "9.1.5", |
77 | | - "jest": "^29.7.0", |
78 | | - "jest-environment-jsdom": "^29.7.0", |
| 76 | + "eslint-plugin-storybook": "9.1.13", |
| 77 | + "jest": "^30.2.0", |
| 78 | + "jest-environment-jsdom": "^30.2.0", |
79 | 79 | "jest-styled-components": "^7.2.0", |
80 | 80 | "js-file-download": "^0.4.12", |
81 | 81 | "postcss": "^8.5.6", |
82 | 82 | "postcss-import": "^16.1.1", |
83 | | - "ramda": "^0.31.3", |
84 | | - "react": "^19.1.1", |
85 | | - "react-dom": "^19.1.1", |
86 | | - "react-hook-form": "^7.62.0", |
87 | | - "react-router-dom": "^6.30.1", |
88 | | - "rollup": "^4.50.0", |
89 | | - "rollup-plugin-delete": "^2.2.0", |
| 83 | + "ramda": "^0.32.0", |
| 84 | + "react": "^19.2.0", |
| 85 | + "react-dom": "^19.2.0", |
| 86 | + "react-hook-form": "^7.65.0", |
| 87 | + "react-router-dom": "^7.9.4", |
| 88 | + "rollup": "^4.52.5", |
| 89 | + "rollup-plugin-delete": "^3.0.1", |
90 | 90 | "rollup-plugin-postcss": "^4.0.2", |
91 | 91 | "rollup-preserve-directives": "^1.1.3", |
92 | | - "storybook": "^9.1.6", |
| 92 | + "storybook": "^9.1.13", |
93 | 93 | "styled-components": "6.1.19", |
94 | | - "tsc-watch": "^6.3.1", |
95 | | - "typescript": "^5.9.2" |
| 94 | + "tsc-watch": "^7.2.0", |
| 95 | + "typescript": "^5.9.3" |
96 | 96 | }, |
97 | 97 | "peerDependencies": { |
98 | 98 | "react": "^19", |
99 | 99 | "react-dom": "^19", |
100 | 100 | "styled-components": "^6" |
101 | 101 | }, |
102 | 102 | "dependencies": { |
103 | | - "@babel/runtime": "^7.28.3", |
| 103 | + "@babel/runtime": "^7.28.4", |
104 | 104 | "@equinor/eds-icons": "workspace:^", |
105 | 105 | "@equinor/eds-tokens": "workspace:*", |
106 | 106 | "@equinor/eds-utils": "workspace:*", |
107 | 107 | "@floating-ui/react": "^0.27.16", |
108 | | - "@internationalized/date": "^3.9.0", |
109 | | - "@react-aria/utils": "^3.30.1", |
110 | | - "@react-stately/calendar": "^3.8.4", |
111 | | - "@react-stately/datepicker": "^3.15.1", |
112 | | - "@react-types/shared": "^3.32.0", |
| 108 | + "@internationalized/date": "^3.10.0", |
| 109 | + "@react-aria/utils": "^3.31.0", |
| 110 | + "@react-stately/calendar": "^3.9.0", |
| 111 | + "@react-stately/datepicker": "^3.15.2", |
| 112 | + "@react-types/shared": "^3.32.1", |
113 | 113 | "@tanstack/react-virtual": "3.13.12", |
114 | | - "downshift": "9.0.8", |
115 | | - "react-aria": "^3.43.1" |
| 114 | + "downshift": "9.0.10", |
| 115 | + "react-aria": "^3.44.0" |
116 | 116 | } |
117 | 117 | } |
0 commit comments