This repository was archived by the owner on Oct 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
replacement-variable-editor Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yoast/example-component-app" ,
3
- "version" : " 1.9.0-rc.0 " ,
3
+ "version" : " 1.9.0-rc.1 " ,
4
4
"description" : " This app demonstrates the possibilites of our components" ,
5
5
"main" : " index.js" ,
6
6
"author" : " Yoast" ,
16
16
"@yoast/components" : " ^2.19.0-rc.0" ,
17
17
"@yoast/configuration-wizard" : " ^2.22.0-rc.0" ,
18
18
"@yoast/helpers" : " ^0.16.0" ,
19
- "@yoast/search-metadata-previews" : " ^2.24.0-rc.0 " ,
19
+ "@yoast/search-metadata-previews" : " ^2.24.0-rc.1 " ,
20
20
"@yoast/style-guide" : " ^0.13.0" ,
21
21
"babel-polyfill" : " ^6.23.0" ,
22
22
"lodash" : " 4.17.11" ,
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.24.0-rc.0 "
51
+ "yoast-components" : " ^5.24.0-rc.1 "
52
52
},
53
53
"peerDependencies" : {
54
54
"material-ui" : " ^0.18.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yoast/replacement-variable-editor" ,
3
- "version" : " 1.17.0-rc.0 " ,
3
+ "version" : " 1.17.0-rc.1 " ,
4
4
"private" : false ,
5
5
"main" : " src/index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yoast/schema-blocks" ,
3
- "version" : " 1.8.0-rc.0 " ,
3
+ "version" : " 1.8.0-rc.1 " ,
4
4
"main" : " dist/index.js" ,
5
5
"typings" : " dist/index.d.ts" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yoast/search-metadata-previews" ,
3
- "version" : " 2.24.0-rc.0 " ,
3
+ "version" : " 2.24.0-rc.1 " ,
4
4
"private" : false ,
5
5
"main" : " src/index.js" ,
6
6
"repository" : {
20
20
"@wordpress/i18n" : " ^1.1.0" ,
21
21
"@yoast/components" : " ^2.19.0-rc.0" ,
22
22
"@yoast/helpers" : " ^0.16.0" ,
23
- "@yoast/replacement-variable-editor" : " ^1.17.0-rc.0 " ,
23
+ "@yoast/replacement-variable-editor" : " ^1.17.0-rc.1 " ,
24
24
"@yoast/style-guide" : " ^0.13.0" ,
25
25
"interpolate-components" : " ^1.1.1" ,
26
26
"lodash" : " ^4.17.11" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yoast/social-metadata-forms" ,
3
- "version" : " 1.17.0-rc.0 " ,
3
+ "version" : " 1.17.0-rc.1 " ,
4
4
"main" : " src/index.js" ,
5
5
"repository" : {
6
6
"type" : " git" ,
38
38
"dependencies" : {
39
39
"@wordpress/i18n" : " ^1.1.0" ,
40
40
"@yoast/components" : " ^2.19.0-rc.0" ,
41
- "@yoast/replacement-variable-editor" : " ^1.17.0-rc.0 " ,
41
+ "@yoast/replacement-variable-editor" : " ^1.17.0-rc.1 " ,
42
42
"@yoast/style-guide" : " ^0.13.0" ,
43
43
"lodash" : " ^4.17.11" ,
44
44
"prop-types" : " ^15.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yoast/social-metadata-previews" ,
3
- "version" : " 1.17.0-rc.0 " ,
3
+ "version" : " 1.17.0-rc.1 " ,
4
4
"main" : " src/index.js" ,
5
5
"repository" : {
6
6
"type" : " git" ,
37
37
},
38
38
"dependencies" : {
39
39
"@wordpress/i18n" : " ^1.1.0" ,
40
- "@yoast/replacement-variable-editor" : " ^1.17.0-rc.0 " ,
41
- "@yoast/social-metadata-forms" : " ^1.17.0-rc.0 " ,
40
+ "@yoast/replacement-variable-editor" : " ^1.17.0-rc.1 " ,
41
+ "@yoast/social-metadata-forms" : " ^1.17.0-rc.1 " ,
42
42
"@yoast/style-guide" : " ^0.13.0" ,
43
43
"lodash" : " ^4.17.11" ,
44
44
"prop-types" : " ^15.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yoast-components" ,
3
- "version" : " 5.24.0-rc.0 " ,
3
+ "version" : " 5.24.0-rc.1 " ,
4
4
"description" : " Yoast Generic Components" ,
5
5
"homepage" : " https://github.com/Yoast/" ,
6
6
"repository" : {
63
63
"@yoast/components" : " ^2.19.0-rc.0" ,
64
64
"@yoast/configuration-wizard" : " ^2.22.0-rc.0" ,
65
65
"@yoast/helpers" : " ^0.16.0" ,
66
- "@yoast/replacement-variable-editor" : " ^1.17.0-rc.0 " ,
67
- "@yoast/search-metadata-previews" : " ^2.24.0-rc.0 " ,
66
+ "@yoast/replacement-variable-editor" : " ^1.17.0-rc.1 " ,
67
+ "@yoast/search-metadata-previews" : " ^2.24.0-rc.1 " ,
68
68
"@yoast/style-guide" : " ^0.13.0" ,
69
69
"clipboard" : " ^1.5.15" ,
70
70
"interpolate-components" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments