Skip to content

Commit f1cd819

Browse files
committed
⬆️(dependencies) update js dependencies
1 parent df3bf2d commit f1cd819

File tree

2 files changed

+1685
-2103
lines changed

2 files changed

+1685
-2103
lines changed

src/frontend/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,70 +22,70 @@
2222
"author": "France Université Numérique",
2323
"license": "MIT",
2424
"devDependencies": {
25-
"@babel/core": "7.13.16",
26-
"@babel/plugin-proposal-class-properties": "7.13.0",
25+
"@babel/core": "7.14.6",
26+
"@babel/plugin-proposal-class-properties": "7.14.5",
2727
"@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.7",
30+
"@babel/preset-typescript": "7.14.5",
31+
"@helpscout/helix": "0.2.0",
32+
"@testing-library/dom": "8.0.0",
33+
"@testing-library/jest-dom": "5.14.1",
34+
"@testing-library/react": "12.0.0",
35+
"@types/draft-js": "0.11.3",
3636
"@types/emojione": "2.2.6",
3737
"@types/fetch-mock": "7.3.3",
3838
"@types/jest": "26.0.23",
3939
"@types/lodash-es": "4.17.4",
4040
"@types/react-autosuggest": "10.1.4",
41-
"@types/react-dom": "17.0.3",
41+
"@types/react-dom": "17.0.8",
4242
"@types/react-modal": "3.12.0",
43-
"babel-jest": "26.6.3",
43+
"babel-jest": "27.0.5",
4444
"babel-loader": "8.2.2",
4545
"babel-plugin-react-intl": "8.2.25",
4646
"babel-preset-react": "7.0.0-beta.3",
4747
"cljs-merge": "1.1.1",
48-
"css-loader": "5.2.4",
48+
"css-loader": "5.2.6",
4949
"fetch-mock": "9.11.0",
5050
"intl-pluralrules": "1.2.2",
51-
"jest": "26.6.3",
51+
"jest": "27.0.5",
5252
"lodash-es": "4.17.21",
5353
"node-sass": "6.0.0",
5454
"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",
5757
"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",
6060
"tslint": "6.1.3",
61-
"typescript": "4.2.4",
62-
"webpack": "5.36.1",
63-
"webpack-cli": "4.6.0"
61+
"typescript": "4.3.4",
62+
"webpack": "5.40.0",
63+
"webpack-cli": "4.7.2"
6464
},
6565
"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",
6868
"@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.21",
72+
"@formatjs/intl-relativetimeformat": "9.1.6",
7373
"@fortawesome/fontawesome-free": "5.15.3",
7474
"bootstrap": "4.6.0",
75-
"core-js": "3.11.1",
75+
"core-js": "3.15.1",
7676
"draft-js": "0.11.7",
7777
"draft-js-code": "0.3.0",
7878
"draft-js-emoji-plugin": "2.1.3",
7979
"draft-js-mention-plugin": "3.1.5",
8080
"emojione": "4.5.0",
8181
"es6-shim": "0.35.6",
82-
"highlight.js": "10.7.2",
82+
"highlight.js": "11.0.1",
8383
"mdn-polyfills": "5.20.0",
8484
"react": "17.0.2",
8585
"react-autosuggest": "10.1.0",
8686
"react-dom": "17.0.2",
87-
"react-intl": "5.17.2",
88-
"react-modal": "3.13.1",
87+
"react-intl": "5.20.3",
88+
"react-modal": "3.14.3",
8989
"regenerator-runtime": "0.13.7",
9090
"whatwg-fetch": "3.6.2"
9191
}

0 commit comments

Comments
 (0)