|
1 | 1 | { |
2 | 2 | "name": "cln-application-frontend", |
3 | | - "version": "25.07", |
| 3 | + "version": "25.07.1", |
4 | 4 | "description": "Core lightning application frontend", |
5 | 5 | "private": true, |
6 | 6 | "license": "MIT", |
|
11 | 11 | "lint": "eslint src --ext .js,.jsx,.ts,.tsx" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@fortawesome/fontawesome-svg-core": "^6.4.2", |
15 | | - "@fortawesome/free-solid-svg-icons": "^6.4.2", |
16 | | - "@fortawesome/react-fontawesome": "^0.2.0", |
17 | | - "@reduxjs/toolkit": "^2.7.0", |
18 | | - "axios": "^1.6.7", |
19 | | - "bootstrap": "^5.3.2", |
20 | | - "copy-to-clipboard": "^3.3.3", |
21 | | - "crypto-js": "^4.2.0", |
22 | | - "framer-motion": "^10.16.5", |
23 | | - "moment": "^2.30.1", |
24 | | - "node-sass": "^9.0.0", |
25 | | - "qrcode.react": "^3.1.0", |
26 | | - "react": "^18.2.0", |
27 | | - "react-bootstrap": "^2.10.1", |
28 | | - "react-datepicker": "^8.1.0", |
29 | | - "react-dom": "^18.2.0", |
30 | | - "react-perfect-scrollbar": "^1.5.8", |
31 | | - "react-redux": "^9.2.0", |
32 | | - "react-router-dom": "^6.30.0", |
33 | | - "recharts": "^2.15.1", |
34 | | - "redux-thunk": "^3.1.0" |
| 14 | + "@fortawesome/fontawesome-svg-core": "6.4.2", |
| 15 | + "@fortawesome/free-solid-svg-icons": "6.4.2", |
| 16 | + "@fortawesome/react-fontawesome": "0.2.0", |
| 17 | + "@reduxjs/toolkit": "2.7.0", |
| 18 | + "axios": "1.6.7", |
| 19 | + "bootstrap": "5.3.2", |
| 20 | + "copy-to-clipboard": "3.3.3", |
| 21 | + "crypto-js": "4.2.0", |
| 22 | + "framer-motion": "10.16.5", |
| 23 | + "moment": "2.30.1", |
| 24 | + "node-sass": "9.0.0", |
| 25 | + "qrcode.react": "3.1.0", |
| 26 | + "react": "18.2.0", |
| 27 | + "react-bootstrap": "2.10.1", |
| 28 | + "react-datepicker": "8.1.0", |
| 29 | + "react-dom": "18.2.0", |
| 30 | + "react-perfect-scrollbar": "1.5.8", |
| 31 | + "react-redux": "9.2.0", |
| 32 | + "react-router-dom": "6.30.0", |
| 33 | + "recharts": "2.15.1", |
| 34 | + "redux-thunk": "3.1.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@testing-library/jest-dom": "^6.4.2", |
38 | | - "@testing-library/react": "^14.2.1", |
39 | | - "@testing-library/user-event": "^14.5.1", |
40 | | - "@types/jest": "^29.5.12", |
41 | | - "@types/node": "^20.9.4", |
42 | | - "@types/react": "^18.2.61", |
43 | | - "@types/react-dom": "^18.2.19", |
44 | | - "@types/redux-mock-store": "^1.5.0", |
45 | | - "axios-mock-adapter": "^1.22.0", |
46 | | - "canvas": "^2.11.2", |
47 | | - "react-scripts": "^5.0.1", |
48 | | - "redux-mock-store": "^1.5.5", |
49 | | - "@typescript-eslint/eslint-plugin": "^8.33.0", |
50 | | - "@typescript-eslint/parser": "^8.33.0", |
51 | | - "eslint": "^9.27.0", |
52 | | - "eslint-plugin-jsx-a11y": "^6.10.2", |
53 | | - "eslint-plugin-react": "^7.37.5", |
54 | | - "eslint-plugin-react-hooks": "^5.2.0", |
55 | | - "ts-jest": "^29.1.2", |
56 | | - "typescript": "^5.8.2" |
| 37 | + "@testing-library/jest-dom": "6.4.2", |
| 38 | + "@testing-library/react": "14.2.1", |
| 39 | + "@testing-library/user-event": "14.5.1", |
| 40 | + "@types/jest": "29.5.12", |
| 41 | + "@types/node": "20.9.4", |
| 42 | + "@types/react": "18.2.61", |
| 43 | + "@types/react-dom": "18.2.19", |
| 44 | + "@types/redux-mock-store": "1.5.0", |
| 45 | + "axios-mock-adapter": "1.22.0", |
| 46 | + "canvas": "2.11.2", |
| 47 | + "react-scripts": "5.0.1", |
| 48 | + "redux-mock-store": "1.5.5", |
| 49 | + "@typescript-eslint/eslint-plugin": "8.33.0", |
| 50 | + "@typescript-eslint/parser": "8.33.0", |
| 51 | + "eslint": "9.27.0", |
| 52 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 53 | + "eslint-plugin-react": "7.37.5", |
| 54 | + "eslint-plugin-react-hooks": "5.2.0", |
| 55 | + "ts-jest": "29.1.2", |
| 56 | + "typescript": "5.8.2" |
| 57 | + }, |
| 58 | + "overrides": { |
| 59 | + "chalk": "4.1.2", |
| 60 | + "strip-ansi": "6.0.1", |
| 61 | + "color-convert": "2.0.1", |
| 62 | + "color-name": "1.1.4", |
| 63 | + "is-core-module": "2.13.1", |
| 64 | + "error-ex": "1.3.2" |
57 | 65 | }, |
58 | 66 | "browserslist": { |
59 | 67 | "production": [ |
|
0 commit comments