|
22 | 22 | "author": "France Université Numérique", |
23 | 23 | "license": "MIT", |
24 | 24 | "devDependencies": { |
25 | | - "@babel/core": "7.13.16", |
26 | | - "@babel/plugin-proposal-class-properties": "7.13.0", |
| 25 | + "@babel/core": "7.14.5", |
| 26 | + "@babel/plugin-proposal-class-properties": "7.14.5", |
27 | 27 | "@babel/plugin-syntax-dynamic-import": "7.8.3", |
28 | | - "@babel/plugin-transform-modules-commonjs": "7.13.8", |
29 | | - "@babel/preset-env": "7.13.15", |
30 | | - "@babel/preset-typescript": "7.13.0", |
31 | | - "@helpscout/helix": "0.1.2", |
32 | | - "@testing-library/dom": "7.30.4", |
33 | | - "@testing-library/jest-dom": "5.12.0", |
34 | | - "@testing-library/react": "11.2.6", |
35 | | - "@types/draft-js": "0.11.1", |
| 28 | + "@babel/plugin-transform-modules-commonjs": "7.14.5", |
| 29 | + "@babel/preset-env": "7.14.5", |
| 30 | + "@babel/preset-typescript": "7.14.5", |
| 31 | + "@helpscout/helix": "0.2.0", |
| 32 | + "@testing-library/dom": "7.31.2", |
| 33 | + "@testing-library/jest-dom": "5.14.1", |
| 34 | + "@testing-library/react": "11.2.7", |
| 35 | + "@types/draft-js": "0.11.3", |
36 | 36 | "@types/emojione": "2.2.6", |
37 | 37 | "@types/fetch-mock": "7.3.3", |
38 | 38 | "@types/jest": "26.0.23", |
39 | 39 | "@types/lodash-es": "4.17.4", |
40 | 40 | "@types/react-autosuggest": "10.1.4", |
41 | | - "@types/react-dom": "17.0.3", |
| 41 | + "@types/react-dom": "17.0.7", |
42 | 42 | "@types/react-modal": "3.12.0", |
43 | | - "babel-jest": "26.6.3", |
| 43 | + "babel-jest": "27.0.2", |
44 | 44 | "babel-loader": "8.2.2", |
45 | 45 | "babel-plugin-react-intl": "8.2.25", |
46 | 46 | "babel-preset-react": "7.0.0-beta.3", |
47 | 47 | "cljs-merge": "1.1.1", |
48 | | - "css-loader": "5.2.4", |
| 48 | + "css-loader": "5.2.6", |
49 | 49 | "fetch-mock": "9.11.0", |
50 | 50 | "intl-pluralrules": "1.2.2", |
51 | | - "jest": "26.6.3", |
| 51 | + "jest": "27.0.4", |
52 | 52 | "lodash-es": "4.17.21", |
53 | 53 | "node-sass": "6.0.0", |
54 | 54 | "nodemon": "2.0.7", |
55 | | - "prettier": "2.2.1", |
56 | | - "source-map-loader": "2.0.1", |
| 55 | + "prettier": "2.3.1", |
| 56 | + "source-map-loader": "3.0.0", |
57 | 57 | "style-loader": "2.0.0", |
58 | | - "ts-jest": "26.5.5", |
59 | | - "ts-mock-imports": "1.3.4", |
| 58 | + "ts-jest": "27.0.3", |
| 59 | + "ts-mock-imports": "1.3.7", |
60 | 60 | "tslint": "6.1.3", |
61 | | - "typescript": "4.2.4", |
62 | | - "webpack": "5.36.1", |
63 | | - "webpack-cli": "4.6.0" |
| 61 | + "typescript": "4.3.2", |
| 62 | + "webpack": "5.38.1", |
| 63 | + "webpack-cli": "4.7.2" |
64 | 64 | }, |
65 | 65 | "dependencies": { |
66 | | - "@draft-js-plugins/anchor": "4.1.2", |
67 | | - "@draft-js-plugins/buttons": "4.1.0", |
| 66 | + "@draft-js-plugins/anchor": "4.1.3", |
| 67 | + "@draft-js-plugins/buttons": "4.1.1", |
68 | 68 | "@draft-js-plugins/editor": "4.1.0", |
69 | | - "@draft-js-plugins/mention": "4.4.1", |
70 | | - "@draft-js-plugins/static-toolbar": "4.1.0", |
71 | | - "@formatjs/cli": "4.2.10", |
72 | | - "@formatjs/intl-relativetimeformat": "8.1.6", |
| 69 | + "@draft-js-plugins/mention": "4.5.2", |
| 70 | + "@draft-js-plugins/static-toolbar": "4.1.1", |
| 71 | + "@formatjs/cli": "4.2.20", |
| 72 | + "@formatjs/intl-relativetimeformat": "9.1.6", |
73 | 73 | "@fortawesome/fontawesome-free": "5.15.3", |
74 | 74 | "bootstrap": "4.6.0", |
75 | | - "core-js": "3.11.1", |
| 75 | + "core-js": "3.14.0", |
76 | 76 | "draft-js": "0.11.7", |
77 | 77 | "draft-js-code": "0.3.0", |
78 | 78 | "draft-js-emoji-plugin": "2.1.3", |
79 | 79 | "draft-js-mention-plugin": "3.1.5", |
80 | 80 | "emojione": "4.5.0", |
81 | 81 | "es6-shim": "0.35.6", |
82 | | - "highlight.js": "10.7.2", |
| 82 | + "highlight.js": "11.0.1", |
83 | 83 | "mdn-polyfills": "5.20.0", |
84 | 84 | "react": "17.0.2", |
85 | 85 | "react-autosuggest": "10.1.0", |
86 | 86 | "react-dom": "17.0.2", |
87 | | - "react-intl": "5.17.2", |
88 | | - "react-modal": "3.13.1", |
| 87 | + "react-intl": "5.20.2", |
| 88 | + "react-modal": "3.14.2", |
89 | 89 | "regenerator-runtime": "0.13.7", |
90 | 90 | "whatwg-fetch": "3.6.2" |
91 | 91 | } |
|
0 commit comments