Skip to content

Commit

Permalink
⬆️(dependencies) update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 21, 2021
1 parent f5338ec commit 3bb07d4
Show file tree
Hide file tree
Showing 2 changed files with 1,676 additions and 2,075 deletions.
62 changes: 31 additions & 31 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,70 +22,70 @@
"author": "France Université Numérique",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.13.16",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/core": "7.14.6",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.13.8",
"@babel/preset-env": "7.13.15",
"@babel/preset-typescript": "7.13.0",
"@helpscout/helix": "0.1.2",
"@testing-library/dom": "7.30.4",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.6",
"@types/draft-js": "0.11.1",
"@babel/plugin-transform-modules-commonjs": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@helpscout/helix": "0.2.0",
"@testing-library/dom": "7.31.2",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@types/draft-js": "0.11.3",
"@types/emojione": "2.2.6",
"@types/fetch-mock": "7.3.3",
"@types/jest": "26.0.23",
"@types/lodash-es": "4.17.4",
"@types/react-autosuggest": "10.1.4",
"@types/react-dom": "17.0.3",
"@types/react-dom": "17.0.8",
"@types/react-modal": "3.12.0",
"babel-jest": "26.6.3",
"babel-jest": "27.0.2",
"babel-loader": "8.2.2",
"babel-plugin-react-intl": "8.2.25",
"babel-preset-react": "7.0.0-beta.3",
"cljs-merge": "1.1.1",
"css-loader": "5.2.4",
"css-loader": "5.2.6",
"fetch-mock": "9.11.0",
"intl-pluralrules": "1.2.2",
"jest": "26.6.3",
"jest": "27.0.4",
"lodash-es": "4.17.21",
"node-sass": "6.0.0",
"nodemon": "2.0.7",
"prettier": "2.2.1",
"source-map-loader": "2.0.1",
"prettier": "2.3.1",
"source-map-loader": "3.0.0",
"style-loader": "2.0.0",
"ts-jest": "26.5.5",
"ts-mock-imports": "1.3.4",
"ts-jest": "27.0.3",
"ts-mock-imports": "1.3.7",
"tslint": "6.1.3",
"typescript": "4.2.4",
"webpack": "5.36.1",
"webpack-cli": "4.6.0"
"typescript": "4.3.4",
"webpack": "5.40.0",
"webpack-cli": "4.7.2"
},
"dependencies": {
"@draft-js-plugins/anchor": "4.1.2",
"@draft-js-plugins/buttons": "4.1.0",
"@draft-js-plugins/anchor": "4.1.3",
"@draft-js-plugins/buttons": "4.1.1",
"@draft-js-plugins/editor": "4.1.0",
"@draft-js-plugins/mention": "4.4.1",
"@draft-js-plugins/static-toolbar": "4.1.0",
"@formatjs/cli": "4.2.10",
"@formatjs/intl-relativetimeformat": "8.1.6",
"@draft-js-plugins/mention": "4.5.2",
"@draft-js-plugins/static-toolbar": "4.1.1",
"@formatjs/cli": "4.2.21",
"@formatjs/intl-relativetimeformat": "9.1.6",
"@fortawesome/fontawesome-free": "5.15.3",
"bootstrap": "4.6.0",
"core-js": "3.11.1",
"core-js": "3.15.0",
"draft-js": "0.11.7",
"draft-js-code": "0.3.0",
"draft-js-emoji-plugin": "2.1.3",
"draft-js-mention-plugin": "3.1.5",
"emojione": "4.5.0",
"es6-shim": "0.35.6",
"highlight.js": "10.7.2",
"highlight.js": "11.0.1",
"mdn-polyfills": "5.20.0",
"react": "17.0.2",
"react-autosuggest": "10.1.0",
"react-dom": "17.0.2",
"react-intl": "5.17.2",
"react-modal": "3.13.1",
"react-intl": "5.20.3",
"react-modal": "3.14.3",
"regenerator-runtime": "0.13.7",
"whatwg-fetch": "3.6.2"
}
Expand Down
Loading

0 comments on commit 3bb07d4

Please sign in to comment.