Skip to content

Commit

Permalink
chore: version bump, circle ci codecov token update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Oct 3, 2023
1 parent 8f628ed commit ddbb534
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
jobs:
build-and-test:
environment:
CODECOV_TOKEN: a9097475-0b5b-481f-8733-7b84574d583e
CODECOV_TOKEN: c803c20c-c45d-4a63-9ba9-58c7d5d05bbf
docker:
- image: cimg/node:16.2.0
working_directory: ~/repo
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-navigation",
"version": "2.2.15",
"version": "2.2.16",
"description": "Strapi - Navigation plugin",
"strapi": {
"name": "navigation",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/utils": "^4.14.0",
"@strapi/utils": "^4.14.2",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1245,10 +1245,10 @@
p-map "4.0.0"
yup "0.32.9"

"@strapi/utils@^4.14.0":
version "4.14.0"
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.14.0.tgz#c36bb354f5e98a408d521f04f4de2faa610256e4"
integrity sha512-LKpsVwKmHC8iFoQAxRvSH6vjIwqdf3yoLHPGK6fNT0R6C3NTdZvyL+zqHBVtpnpkADoaFw9dYA81kmHGEegKtg==
"@strapi/utils@^4.14.2":
version "4.14.2"
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.14.2.tgz#e2d45067ecf5e46c1b630fbf2c5603d75f0d3da9"
integrity sha512-iT/tkUx/fcctwOlcVSyjCgRQWYG1IHHdRzUm0kjrO9ZCh/ORAqMhMViZSXZ7DR6saPfCUeVvwZf2hdPGUCu2Ig==
dependencies:
"@sindresorhus/slugify" "1.1.0"
date-fns "2.30.0"
Expand Down

0 comments on commit ddbb534

Please sign in to comment.