@migov/digital-guidelines-core-react 4.0.0-rc.6 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@migov/digital-guidelines-core-react",
3
- "version": "4.0.0-rc.6",
3
+ "version": "4.0.0",
4
4
  "description": "A React wrapper for Digital Guidelines Core",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "bump.patch": "node ./scripts/update-version.js"
28
28
  },
29
29
  "dependencies": {
30
- "@migov/digital-guidelines-core": "4.0.0-rc.6"
30
+ "@migov/digital-guidelines-core": "4.0.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.2.5",