Pin all deps for greatest reliability/predictability (#812)
This commit is contained in:
parent
e6661d3b0d
commit
1aa16a43ee
3 changed files with 2618 additions and 2324 deletions
4
.npmrc
4
.npmrc
|
@ -1 +1,3 @@
|
||||||
legacy-peer-deps=true
|
legacy-peer-deps=true
|
||||||
|
save-exact = true
|
||||||
|
@matrix-org:registry=https://gitlab.matrix.org/api/v4/projects/27/packages/npm/
|
4814
package-lock.json
generated
4814
package-lock.json
generated
File diff suppressed because it is too large
Load diff
124
package.json
124
package.json
|
@ -15,69 +15,69 @@
|
||||||
"author": "Ajay Bura",
|
"author": "Ajay Bura",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/inter": "^4.5.12",
|
"@fontsource/inter": "4.5.12",
|
||||||
"@fontsource/roboto": "^4.5.8",
|
"@fontsource/roboto": "4.5.8",
|
||||||
"@khanacademy/simple-markdown": "^0.8.3",
|
"@khanacademy/simple-markdown": "0.8.3",
|
||||||
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.12.tgz",
|
"@matrix-org/olm": "3.2.12",
|
||||||
"@tippyjs/react": "^4.2.6",
|
"@tippyjs/react": "4.2.6",
|
||||||
"babel-polyfill": "^6.26.0",
|
"babel-polyfill": "6.26.0",
|
||||||
"blurhash": "^1.1.5",
|
"blurhash": "1.1.5",
|
||||||
"browser-encrypt-attachment": "^0.3.0",
|
"browser-encrypt-attachment": "0.3.0",
|
||||||
"dateformat": "^5.0.3",
|
"dateformat": "5.0.3",
|
||||||
"emojibase-data": "^7.0.1",
|
"emojibase-data": "7.0.1",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "2.0.5",
|
||||||
"flux": "^4.0.3",
|
"flux": "4.0.3",
|
||||||
"formik": "^2.2.9",
|
"formik": "2.2.9",
|
||||||
"html-react-parser": "^3.0.4",
|
"html-react-parser": "3.0.4",
|
||||||
"katex": "^0.16.2",
|
"katex": "0.16.2",
|
||||||
"linkify-html": "^4.0.0-beta.5",
|
"linkify-html": "4.0.0-beta.5",
|
||||||
"linkifyjs": "^4.0.0-beta.5",
|
"linkifyjs": "4.0.0-beta.5",
|
||||||
"matrix-js-sdk": "^19.4.0",
|
"matrix-js-sdk": "19.4.0",
|
||||||
"prop-types": "^15.8.1",
|
"prop-types": "15.8.1",
|
||||||
"react": "^17.0.2",
|
"react": "17.0.2",
|
||||||
"react-autosize-textarea": "^7.1.0",
|
"react-autosize-textarea": "7.1.0",
|
||||||
"react-blurhash": "^0.1.3",
|
"react-blurhash": "0.1.3",
|
||||||
"react-dnd": "^15.1.2",
|
"react-dnd": "15.1.2",
|
||||||
"react-dnd-html5-backend": "^15.1.3",
|
"react-dnd-html5-backend": "15.1.3",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-google-recaptcha": "^2.1.0",
|
"react-google-recaptcha": "2.1.0",
|
||||||
"react-modal": "^3.15.1",
|
"react-modal": "3.15.1",
|
||||||
"sanitize-html": "^2.7.1",
|
"sanitize-html": "2.7.1",
|
||||||
"tippy.js": "^6.3.7",
|
"tippy.js": "6.3.7",
|
||||||
"twemoji": "^14.0.2"
|
"twemoji": "14.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.18.13",
|
"@babel/core": "7.18.13",
|
||||||
"@babel/preset-env": "^7.18.10",
|
"@babel/preset-env": "7.18.10",
|
||||||
"@babel/preset-react": "^7.18.6",
|
"@babel/preset-react": "7.18.6",
|
||||||
"assert": "^2.0.0",
|
"assert": "2.0.0",
|
||||||
"babel-loader": "^8.2.5",
|
"babel-loader": "8.2.5",
|
||||||
"browserify-fs": "^1.0.0",
|
"browserify-fs": "1.0.0",
|
||||||
"buffer": "^6.0.3",
|
"buffer": "6.0.3",
|
||||||
"clean-webpack-plugin": "^4.0.0",
|
"clean-webpack-plugin": "4.0.0",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "11.0.0",
|
||||||
"crypto-browserify": "^3.12.0",
|
"crypto-browserify": "3.12.0",
|
||||||
"css-loader": "^6.7.1",
|
"css-loader": "6.7.1",
|
||||||
"css-minimizer-webpack-plugin": "^4.0.0",
|
"css-minimizer-webpack-plugin": "4.0.0",
|
||||||
"eslint": "^8.23.0",
|
"eslint": "8.23.0",
|
||||||
"eslint-config-airbnb": "^19.0.4",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||||
"eslint-plugin-react": "^7.31.1",
|
"eslint-plugin-react": "7.31.1",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "4.6.0",
|
||||||
"html-loader": "^4.1.0",
|
"html-loader": "4.1.0",
|
||||||
"html-webpack-plugin": "^5.3.1",
|
"html-webpack-plugin": "5.3.1",
|
||||||
"mini-css-extract-plugin": "^2.6.1",
|
"mini-css-extract-plugin": "2.6.1",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"sass": "^1.54.5",
|
"sass": "1.54.5",
|
||||||
"sass-loader": "^13.0.2",
|
"sass-loader": "13.0.2",
|
||||||
"stream-browserify": "^3.0.0",
|
"stream-browserify": "3.0.0",
|
||||||
"style-loader": "^3.3.1",
|
"style-loader": "3.3.1",
|
||||||
"url": "^0.11.0",
|
"url": "0.11.0",
|
||||||
"util": "^0.12.4",
|
"util": "0.12.4",
|
||||||
"webpack": "^5.74.0",
|
"webpack": "5.74.0",
|
||||||
"webpack-cli": "^4.10.0",
|
"webpack-cli": "4.10.0",
|
||||||
"webpack-dev-server": "^4.10.1",
|
"webpack-dev-server": "4.10.1",
|
||||||
"webpack-merge": "^5.7.3"
|
"webpack-merge": "5.7.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue