@ -81,10 +81,10 @@
|
|||||||
"jquery": "3.6.0",
|
"jquery": "3.6.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"lodash-es": "4.17.21",
|
"lodash-es": "4.17.21",
|
||||||
"monaco-editor": "^0.23.0",
|
"monaco-editor": "0.23.0",
|
||||||
"nanoid": "3.1.22",
|
"nanoid": "3.1.22",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"postcss": "^8.2.13",
|
"postcss": "8.2.13",
|
||||||
"prismjs": "1.23.0",
|
"prismjs": "1.23.0",
|
||||||
"process": "0.11.10",
|
"process": "0.11.10",
|
||||||
"psl": "1.8.0",
|
"psl": "1.8.0",
|
||||||
@ -98,7 +98,7 @@
|
|||||||
"react-i18next": "11.8.15",
|
"react-i18next": "11.8.15",
|
||||||
"react-instantsearch-dom": "6.11.0",
|
"react-instantsearch-dom": "6.11.0",
|
||||||
"react-lazy-load": "3.1.13",
|
"react-lazy-load": "3.1.13",
|
||||||
"react-monaco-editor": "^0.43.0",
|
"react-monaco-editor": "0.43.0",
|
||||||
"react-redux": "5.1.2",
|
"react-redux": "5.1.2",
|
||||||
"react-reflex": "4.0.0",
|
"react-reflex": "4.0.0",
|
||||||
"react-responsive": "6.1.2",
|
"react-responsive": "6.1.2",
|
||||||
@ -124,11 +124,11 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/jest-dom": "5.12.0",
|
"@testing-library/jest-dom": "5.12.0",
|
||||||
"@testing-library/react": "11.2.6",
|
"@testing-library/react": "11.2.6",
|
||||||
"autoprefixer": "^10.2.5",
|
"autoprefixer": "10.2.5",
|
||||||
"babel-plugin-transform-imports": "1.5.1",
|
"babel-plugin-transform-imports": "1.5.1",
|
||||||
"chokidar": "3.5.1",
|
"chokidar": "3.5.1",
|
||||||
"copy-webpack-plugin": "5.1.2",
|
"copy-webpack-plugin": "5.1.2",
|
||||||
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
|
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.22",
|
||||||
"jest": "26.6.3",
|
"jest": "26.6.3",
|
||||||
"jest-json-schema-extended": "0.3.0",
|
"jest-json-schema-extended": "0.3.0",
|
||||||
"monaco-editor-webpack-plugin": "3.0.0",
|
"monaco-editor-webpack-plugin": "3.0.0",
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
"css": "3.0.0",
|
"css": "3.0.0",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"invariant": "2.2.4",
|
"invariant": "2.2.4",
|
||||||
"joi": "^17.4.0",
|
"joi": "17.4.0",
|
||||||
"joi-objectid": "^3.0.1",
|
"joi-objectid": "3.0.1",
|
||||||
"js-yaml": "4.0.0",
|
"js-yaml": "4.0.0",
|
||||||
"jsdom": "16.5.3",
|
"jsdom": "16.5.3",
|
||||||
"live-server": "1.2.1",
|
"live-server": "1.2.1",
|
||||||
|
@ -119,7 +119,7 @@
|
|||||||
"eslint-plugin-prettier": "3.4.0",
|
"eslint-plugin-prettier": "3.4.0",
|
||||||
"eslint-plugin-react": "7.23.2",
|
"eslint-plugin-react": "7.23.2",
|
||||||
"eslint-plugin-react-hooks": "2.5.1",
|
"eslint-plugin-react-hooks": "2.5.1",
|
||||||
"execa": "^5.0.0",
|
"execa": "5.0.0",
|
||||||
"husky": "3.1.0",
|
"husky": "3.1.0",
|
||||||
"jest": "26.6.3",
|
"jest": "26.6.3",
|
||||||
"js-yaml": "3.14.1",
|
"js-yaml": "3.14.1",
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"test": "mocha --delay --reporter progress --bail"
|
"test": "mocha --delay --reporter progress --bail"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bson-objectid": "^2.0.1",
|
"bson-objectid": "2.0.1",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"gray-matter": "4.0.3"
|
"gray-matter": "4.0.3"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user