Skip to content
Snippets Groups Projects
Commit 08613b67 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[yarn] major stack upgrades

parent 13a02c56
No related branches found
No related tags found
No related merge requests found
react@^16.8 react-dom source-map-support lodash react-virtualized react-draggable react-fast-compare codemirror react@^16 react-dom@^16 source-map-support lodash react-virtualized react-draggable react-fast-compare codemirror
@babel/core@^7 @babel/preset-env @babel/preset-react @babel/plugin-proposal-object-rest-spread electron@^7 electron-builder electron-webpack electron-devtools-installer webpack babel-loader css-loader react-hot-loader @hot-loader/react-dom @types/react @babel/core @babel/preset-env @babel/preset-react @babel/plugin-proposal-object-rest-spread electron@^16 electron-builder electron-webpack electron-devtools-installer webpack@^4 babel-loader css-loader@^5 react-hot-loader@^4 @hot-loader/react-dom@^16 @types/react@^16 @types/react-dom@^16 @types/react-virtualized@^9.21.0
...@@ -12,74 +12,72 @@ ...@@ -12,74 +12,72 @@
"build": "tsc" "build": "tsc"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.8.4", "@babel/cli": "",
"@babel/core": "^7", "@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-class-properties": "",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0", "@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-runtime": "",
"@babel/preset-env": "^7.9.0", "@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.9.4", "@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.9.0", "@babel/preset-typescript": "",
"@hot-loader/react-dom": "^16.13.0", "@hot-loader/react-dom": "^16",
"@types/codemirror": "^0.0.97", "@types/codemirror": "",
"@types/cytoscape": "^3.14.5", "@types/cytoscape": "",
"@types/lodash": "^4.14.149", "@types/estree": "^0.0.50",
"@types/node": "12.12.21", "@types/lodash": "",
"@types/react": "^16.9.17", "@types/node": "",
"@types/react-dom": "^16.9.6", "@types/react": "^16",
"@types/react-virtualized": "^9.21.10", "@types/react-dom": "^16",
"@typescript-eslint/eslint-plugin": "^2.28.0", "@types/react-virtualized": "^9.21.0",
"@typescript-eslint/parser": "^2.28.0", "@typescript-eslint/eslint-plugin": "",
"babel-loader": "^8.0.6", "@typescript-eslint/parser": "",
"css-loader": "^3.4.0", "babel-loader": "^8.2.3",
"electron": "^7", "css-loader": "^5",
"electron-builder": "^22.4.1", "electron": "^16",
"electron-devtools-installer": "^3.0.0", "electron-devtools-installer": "^3.2.0",
"electron-webpack": "^2.8.2", "electron-webpack": "^2.8.2",
"eslint": "^6.8.0", "eslint": "",
"eslint-config-airbnb": "^18.1.0", "eslint-config-airbnb": "",
"eslint-config-airbnb-typescript": "^7.2.1", "eslint-config-airbnb-typescript": "",
"eslint-plugin-import": "^2.20.2", "eslint-plugin-import": "",
"eslint-plugin-jsx-a11y": "^6.3.0", "eslint-plugin-jsx-a11y": "",
"eslint-plugin-react": "^7.19.0", "eslint-plugin-react": "",
"eslint-plugin-react-hooks": "^3.0.0", "eslint-plugin-react-hooks": "",
"html-loader": "1.0.0-alpha.0", "html-loader": "^1",
"jsdoc": "^3.6.3", "jsdoc": "",
"react-hot-loader": "^4.12.20", "react-hot-loader": "^4",
"serve": "^11.3.0", "serve": "",
"typedoc": "^0.17.8", "typedoc": "",
"typedoc-plugin-external-module-name": "^3.1.0", "typescript": "",
"typescript": "^3.8.3", "webpack": "^4"
"webpack": "^4.41.4"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.9.2", "@babel/runtime": "",
"@fortawesome/fontawesome-free": "^5.13.1", "@electron/remote": "^2.0.1",
"@types/diff": "^4.0.2", "@fortawesome/fontawesome-free": "",
"@types/react-window": "^1.8.2", "@types/diff": "",
"codemirror": "^5.52.2", "@types/react-window": "",
"cytoscape": "^3.15.1", "codemirror": "^5.64.0",
"cytoscape-cola": "^2.3.1", "cytoscape": "",
"cytoscape-cose-bilkent": "^4.1.0", "cytoscape-cola": "",
"cytoscape-cxtmenu": "^3.1.2", "cytoscape-cose-bilkent": "",
"cytoscape-dagre": "^2.2.2", "cytoscape-cxtmenu": "",
"cytoscape-klay": "^3.1.3", "cytoscape-dagre": "",
"cytoscape-panzoom": "^2.5.3", "cytoscape-klay": "",
"cytoscape-popper": "^1.0.7", "cytoscape-panzoom": "",
"diff": "^5.0.0", "cytoscape-popper": "",
"immutable": "^4.0.0-rc.12", "diff": "",
"lodash": "^4.17.15", "electron-builder": "^22.14.5",
"react": "^16.8", "immutable": "",
"react-cytoscapejs": "^1.2.1", "lodash": "^4.17.21",
"react-dom": "^16.13.1", "react": "^16",
"react-draggable": "^4.2.0", "react-cytoscapejs": "",
"react-dom": "^16",
"react-draggable": "^4.4.4",
"react-fast-compare": "^3.2.0", "react-fast-compare": "^3.2.0",
"react-virtualized": "^9.21.2", "react-virtualized": "^9.22.3",
"react-window": "^1.8.6", "react-window": "",
"source-map-support": "^0.5.16", "source-map-support": "^0.5.21",
"tippy.js": "5.2.1" "tippy.js": ""
},
"optionalDependencies": {
"zeromq": "^6.0.0-beta.5"
} }
} }
...@@ -3,24 +3,26 @@ ...@@ -3,24 +3,26 @@
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
DOME_DEV_PACKAGES= \ DOME_DEV_PACKAGES= \
@babel/core@^7 \ @babel/core \
@babel/preset-env \ @babel/preset-env \
@babel/preset-react \ @babel/preset-react \
@babel/plugin-proposal-object-rest-spread \ @babel/plugin-proposal-object-rest-spread \
electron@^7 \ electron@^16 \
electron-builder \ electron-builder \
electron-webpack \ electron-webpack \
electron-devtools-installer \ electron-devtools-installer \
webpack \ webpack@^4 \
babel-loader \ babel-loader \
css-loader \ css-loader@^5 \
react-hot-loader \ react-hot-loader@^4 \
@hot-loader/react-dom \ @hot-loader/react-dom@^16 \
@types/react @types/react@^16 \
@types/react-dom@^16 \
@types/react-virtualized@^9.21.0
DOME_APP_PACKAGES= \ DOME_APP_PACKAGES= \
react@^16.8 \ react@^16 \
react-dom \ react-dom@^16 \
source-map-support \ source-map-support \
lodash \ lodash \
react-virtualized \ react-virtualized \
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
// "incremental": true, /* Enable incremental compilation */ // "incremental": true, /* Enable incremental compilation */
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ "target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"module": "esnext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ "module": "esnext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
"skipLibCheck": true,
// "lib": [], /* Specify library files to be included in the compilation. */ // "lib": [], /* Specify library files to be included in the compilation. */
"allowJs": true, /* Allow javascript files to be compiled. */ "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */ // "checkJs": true, /* Report errors in .js files. */
...@@ -85,7 +86,8 @@ ...@@ -85,7 +86,8 @@
"node_modules", "node_modules",
"dist", "dist",
"src/dome/doc", "src/dome/doc",
"src/dome/template" "src/dome/template",
"src/frama-c/client_zmq.ts"
], ],
"typedocOptions": { "typedocOptions": {
"name": "Ivette Documentation", "name": "Ivette Documentation",
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment