|
1 | 1 | {
|
2 | 2 | "name": "@yoast/example-component-app",
|
3 |
| - "version": "1.7.0-rc.1", |
| 3 | + "version": "1.7.0", |
4 | 4 | "description": "This app demonstrates the possibilites of our components",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "author": "Yoast",
|
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 | 14 | "@wordpress/i18n": "1.2.3",
|
15 |
| - "@yoast/analysis-report": "^1.19.0-rc.1", |
16 |
| - "@yoast/components": "^2.17.0-rc.1", |
17 |
| - "@yoast/configuration-wizard": "^2.20.0-rc.1", |
| 15 | + "@yoast/analysis-report": "^1.19.0", |
| 16 | + "@yoast/components": "^2.17.0", |
| 17 | + "@yoast/configuration-wizard": "^2.20.0", |
18 | 18 | "@yoast/helpers": "^0.16.0",
|
19 |
| - "@yoast/search-metadata-previews": "^2.22.0-rc.1", |
| 19 | + "@yoast/search-metadata-previews": "^2.22.0", |
20 | 20 | "@yoast/style-guide": "^0.13.0",
|
21 | 21 | "babel-polyfill": "^6.23.0",
|
22 | 22 | "lodash": "4.17.11",
|
|
27 | 27 | "redux-devtools-dock-monitor": "^1.1.3",
|
28 | 28 | "redux-devtools-log-monitor": "^1.4.0",
|
29 | 29 | "styled-components": "^4.3.2",
|
30 |
| - "yoastseo": "^1.91.0-rc.0" |
| 30 | + "yoastseo": "^1.91.0" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 | 33 | "@babel/preset-env": "^7.3.4",
|
|
48 | 48 | "webpack": "4.19.1",
|
49 | 49 | "webpack-cli": "^2.1.3",
|
50 | 50 | "webpack-dev-server": "3.1.14",
|
51 |
| - "yoast-components": "^5.22.0-rc.1" |
| 51 | + "yoast-components": "^5.22.0" |
52 | 52 | },
|
53 | 53 | "peerDependencies": {
|
54 | 54 | "material-ui": "^0.18.6",
|
|
0 commit comments