Updated deps
This commit is contained in:
parent
4d412609f4
commit
c4a0b27ac3
|
@ -112,3 +112,4 @@ exports
|
||||||
*.cache
|
*.cache
|
||||||
build
|
build
|
||||||
.strapi-updater.json
|
.strapi-updater.json
|
||||||
|
public
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -10,9 +10,9 @@
|
||||||
"strapi": "strapi"
|
"strapi": "strapi"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-graphql": "4.1.8",
|
"@strapi/plugin-graphql": "4.1.9",
|
||||||
"@strapi/strapi": "4.1.8",
|
"@strapi/strapi": "4.1.9",
|
||||||
"sqlite3": "5.0.5"
|
"sqlite3": "5.0.6"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "A Strapi developer"
|
"name": "A Strapi developer"
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# To prevent search engines from seeing the site altogether, uncomment the next two lines:
|
|
||||||
# User-Agent: *
|
|
||||||
# Disallow: /
|
|
Loading…
Reference in New Issue