-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: docs menu * Removing explicit dompurify version locking * Upgrading to node 20 * Renaming whitelist to allowlist * Upgrading webpack * Fixing some graphql queries and not mixing import and require in the same files * Upgrading the monaco editor component and removing faulty config --------- Co-authored-by: Johannes Tuchscherer <[email protected]> Co-authored-by: JGAntunes <[email protected]>
- Loading branch information
1 parent
232cfd7
commit 58996cc
Showing
17 changed files
with
9,022 additions
and
7,270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,60 +12,63 @@ | |
"author": "Jelena <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@babel/plugin-proposal-decorators": "^7.6.0", | ||
"@bugsnag/js": "^7.1.0", | ||
"@bugsnag/plugin-react": "^7.16.2", | ||
"@docsearch/react": "3", | ||
"classnames": "^2.2.6", | ||
"core-js": "^2.6.5", | ||
"gatsby": "^2.15.22", | ||
"gatsby-cli": "^2.7.50", | ||
"gatsby-plugin-create-client-paths": "^2.1.11", | ||
"gatsby-plugin-env-variables": "^1.0.1", | ||
"gatsby-plugin-google-analytics": "^2.1.31", | ||
"gatsby-plugin-netlify": "^2.1.17", | ||
"gatsby-plugin-react-helmet": "^3.1.8", | ||
"gatsby-plugin-sass": "^2.1.15", | ||
"gatsby-remark-autolink-headers": "^2.11.0", | ||
"gatsby-remark-mermaid": "^2.1.0", | ||
"gatsby-source-filesystem": "^2.1.26", | ||
"gatsby-transformer-remark": "^2.16.0", | ||
"eslint-config-react-app": "7.0.1", | ||
"gatsby": "5.14.0", | ||
"gatsby-plugin-env-variables": "^2.3.0", | ||
"gatsby-plugin-google-analytics": "^5.14.0", | ||
"gatsby-plugin-netlify": "^5.1.1", | ||
"gatsby-plugin-react-helmet": "6.14.0", | ||
"gatsby-plugin-sass": "6.14.0", | ||
"gatsby-remark-autolink-headers": "6.14.0", | ||
"gatsby-remark-mermaid": "^5.0.0", | ||
"gatsby-source-filesystem": "^5.14.0", | ||
"gatsby-transformer-remark": "6.14.0", | ||
"json2yaml": "^1.1.0", | ||
"lodash": "^4.17.19", | ||
"monaco-editor": "^0.18.1", | ||
"monaco-editor-webpack-plugin": "^1.7.0", | ||
"monaco-editor": "^0.52.0", | ||
"monaco-editor-webpack-plugin": "^7.1.0", | ||
"playwright": "^1.49.0", | ||
"prop-types": "^15.7.2", | ||
"puppeteer": "^7.0.4", | ||
"query-string": "^6.12.1", | ||
"react": "^16.9.0", | ||
"react-dom": "^16.9.0", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-github-button": "^0.1.11", | ||
"react-helmet": "^5.2.1", | ||
"react-modal": "^3.11.2", | ||
"react-monaco-editor": "^0.31.0", | ||
"react-router-dom": "^5.0.1", | ||
"react-monaco-editor": "^0.56.2", | ||
"react-router-dom": "7.0.2", | ||
"react-select": "^3.0.5", | ||
"react-tooltip": "^3.11.1", | ||
"semver": "^7.5.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.19.3", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-decorators": "^7.6.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2", | ||
"@babel/plugin-proposal-private-methods": "^7.18.6", | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.0", | ||
"@babel/plugin-transform-runtime": "^7.6.2", | ||
"babel-jest": "^29.1.0", | ||
"babel-loader": "^8.0.6", | ||
"babel-preset-gatsby": "^0.2.36", | ||
"babel-preset-gatsby": "^3.14.0", | ||
"chai": "^4.3.6", | ||
"copy-webpack-plugin": "^5.0.4", | ||
"css-hot-loader": "^1.4.4", | ||
"css-loader": "^3.2.0", | ||
"file-loader": "^4.2.0", | ||
"gatsby-cli": "5.14.0", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-plugin": "^3.2.0", | ||
"html-webpack-template": "^6.2.0", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^29.1.1", | ||
"jest": "^29.7.0", | ||
"mocha": "^10.0.0", | ||
"postcss-loader": "^3.0.0", | ||
"prettier": "^1.18.2", | ||
|
@@ -74,57 +77,7 @@ | |
"sass": "^1.49.9", | ||
"sass-loader": "^11.1.1", | ||
"style-loader": "^1.0.0", | ||
"webpack": "^4.39.3", | ||
"webpack-cli": "^3.3.8", | ||
"webpack": "5.97.0", | ||
"webpack-dev-server": "^3.8.0" | ||
}, | ||
"resolutions": { | ||
"minimist": "^1.2.8", | ||
"flat": "^5.0.2", | ||
"socket.io-parser": "^3.4.2", | ||
"loader-utils": "^1.4.1", | ||
"parse-url": "^8.1.0", | ||
"shell-quote": "^1.7.3", | ||
"eventsource": "^1.1.1", | ||
"xmlhttprequest-ssl": "^1.6.1", | ||
"body-parser": "^1.20.3", | ||
"glob-parent": "^5.1.2", | ||
"socket.io": "^2.5.1", | ||
"node-forge": "^1.3.0", | ||
"follow-redirects": "^1.14.7", | ||
"sanitize-html": "^2.7.1", | ||
"ws": "^7.5.10", | ||
"axios": "^0.21.2", | ||
"mermaid": "^8.13.8", | ||
"object-path": "^0.11.8", | ||
"@braintree/sanitize-url": "^6.0.1", | ||
"ansi-regex": "^5.0.1", | ||
"debug": "^4.3.4", | ||
"engine.io": "^3.6.1", | ||
"express": "^4.20.0", | ||
"hosted-git-info": "^3.0.8", | ||
"is-svg": "^4.3.0", | ||
"json5": "^2.2.2", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.29.4", | ||
"semver": "^7.5.2", | ||
"@hapi/hoek": "^8.5.1", | ||
"acorn": "^6.4.1", | ||
"ansi-html": "^0.0.8", | ||
"braces": "^3.0.3", | ||
"d3-color": "^3.1.0", | ||
"dns-packet": "^1.3.2", | ||
"graphql-playground-html": "^1.6.22", | ||
"http-cache-semantics": "^4.1.1", | ||
"kind-of": "^6.0.3", | ||
"minimatch": "^3.0.5", | ||
"node-fetch": "^2.6.7", | ||
"nth-check": "^2.0.1", | ||
"serialize-javascript": "^6.0.0", | ||
"terser": "^4.8.1", | ||
"trim": "^0.0.3", | ||
"websocket-extensions": "^0.1.4", | ||
"y18n": "^5.0.5", | ||
"dompurify": "2.4.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
58996cc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://kurlsh-staging.netlify.app as production
🚀 Deployed on https://6758a281da171c635129940b--kurlsh-staging.netlify.app