|
3 | 3 | "description": "build web extension bundle.js", |
4 | 4 | "jest": { |
5 | 5 | "transform": { |
6 | | - ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js" |
| 6 | + ".(ts|tsx)": "ts-jest" |
7 | 7 | }, |
8 | 8 | "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", |
9 | 9 | "moduleFileExtensions": [ |
|
55 | 55 | ], |
56 | 56 | "license": "ISC", |
57 | 57 | "devDependencies": { |
58 | | - "@babel/core": "^7.10.3", |
59 | | - "@babel/plugin-proposal-class-properties": "^7.5.5", |
60 | | - "@babel/plugin-proposal-decorators": "^7.4.4", |
61 | | - "@babel/preset-env": "^7.10.3", |
62 | | - "@babel/preset-react": "^7.0.0", |
63 | | - "@types/chrome": "0.0.119", |
| 58 | + "@babel/core": "^7.10.4", |
| 59 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 60 | + "@babel/plugin-proposal-decorators": "^7.10.4", |
| 61 | + "@babel/preset-env": "^7.10.4", |
| 62 | + "@babel/preset-react": "^7.10.4", |
| 63 | + "@types/chrome": "^0.0.119", |
64 | 64 | "@types/jest": "^26.0.4", |
65 | | - "babel-loader": "^8.0.6", |
| 65 | + "@types/node": "^12.7.8", |
| 66 | + "babel-loader": "^8.1.0", |
66 | 67 | "core-js": "^3.6.5", |
67 | | - "css-loader": "^3.2.0", |
68 | | - "enzyme": "^3.10.0", |
69 | | - "enzyme-adapter-react-16": "^1.14.0", |
70 | | - "eslint": "^6.5.1", |
71 | | - "eslint-config-airbnb": "^18.0.1", |
72 | | - "eslint-plugin-import": "^2.18.2", |
73 | | - "eslint-plugin-jest": "^22.15.0", |
74 | | - "eslint-plugin-jsx-a11y": "^6.2.3", |
75 | | - "eslint-plugin-react": "^7.15.1", |
| 68 | + "css-loader": "^3.6.0", |
| 69 | + "enzyme": "^3.11.0", |
| 70 | + "enzyme-adapter-react-16": "^1.15.2", |
| 71 | + "eslint": "^6.8.0", |
| 72 | + "eslint-config-airbnb": "^18.2.0", |
| 73 | + "eslint-plugin-import": "^2.22.0", |
| 74 | + "eslint-plugin-jest": "^22.21.0", |
| 75 | + "eslint-plugin-jsx-a11y": "^6.3.1", |
| 76 | + "eslint-plugin-react": "^7.20.3", |
76 | 77 | "eslint-plugin-react-hooks": "^1.7.0", |
77 | 78 | "jest": "^24.9.0", |
78 | | - "jest-cli": "^24.8.0", |
79 | | - "jest-runner-eslint": "^0.7.4", |
80 | | - "node-sass": "^4.12.0", |
81 | | - "sass": "^1.22.9", |
82 | | - "sass-loader": "^7.2.0", |
| 79 | + "jest-cli": "^24.9.0", |
| 80 | + "jest-runner-eslint": "^0.7.7", |
| 81 | + "node-sass": "^4.14.1", |
| 82 | + "sass": "^1.26.10", |
| 83 | + "sass-loader": "^7.3.1", |
83 | 84 | "sinon-chrome": "^3.0.1", |
84 | 85 | "style-loader": "^0.23.1", |
85 | 86 | "ts-jest": "^26.1.1", |
86 | 87 | "ts-loader": "^7.0.5", |
87 | 88 | "typescript": "^3.9.6", |
88 | 89 | "webpack": "^4.43.0", |
89 | 90 | "webpack-chrome-extension-reloader": "^1.3.0", |
90 | | - "webpack-cli": "^3.3.6" |
| 91 | + "webpack-cli": "^3.3.12" |
91 | 92 | }, |
92 | 93 | "dependencies": { |
93 | 94 | "bower": "^1.8.8", |
94 | 95 | "d3": "^5.16.0", |
95 | 96 | "d3-zoom": "^1.8.3", |
96 | | - "flatted": "^3.0.2", |
97 | | - "immer": "^3.2.0", |
| 97 | + "flatted": "^3.0.4", |
| 98 | + "immer": "^3.3.0", |
98 | 99 | "jest-runner": "^24.9.0", |
99 | 100 | "jsondiffpatch": "^0.3.11", |
100 | 101 | "prop-types": "^15.7.2", |
101 | | - "rc-slider": "^8.6.13", |
| 102 | + "rc-slider": "^8.7.1", |
102 | 103 | "rc-tooltip": "^3.7.3", |
103 | | - "react": "^16.9.0", |
104 | | - "react-dom": "^16.9.0", |
| 104 | + "react": "^16.13.1", |
| 105 | + "react-dom": "^16.13.1", |
105 | 106 | "react-html-parser": "^2.0.2", |
106 | 107 | "react-json-tree": "^0.11.2", |
107 | | - "react-router-dom": "^5.0.1", |
108 | | - "react-select": "^3.0.4" |
| 108 | + "react-router-dom": "^5.2.0", |
| 109 | + "react-select": "^3.1.0" |
109 | 110 | } |
110 | 111 | } |
0 commit comments