Skip to content

Commit

Permalink
fix(deps): update @AW-Web-Design mono repo to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 12, 2022
1 parent 3c791eb commit a0bcc73
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 218 deletions.
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
"typescript": "4.6.3"
},
"dependencies": {
"@aw-web-design/react-feather": "3.0.14",
"@aw-web-design/react-feather": "3.1.1",
"@aw-web-design/styled-system": "3.1.1",
"@aw-web-design/tcm-cli": "3.0.12",
"@aw-web-design/theme": "3.0.14",
"@aw-web-design/tcm-cli": "3.1.1",
"@aw-web-design/theme": "3.1.1",
"classnames": "2.3.1",
"csstype": "3.0.11",
"memoize-one": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-feather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"react": "18.0.0"
},
"dependencies": {
"@aw-web-design/tcm-cli": "3.0.12"
"@aw-web-design/tcm-cli": "3.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-textfit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/the-code-monkey/react-textfit",
"devDependencies": {
"@aw-web-design/tcm-cli": "3.0.12",
"@aw-web-design/tcm-cli": "3.1.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "4.6.3"
},
"dependencies": {
"@aw-web-design/tcm-cli": "3.0.12",
"@aw-web-design/tcm-cli": "3.1.1",
"@emotion/is-prop-valid": "1.1.2",
"@emotion/memoize": "0.7.5",
"csstype": "3.0.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "4.6.3"
},
"dependencies": {
"@aw-web-design/tcm-cli": "3.0.12",
"@aw-web-design/tcm-cli": "3.1.1",
"fs-extra": "10.0.1",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions platforms/react-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@aw-web-design/components": "3.1.1",
"@aw-web-design/styled-system": "3.0.14",
"@aw-web-design/styled-system": "3.1.1",
"@aw-web-design/theme": "3.1.1",
"deepmerge": "4.2.2",
"fs-extra": "10.0.1",
Expand All @@ -26,7 +26,7 @@
"styled-components": "5.3.5"
},
"devDependencies": {
"@aw-web-design/tcm-cli": "3.0.12",
"@aw-web-design/tcm-cli": "3.1.1",
"@next/eslint-plugin-next": "12.1.4",
"@types/node": "17.0.22",
"@types/react": "18.0.1",
Expand Down
221 changes: 12 additions & 209 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,105 +9,6 @@
dependencies:
"@jridgewell/trace-mapping" "^0.3.0"

"@aw-web-design/react-feather@3.0.14":
version "3.0.14"
resolved "https://registry.yarnpkg.com/@aw-web-design/react-feather/-/react-feather-3.0.14.tgz#bb59ae11e94fa3a3db6abdae7670b4656be32f6f"
integrity sha512-B0rr6D6wcUMVv5zWwP0BvyXBLqtvu5ZMrNLtqHq8DVkByYFyRKBpXnpLJZXlL1iI49/DVfaFVZZ05vOqnXPynQ==
dependencies:
prop-types "^15.7.2"

"@aw-web-design/styled-system@3.0.14":
version "3.0.14"
resolved "https://registry.yarnpkg.com/@aw-web-design/styled-system/-/styled-system-3.0.14.tgz#c22e507796ed18a9e87250cef67f6d9219bebabf"
integrity sha512-s0DPigurrd1Ce/Qvahjjn5P1VndHO2FerQ+Lx+jb0KOrwU63ey8NJxbIfygpl0VwJtR+83uFXrOjB+aiDdk1QQ==
dependencies:
"@aw-web-design/tcm-cli" "3.0.12"
"@emotion/is-prop-valid" "1.1.2"
"@emotion/memoize" "0.7.5"
csstype "3.0.11"

"@aw-web-design/tcm-cli@3.0.12":
version "3.0.12"
resolved "https://registry.yarnpkg.com/@aw-web-design/tcm-cli/-/tcm-cli-3.0.12.tgz#7bd448b0c43c9de923bbeebfda00ac01ce6cccb3"
integrity sha512-S3O/VyA14ZdH2BN/WhSGlvp6n49TbwYckwi+Qo97kqTiwvi19cg0WPQE/G+deIL3cn15JDZeZq5Sm2iZ6CcWpA==
dependencies:
"@babel/core" "7.17.9"
"@babel/helper-module-imports" "7.16.7"
"@babel/parser" "7.17.9"
"@babel/plugin-proposal-class-properties" "7.16.7"
"@babel/preset-env" "7.16.11"
"@babel/traverse" "7.17.9"
"@rollup/plugin-babel" "5.3.1"
"@rollup/plugin-commonjs" "21.0.3"
"@rollup/plugin-json" "4.1.0"
"@rollup/plugin-node-resolve" "13.1.3"
"@rollup/plugin-replace" "4.0.0"
"@types/jest" "27.4.1"
"@typescript-eslint/eslint-plugin" "5.18.0"
"@typescript-eslint/parser" "5.18.0"
asyncro "3.0.0"
babel-plugin-annotate-pure-calls "0.4.0"
babel-plugin-dev-expression "0.2.3"
babel-plugin-macros "3.1.0"
babel-plugin-polyfill-regenerator "0.3.1"
babel-plugin-transform-rename-import "2.3.0"
camelcase "6.3.0"
colorette "2.0.16"
confusing-browser-globals "1.0.11"
enquirer "2.3.6"
eslint "8.12.0"
eslint-config-prettier "8.5.0"
eslint-plugin-flowtype "8.0.3"
eslint-plugin-import "2.26.0"
eslint-plugin-jest "26.1.3"
eslint-plugin-jsx-a11y "6.5.1"
eslint-plugin-prettier "4.0.0"
eslint-plugin-react "7.29.4"
eslint-plugin-react-hooks "4.4.0"
eslint-plugin-testing-library "5.2.1"
execa "4.1.0"
figlet "1.5.2"
fs-extra "10.0.1"
jest "27.5.1"
jest-watch-typeahead "1.0.0"
jpjs "1.2.1"
lodash.merge "4.6.2"
ora "5.4.1"
pascal-case "3.1.2"
postcss "8.4.12"
prettier "2.6.2"
progress-estimator "0.3.0"
regenerator-runtime "0.13.9"
rollup "2.70.1"
rollup-plugin-delete "2.0.0"
rollup-plugin-dts "4.2.0"
rollup-plugin-sourcemaps "0.6.3"
rollup-plugin-terser "7.0.2"
rollup-plugin-typescript2 "0.31.2"
sade "1.8.1"
semver "7.3.6"
shelljs "0.8.5"
sort-package-json "1.55.0"
tiny-glob "0.2.9"
ts-jest "27.1.4"
ts-node "10.7.0"
tslib "2.3.1"
type-fest "2.12.2"
typescript "4.6.3"

"@aw-web-design/theme@3.0.14":
version "3.0.14"
resolved "https://registry.yarnpkg.com/@aw-web-design/theme/-/theme-3.0.14.tgz#b17e39c37d05d6078fc4067770e16f6e3bb6f030"
integrity sha512-322yGrlk0xi9flRqduCyV8qvT6nHqN3//kdEeBpO9LbpOn5mhap2gOsOxFPnBOaGeW2QQSxbOhO7KU+F6y/qRA==
dependencies:
"@aw-web-design/tcm-cli" "3.0.12"
fs-extra "10.0.1"
lodash "4.17.21"
lodash-es "4.17.21"
sade "1.8.1"
style-dictionary "3.7.0"
tinycolor2 "1.4.2"

"@babel/cli@7.17.6":
version "7.17.6"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.6.tgz#169e5935f1795f0b62ded5a2accafeedfe5c5363"
Expand Down Expand Up @@ -4390,21 +4291,6 @@
dependencies:
"@types/yargs-parser" "*"

"@typescript-eslint/eslint-plugin@5.18.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
integrity sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==
dependencies:
"@typescript-eslint/scope-manager" "5.18.0"
"@typescript-eslint/type-utils" "5.18.0"
"@typescript-eslint/utils" "5.18.0"
debug "^4.3.2"
functional-red-black-tree "^1.0.1"
ignore "^5.1.8"
regexpp "^3.2.0"
semver "^7.3.5"
tsutils "^3.21.0"

"@typescript-eslint/eslint-plugin@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz#9608a4b6d0427104bccf132f058cba629a6553c0"
Expand Down Expand Up @@ -4441,16 +4327,6 @@
"@typescript-eslint/typescript-estree" "5.10.1"
debug "^4.3.2"

"@typescript-eslint/parser@5.18.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
dependencies:
"@typescript-eslint/scope-manager" "5.18.0"
"@typescript-eslint/types" "5.18.0"
"@typescript-eslint/typescript-estree" "5.18.0"
debug "^4.3.2"

"@typescript-eslint/parser@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
Expand Down Expand Up @@ -4496,15 +4372,6 @@
"@typescript-eslint/types" "5.19.0"
"@typescript-eslint/visitor-keys" "5.19.0"

"@typescript-eslint/type-utils@5.18.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
integrity sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==
dependencies:
"@typescript-eslint/utils" "5.18.0"
debug "^4.3.2"
tsutils "^3.21.0"

"@typescript-eslint/type-utils@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz#80f2125b0dfe82494bbae1ea99f1c0186d420282"
Expand Down Expand Up @@ -4587,18 +4454,6 @@
semver "^7.3.5"
tsutils "^3.21.0"

"@typescript-eslint/utils@5.18.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.13.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
dependencies:
"@types/json-schema" "^7.0.9"
"@typescript-eslint/scope-manager" "5.18.0"
"@typescript-eslint/types" "5.18.0"
"@typescript-eslint/typescript-estree" "5.18.0"
eslint-scope "^5.1.1"
eslint-utils "^3.0.0"

"@typescript-eslint/utils@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.19.0.tgz#fe87f1e3003d9973ec361ed10d36b4342f1ded1e"
Expand All @@ -4611,6 +4466,18 @@
eslint-scope "^5.1.1"
eslint-utils "^3.0.0"

"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.13.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
dependencies:
"@types/json-schema" "^7.0.9"
"@typescript-eslint/scope-manager" "5.18.0"
"@typescript-eslint/types" "5.18.0"
"@typescript-eslint/typescript-estree" "5.18.0"
eslint-scope "^5.1.1"
eslint-utils "^3.0.0"

"@typescript-eslint/visitor-keys@3.10.1":
version "3.10.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
Expand Down Expand Up @@ -9067,13 +8934,6 @@ eslint-plugin-import@2.26.0:
resolve "^1.22.0"
tsconfig-paths "^3.14.1"

eslint-plugin-jest@26.1.3:
version "26.1.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.3.tgz#e722e5efeea18aa9dec7c7349987b641db19feb7"
integrity sha512-Pju+T7MFpo5VFhFlwrkK/9jRUu18r2iugvgyrWOnnGRaVTFFmFXp+xFJpHyqmjjLmGJPKLeEFLVTAxezkApcpQ==
dependencies:
"@typescript-eslint/utils" "^5.10.0"

eslint-plugin-jest@26.1.4:
version "26.1.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.4.tgz#8e3410093ff4439d0c3a371add5bf9e05623a57a"
Expand Down Expand Up @@ -9156,13 +9016,6 @@ eslint-plugin-react@7.29.4:
semver "^6.3.0"
string.prototype.matchall "^4.0.6"

eslint-plugin-testing-library@5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.2.1.tgz#3f89cd28ade81329a11584e0bbea129bede01619"
integrity sha512-88qJv6uzYALtiYJDzhelP3ov0Px/GLgnu+UekjjDxL2nMyvgdTyboKqcDBsvFPmAeizlCoSWOjeBN4DxO0BxaA==
dependencies:
"@typescript-eslint/utils" "^5.13.0"

eslint-plugin-testing-library@5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.3.0.tgz#1f5a58827fefc240e1ec1bac706de4c24f5de7be"
Expand Down Expand Up @@ -9223,47 +9076,6 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==

eslint@8.12.0:
version "8.12.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.12.0.tgz#c7a5bd1cfa09079aae64c9076c07eada66a46e8e"
integrity sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==
dependencies:
"@eslint/eslintrc" "^1.2.1"
"@humanwhocodes/config-array" "^0.9.2"
ajv "^6.10.0"
chalk "^4.0.0"
cross-spawn "^7.0.2"
debug "^4.3.2"
doctrine "^3.0.0"
escape-string-regexp "^4.0.0"
eslint-scope "^7.1.1"
eslint-utils "^3.0.0"
eslint-visitor-keys "^3.3.0"
espree "^9.3.1"
esquery "^1.4.0"
esutils "^2.0.2"
fast-deep-equal "^3.1.3"
file-entry-cache "^6.0.1"
functional-red-black-tree "^1.0.1"
glob-parent "^6.0.1"
globals "^13.6.0"
ignore "^5.2.0"
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
is-glob "^4.0.0"
js-yaml "^4.1.0"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.4.1"
lodash.merge "^4.6.2"
minimatch "^3.0.4"
natural-compare "^1.4.0"
optionator "^0.9.1"
regexpp "^3.2.0"
strip-ansi "^6.0.1"
strip-json-comments "^3.1.0"
text-table "^0.2.0"
v8-compile-cache "^2.0.3"

eslint@8.13.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
Expand Down Expand Up @@ -16216,15 +16028,6 @@ rollup-plugin-delete@2.0.0:
dependencies:
del "^5.1.0"

rollup-plugin-dts@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-4.2.0.tgz#f7ae4646f5b3aec07560bc341c0dc4a85f8a0dff"
integrity sha512-lx6irWVhz/x4//tIqRhzk4FOqGQ0n37ZM2wpPCn4uafl/EmiV92om7ZdAsq7Bzho6C+Xh5GfsyuP9H+Udv72Lg==
dependencies:
magic-string "^0.26.1"
optionalDependencies:
"@babel/code-frame" "^7.16.7"

rollup-plugin-dts@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-4.2.1.tgz#c17968a0f7c5ae70a9e0ab37e715f3ef63da01c7"
Expand Down

0 comments on commit a0bcc73

Please sign in to comment.