Skip to content

Commit

Permalink
Merge pull request #130 from atlassian-labs/update-css-reset
Browse files Browse the repository at this point in the history
Updates CSS Reset dependency version
  • Loading branch information
eserranovalle authored Oct 15, 2024
2 parents 218a87c + 47fbae2 commit 2d9e776
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 59 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@atlaskit/avatar": "^21.4.2",
"@atlaskit/button": "^16.2.2",
"@atlaskit/checkbox": "^12.3.12",
"@atlaskit/css-reset": "^6.3.8",
"@atlaskit/css-reset": "^6.9.1",
"@atlaskit/dynamic-table": "^14.5.4",
"@atlaskit/empty-state": "^7.3.10",
"@atlaskit/form": "^8.5.4",
Expand Down
98 changes: 40 additions & 58 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,14 @@
dependencies:
"@babel/runtime" "^7.0.0"

"@atlaskit/css-reset@^6.3.8":
version "6.3.8"
resolved "https://registry.yarnpkg.com/@atlaskit/css-reset/-/css-reset-6.3.8.tgz#20d71f361834e6ebf972e12bdb502430feb5b30c"
integrity sha512-e1IwRsDMiD/OW2SbELwQUR9FyJfMYDJtbO9ihyG2iTHGkMRiLMD+2wMDnMViRH7Gx6Xv7v276EXKr+7J3Oeqpg==
"@atlaskit/css-reset@^6.9.1":
version "6.11.1"
resolved "https://registry.yarnpkg.com/@atlaskit/css-reset/-/css-reset-6.11.1.tgz#c5a1f1ffe63515202e51d2d276225ac764a4340e"
integrity sha512-yGHQenpuNe5/oZ8i+6NdqhYvEEhpeUkVG1QNnpBoBWG5QFPKDFPQgab7njcB5YDmGoOG2GQ97rrcoQENv1JZbQ==
dependencies:
"@atlaskit/theme" "^12.1.0"
"@atlaskit/tokens" "^0.7.0"
"@atlaskit/theme" "^13.0.0"
"@atlaskit/tokens" "^2.0.0"
"@babel/runtime" "^7.0.0"
fbjs "^3.0.0"

"@atlaskit/css@^0.1.0":
version "0.1.0"
Expand Down Expand Up @@ -293,6 +292,16 @@
bind-event-listener "^3.0.0"
react-uid "^2.2.0"

"@atlaskit/ds-lib@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@atlaskit/ds-lib/-/ds-lib-3.1.0.tgz#43955d06dee9c7ae8fcf1f5ff6695b9010751892"
integrity sha512-1os/bwBxDkR1bqrnuW2fZR1uAm/tncI8W55fR31GKfpzI/WgmWABzzY9MdWim2kXjR4rsE0GvfjoNMJhJvfUVQ==
dependencies:
"@atlaskit/platform-feature-flags" "^0.3.0"
"@babel/runtime" "^7.0.0"
bind-event-listener "^3.0.0"
react-uid "^2.2.0"

"@atlaskit/dynamic-table@^14.5.4":
version "14.5.4"
resolved "https://registry.yarnpkg.com/@atlaskit/dynamic-table/-/dynamic-table-14.5.4.tgz#da3ad63bc451253005cbd95bb6860e8cfa50b435"
Expand Down Expand Up @@ -785,6 +794,16 @@
"@atlaskit/tokens" "^1.42.0"
"@babel/runtime" "^7.0.0"

"@atlaskit/theme@^13.0.0":
version "13.1.0"
resolved "https://registry.yarnpkg.com/@atlaskit/theme/-/theme-13.1.0.tgz#59f67ac754960f37cf65d4a29e2425c2fc473fd7"
integrity sha512-9HWU2Wf5DX1+OQKmqAeZqUPAe2BgNhyYhIlkQm2Vo8RxzvI0BDWyjafEro4MdUK8ZYqSfegd9wgk7qzIUF9ZaQ==
dependencies:
"@atlaskit/codemod-utils" "^4.2.0"
"@atlaskit/ds-lib" "^3.1.0"
"@atlaskit/tokens" "^2.0.0"
"@babel/runtime" "^7.0.0"

