|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "name": "@textlint/webextension", |
4 | | - "version": "0.17.0", |
| 4 | + "version": "0.17.1", |
5 | 5 | "description": "textlint editor", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "webextension-toolbox dev --config webextension-toolbox.config.js", |
|
15 | 15 | "@types/reach__router": "^1.3.6", |
16 | 16 | "@types/react": "^17.0.0", |
17 | 17 | "@types/react-dom": "^17.0.0", |
| 18 | + "@webextension-toolbox/webextension-toolbox": "^7.1.1", |
18 | 19 | "copy-webpack-plugin": "^12.0.2", |
19 | 20 | "css-loader": "^6.11.0", |
20 | 21 | "path-browserify": "^1.0.1", |
21 | 22 | "style-loader": "^1.2.1", |
22 | 23 | "ts-loader": "^9.5.1", |
23 | 24 | "typescript": "^5.2.2", |
24 | | - "@webextension-toolbox/webextension-toolbox": "^7.1.1", |
25 | 25 | "webpack": "^5.90.0", |
26 | 26 | "webpack-sources": "^3.2.3", |
27 | 27 | "webpack-watched-glob-entries-plugin": "^3.0.0" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | 30 | "@adobe/react-spectrum": "3.4.0", |
31 | | - "@kvs/env": "^1.1.0", |
32 | 31 | "@gatsbyjs/reach-router": "^1.3.9", |
| 32 | + "@kvs/env": "^1.1.0", |
33 | 33 | "@react-stately/data": "^3.1.2", |
34 | 34 | "@spectrum-icons/workflow": "^3.2.0", |
35 | 35 | "@textlint/config-loader": "^14.0.4", |
36 | | - "@textlint/script-parser": "^0.17.0", |
| 36 | + "@textlint/script-parser": "^0.17.1", |
37 | 37 | "@textlint/types": "^14.0.4", |
38 | 38 | "codemirror": "^5.59.2", |
39 | 39 | "comlink": "^4.3.0", |
|
44 | 44 | "react": "^17.0.2", |
45 | 45 | "react-codemirror2": "^8.0.0", |
46 | 46 | "react-dom": "^17.0.2", |
47 | | - "textchecker-element": "^0.17.0", |
| 47 | + "textchecker-element": "^0.17.1", |
48 | 48 | "webextension-polyfill-ts": "^0.25.0" |
49 | 49 | } |
50 | 50 | } |
0 commit comments