Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Strapi v4.25.0 #7

Merged
merged 3 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 14 additions & 14 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "backend",
"private": true,
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@strapi/strapi": "4.20.2",
"@strapi/plugin-users-permissions": "4.20.2",
"@strapi/plugin-i18n": "4.20.2",
"@strapi/plugin-cloud": "4.20.2",
"@strapi/plugin-cloud": "4.25.0",
"@strapi/plugin-i18n": "4.25.0",
"@strapi/plugin-users-permissions": "4.25.0",
"@strapi/strapi": "4.25.0",
"better-sqlite3": "8.6.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "acc0a234-c7e6-42d2-9641-c1ceaa92b4e8"
},
"devDependencies": {},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
"strapi": {
"uuid": "acc0a234-c7e6-42d2-9641-c1ceaa92b4e8"
}
}
5 changes: 5 additions & 0 deletions backend/types/generated/components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type { Schema, Attribute } from '@strapi/strapi';

declare module '@strapi/types' {
export module Shared {}
}