Skip to content

Commit 9ff7e66

Browse files
committed
add MIT-0 libs used for dev tooling only
1 parent f96ad47 commit 9ff7e66

File tree

4 files changed

+7
-24
lines changed

4 files changed

+7
-24
lines changed

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"**/CHANGELOG.md",
1818
"**/package.json",
1919
"**/esbuild.js",
20-
".eslintrc.js"
20+
".eslintrc.js",
21+
"js-green-licenses.json"
2122
],
2223
"files": ["**/*.{js,cjs,mjs,ts,jsx,tsx,md,mdx,html,json,css,toml,yaml,yml}"]
2324
}

js-green-licenses.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"packageAllowlist": [
33
// MIT, just lacking SPDX in manifest
44
"valid-url",
5-
"argparse"
5+
"argparse",
6+
// MIT-0
7+
"postcss-nesting",
8+
"@csstools/selector-specificity"
69
]
710
}

packages/graphiql-plugin-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"vite-plugin-svgr": "^3.2.0",
3939
"postcss-nesting": "12.0.0",
4040
"@vitejs/plugin-react": "^4.0.2",
41-
"@graphiql/react": "^0.18.0",
41+
"@graphiql/react": "^0.19.1",
4242
"tsup": "^7.1.0"
4343
}
4444
}

yarn.lock

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,27 +3556,6 @@
35563556
dependencies:
35573557
"@floating-ui/dom" "^1.3.0"
35583558

3559-
"@graphiql/react@^0.18.0":
3560-
version "0.18.0"
3561-
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.18.0.tgz#7ddff7c664385c1a05f0eac1d69cd9147d38006e"
3562-
integrity sha512-OIzUjnxBM4k9DY0DXBMRfU+fTak2tbnmY2o6J5t/vKvqGaa4opRUhgIZEvrerjnktjCxj2dJY706gCwnUZQsNg==
3563-
dependencies:
3564-
"@graphiql/toolkit" "^0.8.4"
3565-
"@headlessui/react" "^1.7.15"
3566-
"@radix-ui/react-dialog" "^1.0.4"
3567-
"@radix-ui/react-dropdown-menu" "^2.0.5"
3568-
"@radix-ui/react-tooltip" "^1.0.6"
3569-
"@radix-ui/react-visually-hidden" "^1.0.3"
3570-
"@types/codemirror" "^5.60.8"
3571-
clsx "^1.2.1"
3572-
codemirror "^5.65.3"
3573-
codemirror-graphql "^2.0.9"
3574-
copy-to-clipboard "^3.2.0"
3575-
framer-motion "^6.5.1"
3576-
graphql-language-service "^5.1.7"
3577-
markdown-it "^12.2.0"
3578-
set-value "^4.1.0"
3579-
35803559
"@graphql-tools/batch-execute@^9.0.0":
35813560
version "9.0.0"
35823561
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-9.0.0.tgz#9aba67c235dfa8e28e17d204ccb74998064eaec3"

0 commit comments

Comments
 (0)