Skip to content

Commit

Permalink
Update dependency @atlaskit/theme to v12.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 11, 2022
1 parent 2cabf88 commit d7b67ee
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"devDependencies": {
"@atlaskit/css-reset": "^6.3.7",
"@atlaskit/theme": "^12.1.3",
"@atlaskit/theme": "12.1.4",
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
Expand Down
30 changes: 20 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
dependencies:
"@babel/runtime" "^7.0.0"

"@atlaskit/theme@^12.1.0":
version "12.1.2"
resolved "https://registry.yarnpkg.com/@atlaskit/theme/-/theme-12.1.2.tgz#e466e46d12395804b6c02783c08152a7a2bc6455"
integrity sha512-nZvt0fLof2XZJf6t8XR+HPqyeiMF3mQ/NlOFtuS/XVd8Aysl9TOiR3xZTizHcCx8CaoeB/tqoFLg47smMaEibg==
"@atlaskit/theme@12.1.4":
version "12.1.4"
resolved "https://registry.yarnpkg.com/@atlaskit/theme/-/theme-12.1.4.tgz#6f7b9d4f318e8a6d765ecf6b8c84d364218a6c67"
integrity sha512-i2jea79jGnBetvLIAY6WMF20ZkoQnlo/ElnU1GEJ+Ui5LVUpXece/nFBU6Msa2vXPoCSByJPZh6FZiMiVkkKVg==
dependencies:
"@atlaskit/codemod-utils" "^3.4.0"
"@atlaskit/tokens" "^0.6.0"
"@atlaskit/ds-lib" "^1.4.0"
"@atlaskit/tokens" "^0.7.0"
"@babel/runtime" "^7.0.0"

"@atlaskit/theme@^12.1.3":
version "12.1.3"
resolved "https://registry.yarnpkg.com/@atlaskit/theme/-/theme-12.1.3.tgz#e58c4bde73f5947c3ce14a5c20ff5b8ff436f04c"
integrity sha512-rZzSongO+RYkq1WefPj1Yr/lfEYC6q+wIFni5pge+gCC+k/RhiveZeb9jBNsxA+wlkEQokPT0lgaLggWnM94yw==
"@atlaskit/theme@^12.1.0":
version "12.1.2"
resolved "https://registry.yarnpkg.com/@atlaskit/theme/-/theme-12.1.2.tgz#e466e46d12395804b6c02783c08152a7a2bc6455"
integrity sha512-nZvt0fLof2XZJf6t8XR+HPqyeiMF3mQ/NlOFtuS/XVd8Aysl9TOiR3xZTizHcCx8CaoeB/tqoFLg47smMaEibg==
dependencies:
"@atlaskit/codemod-utils" "^3.4.0"
"@atlaskit/ds-lib" "^1.4.0"
"@atlaskit/tokens" "^0.6.0"
"@babel/runtime" "^7.0.0"

Expand All @@ -69,6 +69,16 @@
"@babel/traverse" "^7.15.0"
"@babel/types" "^7.15.0"

"@atlaskit/tokens@^0.7.0":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@atlaskit/tokens/-/tokens-0.7.1.tgz#e483eaa4456102114cc8f707df8d5960f9bb023a"
integrity sha512-QJEH/bR1+1OssE3gZu7QeQ9XpJEWorLY9Fi0+AiCWozPLoGIAe2vsHN74BL36gAShNZipHhyh/Uz54p/Nt502w==
dependencies:
"@atlaskit/ds-lib" "^1.4.0"
"@babel/runtime" "^7.0.0"
"@babel/traverse" "^7.15.0"
"@babel/types" "^7.15.0"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
Expand Down

0 comments on commit d7b67ee

Please sign in to comment.