Skip to content

Commit f758306

Browse files
committed
chore: update @ice/jsx-runtime to ^0.3.0
1 parent 2866d88 commit f758306

File tree

15 files changed

+25
-13
lines changed

15 files changed

+25
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Use Node.js 16.x
10+
- name: Use Node.js 18.x
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: 16.x
13+
node-version: 18
1414
registry-url: https://registry.npmjs.org
1515
- name: Set branch name
1616
run: echo >>$GITHUB_ENV BRANCH_NAME=${GITHUB_REF#refs/heads/}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@commitlint/cli": "^11.0.0",
1515
"@iceworks/spec": "^1.0.0",
1616
"@types/node": "^14.14.6",
17-
"axios": "^0.19.2",
17+
"axios": "^0.28.0",
1818
"eslint": "^8.40.0",
1919
"fs-extra": "^10.0.0",
2020
"husky": "^4.3.0",

packages/template-pkg-monorepo-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.3
4+
5+
- [chore] upgrade `@ice/jsx-runtime` version to `^0.3.0`
6+
37
## 1.1.2
48

59
- [chore] import `esm` instead of `src` code

packages/template-pkg-monorepo-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/template-pkg-monorepo-react",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"files": [
55
"template",
66
"!template/component/build",

packages/template-pkg-monorepo-react/template/component/packages/Header/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1"
4646
},
4747
"devDependencies": {

packages/template-pkg-monorepo-react/template/component/packages/component-a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1",
4646
"header": "workspace:^"
4747
},

packages/template-pkg-monorepo-react/template/component/packages/component-a/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1",
4646
"header": "workspace:^"
4747
},

packages/template-pkg-monorepo-react/template/component/packages/component-b/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1",
4646
"header": "workspace:^"
4747
},

packages/template-pkg-monorepo-react/template/component/packages/component-b/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"component"
4242
],
4343
"dependencies": {
44-
"@ice/jsx-runtime": "^0.2.0",
44+
"@ice/jsx-runtime": "^0.3.0",
4545
"@swc/helpers": "^0.5.1",
4646
"header": "workspace:^"
4747
},

packages/template-pkg-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.3
4+
5+
- [chore] upgrade `@ice/jsx-runtime` version to `^0.3.0`
6+
37
## 1.3.2
48

59
- [chore] import `esm` instead of `src` code

0 commit comments

Comments
 (0)