Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/tender-aliens-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@wso2/esbuild-plugin-inline-css-fonts': patch
'@wso2/eslint-plugin-oxygen-ui': patch
'@wso2/oxygen-ui': patch
'@wso2/oxygen-ui-icons-react': patch
---

Change all the dependencies to october releases
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
},
"homepage": "https://github.com/wso2/oxygen-ui#readme",
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"nx": "^22.0.2"
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.29.7",
"nx": "22.0.2"
},
"engines": {
"node": ">=24.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/esbuild-plugin-inline-css-fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"esbuild": "^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"esbuild": "^0.25.12",
"typescript": "^5.7.3"
"@types/node": "catalog:",
"esbuild": "catalog:",
"typescript": "catalog:"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-oxygen-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/eslint": "catalog:",
"@types/estree": "^1.0.6",
"@types/estree": "1.0.6",
"esbuild": "catalog:",
"rimraf": "catalog:",
"typescript": "catalog:"
Expand Down
22 changes: 11 additions & 11 deletions packages/oxygen-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"@wso2/oxygen-ui-icons-react": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@mdx-js/react": "^3.1.1",
"@storybook/addon-docs": "^10.0.2",
"@storybook/addon-links": "^10.0.2",
"@storybook/react": "^10.0.2",
"@storybook/react-webpack5": "^10.0.7",
"@babel/core": "7.28.5",
"@babel/preset-env": "7.28.5",
"@babel/preset-react": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@mdx-js/react": "3.1.1",
"@storybook/addon-docs": "10.0.2",
"@storybook/addon-links": "10.0.2",
"@storybook/react": "10.0.2",
"@storybook/react-webpack5": "10.0.2",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"babel-loader": "^10.0.0",
"babel-loader": "10.0.0",
"react": "catalog:",
"react-dom": "catalog:",
"storybook": "^10.0.5"
"storybook": "10.0.2"
},
"publishConfig": {
"access": "restricted"
Expand Down
6 changes: 3 additions & 3 deletions packages/oxygen-ui-icons-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"build:watch": "node esbuild.config.js --watch",
"dev": "node esbuild.config.js --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"generate:icons": "node scripts/build-icons.js",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
Expand Down Expand Up @@ -76,7 +76,7 @@
"eslint": "catalog:",
"eslint-plugin-react": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"fast-xml-parser": "^5.3.1",
"fast-xml-parser": "5.3.0",
"glob": "catalog:",
"prettier": "catalog:",
"rimraf": "catalog:",
Expand Down
8 changes: 4 additions & 4 deletions packages/oxygen-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"build:watch": "node esbuild.config.js --watch",
"dev": "node esbuild.config.js --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "vitest run --passWithNoTests",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"homepage": "https://github.com/wso2/oxygen-ui#readme",
"dependencies": {
"@fontsource-variable/inter": "^5.2.8"
"@fontsource-variable/inter": "5.2.8"
},
"peerDependencies": {
"@emotion/react": "catalog:",
Expand All @@ -72,7 +72,7 @@
"@mui/x-date-pickers": "catalog:",
"@mui/x-tree-view": "catalog:",
"@wso2/oxygen-ui-icons-react": "workspace:*",
"date-fns": "^4.1.0",
"date-fns": "4.1.0",
"react": "catalog:",
"react-dom": "catalog:"
},
Expand Down
Loading
Loading