Skip to content

Commit 67d7ac4

Browse files
committed
chore(deps): fix package version ranges
1 parent 2f8d51a commit 67d7ac4

4 files changed

Lines changed: 75 additions & 49 deletions

File tree

core/package-lock.json

Lines changed: 60 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"loader/"
3535
],
3636
"dependencies": {
37-
"@stencil/core": "4.43.0",
37+
"@stencil/core": "~4.43.3-dev.1774589685.074c620",
3838
"ionicons": "^8.0.13",
3939
"tslib": "^2.1.0"
4040
},
@@ -50,7 +50,7 @@
5050
"@rollup/plugin-node-resolve": "^8.4.0",
5151
"@rollup/plugin-virtual": "^2.0.3",
5252
"@stencil/angular-output-target": "^0.10.0",
53-
"@stencil/react-output-target": "~1.4.2",
53+
"@stencil/react-output-target": "1.4.2",
5454
"@stencil/sass": "^3.0.9",
5555
"@stencil/vue-output-target": "0.10.8",
5656
"@types/jest": "^29.5.6",

packages/react/package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"@ionic/core": "^8.8.0",
44-
"@stencil/react-output-target": "~1.4.2",
44+
"@stencil/react-output-target": "1.4.2",
4545
"ionicons": "^8.0.13",
4646
"tslib": "*"
4747
},
@@ -54,11 +54,11 @@
5454
"@ionic/prettier-config": "^2.0.0",
5555
"@rollup/plugin-typescript": "^11.1.5",
5656
"@testing-library/jest-dom": "^5.11.6",
57-
"@testing-library/react": "~13.4.0",
57+
"@testing-library/react": "^13.4.0",
5858
"@types/jest": "^26.0.15",
5959
"@types/node": "^14.0.14",
60-
"@types/react": "~18.3.28",
61-
"@types/react-dom": "~18.3.7",
60+
"@types/react": "^18.3.28",
61+
"@types/react-dom": "^18.3.7",
6262
"@typescript-eslint/eslint-plugin": "^5.48.2",
6363
"@typescript-eslint/parser": "^5.48.2",
6464
"eslint": "^7.32.0",
@@ -67,8 +67,8 @@
6767
"jest-environment-jsdom": "^29.7.0",
6868
"np": "^6.4.0",
6969
"prettier": "^2.8.3",
70-
"react": "~18.3.1",
71-
"react-dom": "~18.3.1",
70+
"react": "^18.3.1",
71+
"react-dom": "^18.3.1",
7272
"rimraf": "^3.0.2",
7373
"rollup": "^4.2.0",
7474
"ts-jest": "^29.1.3",

0 commit comments

Comments
 (0)