Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 18, 2022
1 parent 0d0b772 commit 9ddeaf4
Show file tree
Hide file tree
Showing 12 changed files with 357 additions and 381 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"@strapi-community/eslint-config-tests": "^0.2.0",
"@vuepress/plugin-register-components": "^2.0.0-beta.36",
"@vuepress/plugin-search": "^2.0.0-beta.36",
"autocannon": "^7.7.0",
"autocannon": "^7.7.1",
"copyfiles": "^2.4.1",
"cpy-cli": "^4.1.0",
"eslint": "^8.10.0",
"eslint": "^8.11.0",
"jest": "^27.5.1",
"lerna": "^4.0.0",
"lint-staged": "^12.3.5",
"lint-staged": "^12.3.7",
"mermaid": "^8.14.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"supertest": "^6.2.2",
"vuepress": "^2.0.0-beta.36",
"yorkie": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/strapi-plugin-rest-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
"dependencies": {
"@koa/router": "^10.1.1",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"debug": "^4.3.4",
"ioredis": "^4.28.5",
"lodash": "^4.17.15"
},
"devDependencies": {
"@strapi/strapi": "^4.1.0",
"@strapi/strapi": "^4.1.5",
"koa": "^2.11.0",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-intl": "^5.24.6",
"react-intl": "^5.24.7",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"styled-components": "^5.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-rest-cache-couchbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"cache-manager-couchbase": "^0.1.5"
},
"devDependencies": {
"@strapi/strapi": "^4.1.0",
"@strapi/strapi": "^4.1.5",
"strapi-plugin-rest-cache": "^4.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-rest-cache-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"cache-manager": "^3.6.0"
},
"devDependencies": {
"@strapi/strapi": "^4.1.0",
"@strapi/strapi": "^4.1.5",
"strapi-plugin-rest-cache": "^4.2.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-provider-rest-cache-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"cache-manager-ioredis": "^2.1.0"
},
"devDependencies": {
"@strapi/strapi": "^4.1.0",
"strapi-plugin-redis": "^1.0.0-alpha.1",
"@strapi/strapi": "^4.1.5",
"strapi-plugin-redis": "^1.0.0-alpha.2",
"strapi-plugin-rest-cache": "^4.2.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/couchbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"test:e2e": "jest --detectOpenHandles --forceExit"
},
"dependencies": {
"@strapi/plugin-i18n": "4.1.0",
"@strapi/plugin-users-permissions": "4.1.0",
"@strapi/strapi": "4.1.0",
"@strapi/plugin-i18n": "4.1.5",
"@strapi/plugin-users-permissions": "4.1.5",
"@strapi/strapi": "4.1.5",
"lodash.set": "^4.3.2",
"mime-types": "^2.1.27",
"mime-types": "^2.1.35",
"sqlite3": "5.0.2",
"strapi-plugin-rest-cache": "^4.2.2",
"strapi-provider-rest-cache-couchbase": "^4.2.2"
Expand Down
Loading

0 comments on commit 9ddeaf4

Please sign in to comment.