Skip to content

Commit

Permalink
Merge pull request #1327 from PrefectHQ/graphi-fix
Browse files Browse the repository at this point in the history
BugFix: Add version to graphiql css and re-update fully to node-fetch 2.6.7
  • Loading branch information
zhen0 authored Sep 8, 2022
2 parents 7e54b2c + 7a94726 commit 9525fc6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion file-downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs')
const downloads = [
{
filePath: './src/styles/graphiql.css',
url: 'https://unpkg.com/graphiql/graphiql.min.css'
url: 'https://unpkg.com/graphiql@1.4.7/graphiql.min.css'
},
{
filePath: './public/fonts/material-icons.ttf',
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9525fc6

Please sign in to comment.