Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed May 7, 2024
1 parent b5932cf commit dc1f8d4
Show file tree
Hide file tree
Showing 17 changed files with 80 additions and 75 deletions.
2 changes: 1 addition & 1 deletion examples/getstarted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/icons": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/plugin-color-picker": "5.0.0-beta.6",
"@strapi/plugin-documentation": "5.0.0-beta.6",
"@strapi/plugin-graphql": "5.0.0-beta.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"@radix-ui/react-context": "1.0.1",
"@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/permissions": "5.0.0-beta.6",
"@strapi/provider-audit-logs-local": "5.0.0-beta.6",
"@strapi/types": "5.0.0-beta.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/content-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/types": "5.0.0-beta.6",
"@strapi/utils": "5.0.0-beta.6",
"axios": "1.6.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/content-releases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/types": "workspace:*",
"@strapi/utils": "5.0.0-beta.6",
"axios": "1.6.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/content-type-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/generators": "5.0.0-beta.6",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.6",
"date-fns": "2.30.0",
"fs-extra": "11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/provider-email-sendmail": "5.0.0-beta.6",
"@strapi/utils": "5.0.0-beta.6",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/review-workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.1",
"axios": "1.6.8",
"fractional-indexing": "3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ const ConfigureTheView = ({ config }) => {
<form onSubmit={handleSubmit}>
<Layouts.Header
navigationAction={
<Link tag={NavLink} startIcon={<ArrowLeft />} to={`/plugins/${pluginID}`} id="go-back">
<Link
tag={NavLink}
startIcon={<ArrowLeft />}
to={`/plugins/${pluginID}`}
id="go-back"
>
{formatMessage({ id: getTrad('config.back'), defaultMessage: 'Back' })}
</Link>
}
Expand Down
4 changes: 2 additions & 2 deletions packages/core/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/provider-upload-local": "5.0.0-beta.6",
"@strapi/utils": "5.0.0-beta.6",
"axios": "1.6.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"test:ts:front": "run -T tsc -p admin/tsconfig.json"
},
"dependencies": {
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"react-intl": "6.6.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"watch": "strapi plugin:watch"
},
"dependencies": {
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"react-colorful": "5.6.1",
"react-intl": "6.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/admin": "5.0.0-beta.6",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.6",
"axios": "1.6.8",
"bcryptjs": "2.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@graphql-tools/schema": "10.0.3",
"@graphql-tools/utils": "^10.1.3",
"@koa/cors": "5.0.0",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.6",
"graphql": "^16.8.1",
"graphql-depth-limit": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.6",
"axios": "1.6.8",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@sentry/node": "7.112.2",
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2"
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/users-permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/design-system": "2.0.0-beta.2",
"@strapi/icons": "2.0.0-beta.2",
"@strapi/design-system": "2.0.0-beta.3",
"@strapi/icons": "2.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.6",
"bcryptjs": "2.4.3",
"formik": "2.4.5",
Expand Down

0 comments on commit dc1f8d4

Please sign in to comment.