|
13 | 13 | "watch": "npm run build -- --watch" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@crowdstrike/falcon-shoelace": "^0.4.0", |
17 | | - "@crowdstrike/foundry-js": "^0.19.0", |
18 | | - "@crowdstrike/tailwind-toucan-base": "^5.0.0", |
19 | | - "@shoelace-style/shoelace": "^2.20.1", |
| 16 | + "@crowdstrike/falcon-shoelace": "0.4.0", |
| 17 | + "@crowdstrike/foundry-js": "0.19.0", |
| 18 | + "@crowdstrike/tailwind-toucan-base": "5.0.0", |
| 19 | + "@shoelace-style/shoelace": "2.20.1", |
20 | 20 | "react": "19.1.1", |
21 | 21 | "react-dom": "19.1.1", |
22 | 22 | "react-router-dom": "7.9.1" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | 25 | "@babel/core": "7.28.4", |
26 | | - "@babel/preset-env": "^7.28.3", |
| 26 | + "@babel/preset-env": "7.28.3", |
27 | 27 | "@babel/preset-react": "7.27.1", |
28 | 28 | "@rollup/plugin-babel": "6.0.4", |
29 | 29 | "@rollup/plugin-commonjs": "28.0.6", |
30 | 30 | "@rollup/plugin-json": "6.1.0", |
31 | 31 | "@rollup/plugin-node-resolve": "16.0.1", |
32 | 32 | "@rollup/plugin-replace": "6.0.2", |
33 | | - "@testing-library/jest-dom": "^6.8.0", |
34 | | - "@testing-library/react": "^16.3.0", |
35 | | - "@testing-library/user-event": "^14.6.1", |
| 33 | + "@testing-library/jest-dom": "6.8.0", |
| 34 | + "@testing-library/react": "16.3.0", |
| 35 | + "@testing-library/user-event": "14.6.1", |
36 | 36 | "@web/rollup-plugin-html": "2.3.0", |
37 | | - "jest": "^30.1.3", |
38 | | - "jest-environment-jsdom": "^30.1.2", |
39 | | - "postcss": "^8.5.6", |
| 37 | + "jest": "30.1.3", |
| 38 | + "jest-environment-jsdom": "30.1.2", |
| 39 | + "postcss": "8.5.6", |
40 | 40 | "rollup": "4.50.2", |
41 | | - "rollup-plugin-postcss": "^4.0.2" |
| 41 | + "rollup-plugin-postcss": "4.0.2" |
42 | 42 | }, |
43 | 43 | "jest": { |
44 | 44 | "moduleFileExtensions": [ |
|
0 commit comments