-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating dependencies #1046
Merged
Merged
Updating dependencies #1046
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e41148c
WIP
a6b1327
fix: docs menu
JGAntunes fb3c427
Removing explicit dompurify version locking
ec0419d
Upgrading to node 18
82d69b0
Upgrading to node 20
2c49d07
Renaming whitelist to allowlist
9119381
Upgrading webpack
b37e26c
Fixing some graphql queries and not mixing import and require in the …
8d78d51
Upgrading the monaco editor component and removing faulty config
fdf4a67
Removing unneccessary playwright dep
d23e234
Bring back playwright for mermaid
d6fc192
Adding playwright to the deploy to prod step
d7baa26
remove debug statement
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
should these have a
^
?There's a 19.0.0 release as of last week but there might still be eventual bugfix updates in the 18.x series