1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 11:17:05 +03:00

Merge branch 'main' into bump-primitives

This commit is contained in:
Cole Bemis 2021-05-18 11:37:55 -07:00 committed by GitHub
commit 904fc7110e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -49,7 +49,7 @@
"jest": "26.6.3", "jest": "26.6.3",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.2.14", "postcss": "8.2.14",
"postcss-import": "14.0.1", "postcss-import": "14.0.2",
"postcss-load-config": "3.0.1", "postcss-load-config": "3.0.1",
"postcss-node-sass": "3.1.0", "postcss-node-sass": "3.1.0",
"postcss-scss": "3.0.5", "postcss-scss": "3.0.5",
@ -59,7 +59,7 @@
"stylelint": "13.13.1", "stylelint": "13.13.1",
"stylelint-config-primer": "11.0.1", "stylelint-config-primer": "11.0.1",
"stylelint-scss": "3.19.0", "stylelint-scss": "3.19.0",
"table": "6.7.0" "table": "6.7.1"
}, },
"jest": { "jest": {
"testEnvironment": "node", "testEnvironment": "node",

View File

@ -5340,10 +5340,10 @@ postcss-html@^0.36.0:
dependencies: dependencies:
htmlparser2 "^3.10.0" htmlparser2 "^3.10.0"
postcss-import@14.0.1: postcss-import@14.0.2:
version "14.0.1" version "14.0.2"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.0.1.tgz#6a3f8f2ce74a95fc7c72ecfe3eddfa0e9124e677" resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.0.2.tgz#60eff77e6be92e7b67fe469ec797d9424cae1aa1"
integrity sha512-Xn2+z++vWObbEPhiiKO1a78JiyhqipyrXHBb3AHpv0ks7Cdg+GxQQJ24ODNMTanldf7197gSP3axppO9yaG0lA== integrity sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==
dependencies: dependencies:
postcss-value-parser "^4.0.0" postcss-value-parser "^4.0.0"
read-cache "^1.0.0" read-cache "^1.0.0"
@ -6604,10 +6604,10 @@ symbol-tree@^3.2.4:
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
table@6.7.0, table@^6.0.4, table@^6.6.0: table@6.7.1, table@^6.0.4, table@^6.6.0:
version "6.7.0" version "6.7.1"
resolved "https://registry.yarnpkg.com/table/-/table-6.7.0.tgz#26274751f0ee099c547f6cb91d3eff0d61d155b2" resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
integrity sha512-SAM+5p6V99gYiiy2gT5ArdzgM1dLDed0nkrWmG6Fry/bUS/m9x83BwpJUOf1Qj/x2qJd+thL6IkIx7qPGRxqBw== integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
dependencies: dependencies:
ajv "^8.0.1" ajv "^8.0.1"
lodash.clonedeep "^4.5.0" lodash.clonedeep "^4.5.0"