Refresh patches
This commit is contained in:
parent
3609e13a1c
commit
cd2ae7a1d9
3 changed files with 4 additions and 4 deletions
|
@ -126,8 +126,8 @@ gitlab Gemfile
|
||||||
+gem 'rack-cors', '~> 1.0','>= 1.0.6', require: 'rack/cors'
|
+gem 'rack-cors', '~> 1.0','>= 1.0.6', require: 'rack/cors'
|
||||||
|
|
||||||
# GraphQL API
|
# GraphQL API
|
||||||
-gem 'graphql', '~> 1.11.8'
|
-gem 'graphql', '~> 1.11.10'
|
||||||
+gem 'graphql', '~> 1.11','>= 1.11.8'
|
+gem 'graphql', '~> 1.11', '>= 1.11.10'
|
||||||
# NOTE: graphiql-rails v1.5+ doesn't work: https://gitlab.com/gitlab-org/gitlab/issues/31771
|
# NOTE: graphiql-rails v1.5+ doesn't work: https://gitlab.com/gitlab-org/gitlab/issues/31771
|
||||||
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released:
|
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released:
|
||||||
# https://gitlab.com/gitlab-org/gitlab/issues/31747
|
# https://gitlab.com/gitlab-org/gitlab/issues/31747
|
||||||
|
|
|
@ -162,7 +162,7 @@ Use debian packaged node modules when available
|
||||||
"lowlight": "^1.20.0",
|
"lowlight": "^1.20.0",
|
||||||
"marked": "^0.3.12",
|
"marked": "^0.3.12",
|
||||||
"mathjax": "3",
|
"mathjax": "3",
|
||||||
"mermaid": "^8.13.2",
|
"mermaid": "^8.13.4",
|
||||||
- "minimatch": "^3.0.4",
|
- "minimatch": "^3.0.4",
|
||||||
+ "minimatch": "link:/usr/share/nodejs/minimatch",
|
+ "minimatch": "link:/usr/share/nodejs/minimatch",
|
||||||
"monaco-editor": "^0.25.2",
|
"monaco-editor": "^0.25.2",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -151,7 +151,7 @@
|
@@ -151,7 +151,7 @@
|
||||||
"mermaid": "^8.13.2",
|
"mermaid": "^8.13.4",
|
||||||
"minimatch": "link:/usr/share/nodejs/minimatch",
|
"minimatch": "link:/usr/share/nodejs/minimatch",
|
||||||
"monaco-editor": "^0.25.2",
|
"monaco-editor": "^0.25.2",
|
||||||
- "monaco-editor-webpack-plugin": "^4.0.0",
|
- "monaco-editor-webpack-plugin": "^4.0.0",
|
||||||
|
|
Loading…
Reference in a new issue