File tree Expand file tree Collapse file tree 5 files changed +22
-14
lines changed Expand file tree Collapse file tree 5 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @open-iframe-resizer/core" ,
3
3
"private" : false ,
4
- "version" : " 1.4.2 " ,
4
+ "version" : " 1.4.3 " ,
5
5
"description" : " Open-source modern iframe resizer" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @open-iframe-resizer/react" ,
3
3
"private" : false ,
4
- "version" : " 1.4.2 " ,
4
+ "version" : " 1.4.3 " ,
5
5
"description" : " Open-source modern iframe resizer component" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
44
44
"serve" : " concurrently \" vite --port 5552\" \" vite --port 5553\" " ,
45
45
"test" : " npx playwright install --with-deps && npx playwright test"
46
46
},
47
+ "dependencies" : {
48
+ "@open-iframe-resizer/core" : " 1.4.3"
49
+ },
47
50
"devDependencies" : {
48
- "@open-iframe-resizer/core" : " 1.4.2" ,
49
51
"@testing-library/react" : " ^16.1.0" ,
50
52
"@types/react" : " ^19.0.1" ,
51
53
"@types/react-dom" : " ^19.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @open-iframe-resizer/vue" ,
3
3
"private" : false ,
4
- "version" : " 1.4.2 " ,
4
+ "version" : " 1.4.3 " ,
5
5
"description" : " Open-source modern iframe resizer component" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
42
42
"serve" : " concurrently \" vite --port 5552\" \" vite --port 5553\" " ,
43
43
"test" : " npx playwright install --with-deps && npx playwright test"
44
44
},
45
+ "dependencies" : {
46
+ "@open-iframe-resizer/core" : " 1.4.3"
47
+ },
45
48
"devDependencies" : {
46
- "@open-iframe-resizer/core" : " 1.4.2" ,
47
49
"@vitejs/plugin-vue" : " ^5.2.3" ,
48
50
"@vue/tsconfig" : " ^0.7.0" ,
49
51
"vue" : " ^3.5.13" ,
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ echo "Updating core package version to $NEW_VERSION..."
18
18
19
19
echo " Updating react package and its dependency version to $NEW_VERSION ..."
20
20
(
21
- npm --workspace=packages/react pkg set " devDependencies .@open-iframe-resizer/core=$NEW_VERSION "
21
+ npm --workspace=packages/react pkg set " dependencies .@open-iframe-resizer/core=$NEW_VERSION "
22
22
cd " $REACT_PACKAGE_DIR " || exit
23
23
npm version " $NEW_VERSION " --no-git-tag-version
24
24
)
25
25
26
26
echo " Updating vue package and its dependency version to $NEW_VERSION ..."
27
27
(
28
- npm --workspace=packages/vue pkg set " devDependencies .@open-iframe-resizer/core=$NEW_VERSION "
28
+ npm --workspace=packages/vue pkg set " dependencies .@open-iframe-resizer/core=$NEW_VERSION "
29
29
cd " $VUE_PACKAGE_DIR " || exit
30
30
npm version " $NEW_VERSION " --no-git-tag-version
31
31
)
You can’t perform that action at this time.
0 commit comments