Skip to content

Commit

Permalink
Clean up util-deprecate references
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Oct 18, 2022
1 parent f432a9c commit e85f64e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
4 changes: 1 addition & 3 deletions code/addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@
"axe-core": "^4.2.0",
"global": "^4.4.0",
"lodash": "^4.17.21",
"react-sizeme": "^3.0.1",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
"react-sizeme": "^3.0.1"
},
"devDependencies": {
"@testing-library/react": "^11.2.2",
Expand Down
3 changes: 1 addition & 2 deletions code/addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"@storybook/theming": "7.0.0-alpha.38",
"global": "^4.4.0",
"memoizerific": "^1.11.3",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"typescript": "~4.6.3"
Expand Down
4 changes: 1 addition & 3 deletions code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,11 @@
"global": "^4.4.0",
"remark-external-links": "^8.0.0",
"remark-slug": "^6.0.0",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/mdx2-csf": "0.0.4-canary.14.04ffbe8.0",
"@types/util-deprecate": "^1.0.0",
"typescript": "~4.6.3"
},
"peerDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6349,9 +6349,7 @@ __metadata:
global: ^4.4.0
lodash: ^4.17.21
react-sizeme: ^3.0.1
ts-dedent: ^2.0.0
typescript: ~4.6.3
util-deprecate: ^1.0.2
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down Expand Up @@ -6412,7 +6410,6 @@ __metadata:
memoizerific: ^1.11.3
ts-dedent: ^2.0.0
typescript: ~4.6.3
util-deprecate: ^1.0.2
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down Expand Up @@ -6476,15 +6473,13 @@ __metadata:
"@storybook/source-loader": 7.0.0-alpha.38
"@storybook/store": 7.0.0-alpha.38
"@storybook/theming": 7.0.0-alpha.38
"@types/util-deprecate": ^1.0.0
dequal: ^2.0.2
fs-extra: ^9.0.1
global: ^4.4.0
remark-external-links: ^8.0.0
remark-slug: ^6.0.0
ts-dedent: ^2.0.0
typescript: ~4.6.3
util-deprecate: ^1.0.2
peerDependencies:
"@storybook/mdx2-csf": 0.0.4-canary.14.04ffbe8.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down

0 comments on commit e85f64e

Please sign in to comment.