|
1 | 1 | { |
2 | 2 | "name": "pearpass-app-browser-extension", |
3 | 3 | "private": true, |
4 | | - "version": "1.4.0", |
| 4 | + "version": "1.5.0", |
5 | 5 | "type": "module", |
6 | 6 | "license": "Apache-2.0", |
7 | 7 | "scripts": { |
|
15 | 15 | "build:watch:content": "vite build --watch --config vite.config.content.js --mode development", |
16 | 16 | "build:watch:background": "vite build --watch --config vite.config.background.js --mode development", |
17 | 17 | "build:watch:inject": "vite build --watch --config vite.config.inject.js --mode development", |
18 | | - "build:watch": "npm-run-all --parallel build:watch:main build:watch:content build:watch:background build:watch:inject", |
| 18 | + "build:watch": "npm-run-all --parallel lingui:extract lingui:compile build:watch:main build:watch:content build:watch:background build:watch:inject", |
19 | 19 | "preview": "vite preview", |
20 | 20 | "test": "jest", |
21 | 21 | "lint:fix": "eslint --fix ./src", |
|
48 | 48 | "pearpass-lib-vault": "file:packages/pearpass-lib-vault", |
49 | 49 | "pearpass-utils-password-check": "file:packages/pearpass-utils-password-check", |
50 | 50 | "pearpass-utils-password-generator": "file:packages/pearpass-utils-password-generator", |
51 | | - "react": "18.3.1", |
52 | | - "react-dom": "18.3.0", |
53 | | - "react-redux": "9.1.2", |
| 51 | + "react": "19.1.0", |
| 52 | + "react-dom": "19.1.0", |
| 53 | + "react-redux": "9.2.0", |
54 | 54 | "styled-components": "6.1.19", |
55 | 55 | "tailwind-merge": "3.3.0", |
56 | 56 | "tailwindcss": "4.1.4", |
|
60 | 60 | "@babel/core": "7.26.10", |
61 | 61 | "@babel/preset-env": "7.26.9", |
62 | 62 | "@babel/preset-react": "7.26.3", |
| 63 | + "@babel/preset-typescript": "^7.28.5", |
63 | 64 | "@lingui/babel-plugin-lingui-macro": "5.1.2", |
64 | 65 | "@lingui/cli": "5.1.2", |
65 | 66 | "@testing-library/jest-dom": "6.6.3", |
66 | | - "@testing-library/react": "15.0.7", |
| 67 | + "@testing-library/react": "16.3.2", |
| 68 | + "@types/chrome": "^0.1.36", |
| 69 | + "@types/jest": "^30.0.0", |
| 70 | + "@types/node": "^25.1.0", |
| 71 | + "@types/react": "^18.3.0", |
| 72 | + "@types/react-dom": "^18.3.0", |
67 | 73 | "@vitejs/plugin-react": "4.3.4", |
68 | 74 | "babel-jest": "29.7.0", |
69 | 75 | "husky": "9.1.7", |
|
72 | 78 | "npm-run-all": "4.1.5", |
73 | 79 | "pear-interface": "1.0.0", |
74 | 80 | "prettier-plugin-tailwindcss": "0.6.11", |
| 81 | + "typescript": "^5.9.3", |
75 | 82 | "vite": "6.3.1" |
76 | 83 | } |
77 | 84 | } |
0 commit comments