"@atlaskit/tokens@^0.10.0":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@atlaskit/tokens/-/tokens-0.10.1.tgz#8820f58ca0e8e6552d4967f5df23a8e0cce2d793"
Expand Down Expand Up @@ -874,6 +893,18 @@
"@babel/types" "^7.20.0"
bind-event-listener "^3.0.0"

"@atlaskit/tokens@^2.0.0":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@atlaskit/tokens/-/tokens-2.0.3.tgz#d239a33cabacd461281b6194fbe0d04b7650addf"
integrity sha512-/dOD86x5esifV8Wca9wa2UId4Imq5pXY8VQD1OuxQ0KPgGOatImRXWLMx2T9RmHkeInMuMD2kwGVn9Lk8pxi1A==
dependencies:
"@atlaskit/ds-lib" "^3.1.0"
"@atlaskit/platform-feature-flags" "^0.3.0"
"@babel/runtime" "^7.0.0"
"@babel/traverse" "^7.23.2"
"@babel/types" "^7.20.0"
bind-event-listener "^3.0.0"

"@atlaskit/tooltip@^17.5.9":
version "17.5.9"
resolved "https://registry.yarnpkg.com/@atlaskit/tooltip/-/tooltip-17.5.9.tgz#d18a2855d17336faa8d08c49ffaf3d136a6770ea"
Expand Down Expand Up @@ -4113,7 +4144,7 @@ array.prototype.flatmap@^1.2.5:
define-properties "^1.1.3"
es-abstract "^1.19.0"

asap@~2.0.3, asap@~2.0.6:
asap@~2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
Expand Down Expand Up @@ -4908,13 +4939,6 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
path-type "^4.0.0"
yaml "^1.10.0"

cross-fetch@^3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
dependencies:
node-fetch "2.6.7"

cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
Expand Down Expand Up @@ -6097,24 +6121,6 @@ fb-watchman@^2.0.0:
dependencies:
bser "2.1.1"

fbjs-css-vars@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==

fbjs@^3.0.0:
version "3.0.4"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.4.tgz#e1871c6bd3083bac71ff2da868ad5067d37716c6"
integrity sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ==
dependencies:
cross-fetch "^3.1.5"
fbjs-css-vars "^1.0.0"
loose-envify "^1.0.0"
object-assign "^4.1.0"
promise "^7.1.1"
setimmediate "^1.0.5"
ua-parser-js "^0.7.30"

file-entry-cache@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
Expand Down Expand Up @@ -8125,13 +8131,6 @@ no-case@^3.0.4:
lower-case "^2.0.2"
tslib "^2.0.3"

[email protected]:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

[email protected]:
version "2.7.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
Expand Down Expand Up @@ -8195,7 +8194,7 @@ nwsapi@^2.2.0:
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7"
integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==

object-assign@^4.1.0, object-assign@^4.1.1:
object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
Expand Down Expand Up @@ -9124,13 +9123,6 @@ process@^0.11.1:
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=

promise@^7.1.1:
version "7.3.1"
resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
dependencies:
asap "~2.0.3"

promise@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
Expand Down Expand Up @@ -9982,11 +9974,6 @@ set-function-name@^2.0.0:
functions-have-names "^1.2.3"
has-property-descriptors "^1.0.0"

setimmediate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=

[email protected]:
version "1.1.0"
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
Expand Down Expand Up @@ -10724,11 +10711,6 @@ typescript@~4.5.5:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==

ua-parser-js@^0.7.30:
version "0.7.31"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.31.tgz#649a656b191dffab4f21d5e053e27ca17cbff5c6"
integrity sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==

unbox-primitive@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
Expand Down

0 comments on commit 2d9e776

Please sign in to comment.