|
12 | 12 | "author": "Jelena <[email protected]>", |
13 | 13 | "license": "MIT", |
14 | 14 | "dependencies": { |
15 | | - "@babel/plugin-proposal-decorators": "^7.6.0", |
16 | 15 | "@bugsnag/js": "^7.1.0", |
17 | 16 | "@bugsnag/plugin-react": "^7.16.2", |
18 | 17 | "@docsearch/react": "3", |
19 | 18 | "classnames": "^2.2.6", |
20 | 19 | "core-js": "^2.6.5", |
21 | | - "gatsby": "^2.15.22", |
22 | | - "gatsby-cli": "^2.7.50", |
23 | | - "gatsby-plugin-create-client-paths": "^2.1.11", |
24 | | - "gatsby-plugin-env-variables": "^1.0.1", |
25 | | - "gatsby-plugin-google-analytics": "^2.1.31", |
26 | | - "gatsby-plugin-netlify": "^2.1.17", |
27 | | - "gatsby-plugin-react-helmet": "^3.1.8", |
28 | | - "gatsby-plugin-sass": "^2.1.15", |
29 | | - "gatsby-remark-autolink-headers": "^2.11.0", |
30 | | - "gatsby-remark-mermaid": "^2.1.0", |
31 | | - "gatsby-source-filesystem": "^2.1.26", |
32 | | - "gatsby-transformer-remark": "^2.16.0", |
| 20 | + "eslint-config-react-app": "7.0.1", |
| 21 | + "gatsby": "5.14.0", |
| 22 | + "gatsby-plugin-env-variables": "^2.3.0", |
| 23 | + "gatsby-plugin-google-analytics": "^5.14.0", |
| 24 | + "gatsby-plugin-netlify": "^5.1.1", |
| 25 | + "gatsby-plugin-react-helmet": "6.14.0", |
| 26 | + "gatsby-plugin-sass": "6.14.0", |
| 27 | + "gatsby-remark-autolink-headers": "6.14.0", |
| 28 | + "gatsby-remark-mermaid": "^5.0.0", |
| 29 | + "gatsby-source-filesystem": "^5.14.0", |
| 30 | + "gatsby-transformer-remark": "6.14.0", |
33 | 31 | "json2yaml": "^1.1.0", |
34 | 32 | "lodash": "^4.17.19", |
35 | | - "monaco-editor": "^0.18.1", |
36 | | - "monaco-editor-webpack-plugin": "^1.7.0", |
| 33 | + "monaco-editor": "^0.52.0", |
| 34 | + "monaco-editor-webpack-plugin": "^7.1.0", |
| 35 | + "playwright": "^1.49.0", |
37 | 36 | "prop-types": "^15.7.2", |
38 | 37 | "puppeteer": "^7.0.4", |
39 | 38 | "query-string": "^6.12.1", |
40 | | - "react": "^16.9.0", |
41 | | - "react-dom": "^16.9.0", |
| 39 | + "react": "18.3.1", |
| 40 | + "react-dom": "18.3.1", |
42 | 41 | "react-github-button": "^0.1.11", |
43 | 42 | "react-helmet": "^5.2.1", |
44 | 43 | "react-modal": "^3.11.2", |
45 | | - "react-monaco-editor": "^0.31.0", |
46 | | - "react-router-dom": "^5.0.1", |
| 44 | + "react-monaco-editor": "^0.56.2", |
| 45 | + "react-router-dom": "7.0.2", |
47 | 46 | "react-select": "^3.0.5", |
48 | 47 | "react-tooltip": "^3.11.1", |
49 | 48 | "semver": "^7.5.2" |
50 | 49 | }, |
51 | 50 | "devDependencies": { |
52 | 51 | "@babel/core": "^7.19.3", |
53 | 52 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 53 | + "@babel/plugin-proposal-decorators": "^7.6.0", |
54 | 54 | "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
| 55 | + "@babel/plugin-proposal-private-methods": "^7.18.6", |
| 56 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.0", |
55 | 57 | "@babel/plugin-transform-runtime": "^7.6.2", |
56 | 58 | "babel-jest": "^29.1.0", |
57 | 59 | "babel-loader": "^8.0.6", |
58 | | - "babel-preset-gatsby": "^0.2.36", |
| 60 | + "babel-preset-gatsby": "^3.14.0", |
59 | 61 | "chai": "^4.3.6", |
60 | 62 | "copy-webpack-plugin": "^5.0.4", |
61 | 63 | "css-hot-loader": "^1.4.4", |
62 | 64 | "css-loader": "^3.2.0", |
63 | 65 | "file-loader": "^4.2.0", |
| 66 | + "gatsby-cli": "5.14.0", |
64 | 67 | "html-loader": "^0.5.5", |
65 | 68 | "html-webpack-plugin": "^3.2.0", |
66 | 69 | "html-webpack-template": "^6.2.0", |
67 | 70 | "identity-obj-proxy": "^3.0.0", |
68 | | - "jest": "^29.1.1", |
| 71 | + "jest": "^29.7.0", |
69 | 72 | "mocha": "^10.0.0", |
70 | 73 | "postcss-loader": "^3.0.0", |
71 | 74 | "prettier": "^1.18.2", |
|
74 | 77 | "sass": "^1.49.9", |
75 | 78 | "sass-loader": "^11.1.1", |
76 | 79 | "style-loader": "^1.0.0", |
77 | | - "webpack": "^4.39.3", |
78 | | - "webpack-cli": "^3.3.8", |
| 80 | + "webpack": "5.97.0", |
79 | 81 | "webpack-dev-server": "^3.8.0" |
80 | | - }, |
81 | | - "resolutions": { |
82 | | - "minimist": "^1.2.8", |
83 | | - "flat": "^5.0.2", |
84 | | - "socket.io-parser": "^3.4.2", |
85 | | - "loader-utils": "^1.4.1", |
86 | | - "parse-url": "^8.1.0", |
87 | | - "shell-quote": "^1.7.3", |
88 | | - "eventsource": "^1.1.1", |
89 | | - "xmlhttprequest-ssl": "^1.6.1", |
90 | | - "body-parser": "^1.20.3", |
91 | | - "glob-parent": "^5.1.2", |
92 | | - "socket.io": "^2.5.1", |
93 | | - "node-forge": "^1.3.0", |
94 | | - "follow-redirects": "^1.14.7", |
95 | | - "sanitize-html": "^2.7.1", |
96 | | - "ws": "^7.5.10", |
97 | | - "axios": "^0.21.2", |
98 | | - "mermaid": "^8.13.8", |
99 | | - "object-path": "^0.11.8", |
100 | | - "@braintree/sanitize-url": "^6.0.1", |
101 | | - "ansi-regex": "^5.0.1", |
102 | | - "debug": "^4.3.4", |
103 | | - "engine.io": "^3.6.1", |
104 | | - "express": "^4.20.0", |
105 | | - "hosted-git-info": "^3.0.8", |
106 | | - "is-svg": "^4.3.0", |
107 | | - "json5": "^2.2.2", |
108 | | - "lodash": "^4.17.21", |
109 | | - "moment": "^2.29.4", |
110 | | - "semver": "^7.5.2", |
111 | | - "@hapi/hoek": "^8.5.1", |
112 | | - "acorn": "^6.4.1", |
113 | | - "ansi-html": "^0.0.8", |
114 | | - "braces": "^3.0.3", |
115 | | - "d3-color": "^3.1.0", |
116 | | - "dns-packet": "^1.3.2", |
117 | | - "graphql-playground-html": "^1.6.22", |
118 | | - "http-cache-semantics": "^4.1.1", |
119 | | - "kind-of": "^6.0.3", |
120 | | - "minimatch": "^3.0.5", |
121 | | - "node-fetch": "^2.6.7", |
122 | | - "nth-check": "^2.0.1", |
123 | | - "serialize-javascript": "^6.0.0", |
124 | | - "terser": "^4.8.1", |
125 | | - "trim": "^0.0.3", |
126 | | - "websocket-extensions": "^0.1.4", |
127 | | - "y18n": "^5.0.5", |
128 | | - "dompurify": "2.4.2" |
129 | 82 | } |
130 | 83 | } |
0 commit comments