Skip to content

Commit 0e29cf3

Browse files
authored
Merge pull request #137 from brionmario/bump-dependencies
chore: update `axios` & `esbuild` versions
2 parents 136603f + 793b994 commit 0e29cf3

File tree

8 files changed

+194
-161
lines changed

8 files changed

+194
-161
lines changed

packages/browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@vitest/browser": "^3.1.3",
4747
"@wso2/eslint-plugin": "catalog:",
4848
"@wso2/prettier-config": "catalog:",
49-
"esbuild": "^0.25.4",
49+
"esbuild": "^0.25.9",
5050
"esbuild-plugins-node-modules-polyfill": "^1.7.0",
5151
"eslint": "8.57.0",
5252
"playwright": "^1.52.0",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@asgardeo/javascript": "workspace:^",
60-
"axios": "^0.26.0",
60+
"axios": "^0.30.0",
6161
"base64url": "^3.0.1",
6262
"buffer": "^6.0.3",
6363
"core-js": "^3.42.0",
@@ -73,4 +73,4 @@
7373
"publishConfig": {
7474
"access": "public"
7575
}
76-
}
76+
}

packages/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/node": "^22.15.3",
4545
"@wso2/eslint-plugin": "catalog:",
4646
"@wso2/prettier-config": "catalog:",
47-
"esbuild": "^0.25.4",
47+
"esbuild": "^0.25.9",
4848
"eslint": "8.57.0",
4949
"express": "^5.1.0",
5050
"prettier": "^2.6.2",
@@ -62,4 +62,4 @@
6262
"publishConfig": {
6363
"access": "public"
6464
}
65-
}
65+
}

packages/javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/node": "^22.15.3",
4646
"@wso2/eslint-plugin": "catalog:",
4747
"@wso2/prettier-config": "catalog:",
48-
"esbuild": "^0.25.4",
48+
"esbuild": "^0.25.9",
4949
"eslint": "8.57.0",
5050
"prettier": "^2.6.2",
5151
"rimraf": "^6.0.1",
@@ -58,4 +58,4 @@
5858
"publishConfig": {
5959
"access": "public"
6060
}
61-
}
61+
}

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "^22.15.3",
6060
"@wso2/eslint-plugin": "catalog:",
6161
"@wso2/prettier-config": "catalog:",
62-
"esbuild": "^0.25.4",
62+
"esbuild": "^0.25.9",
6363
"esbuild-plugin-preserve-directives": "^0.0.11",
6464
"eslint": "8.57.0",
6565
"next": "^15.3.2",
@@ -76,4 +76,4 @@
7676
"publishConfig": {
7777
"access": "public"
7878
}
79-
}
79+
}

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/node": "^22.15.3",
4545
"@wso2/eslint-plugin": "catalog:",
4646
"@wso2/prettier-config": "catalog:",
47-
"esbuild": "^0.25.4",
47+
"esbuild": "^0.25.9",
4848
"eslint": "8.57.0",
4949
"prettier": "^2.6.2",
5050
"rimraf": "^6.0.1",
@@ -65,4 +65,4 @@
6565
"publishConfig": {
6666
"access": "public"
6767
}
68-
}
68+
}

packages/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@wso2/eslint-plugin": "catalog:",
4949
"@wso2/prettier-config": "catalog:",
5050
"esbuild-plugin-preserve-directives": "^0.0.11",
51-
"esbuild": "^0.25.4",
51+
"esbuild": "^0.25.9",
5252
"eslint": "8.57.0",
5353
"prettier": "^2.6.2",
5454
"react": "^19.1.0",
@@ -68,4 +68,4 @@
6868
"publishConfig": {
6969
"access": "public"
7070
}
71-
}
71+
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
"@emotion/css": "^11.13.5",
6767
"@floating-ui/react": "^0.27.12",
6868
"@types/react-dom": "^19.1.5",
69-
"esbuild": "^0.25.4",
69+
"esbuild": "^0.25.9",
7070
"react-dom": "^19.1.0",
7171
"tslib": "^2.8.1"
7272
},
7373
"publishConfig": {
7474
"access": "public"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)