Skip to content

Commit

Permalink
Merge pull request #37 from xionhub/feature-ds
Browse files Browse the repository at this point in the history
eslint, prettier, typescript version patch and release
  • Loading branch information
XionWCFM authored Apr 3, 2024
2 parents d6e3ae2 + fd50ce7 commit 662cf67
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 14 deletions.
2 changes: 1 addition & 1 deletion configs/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xionhub/esbuild",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"license": "MIT",
"version": "0.1.2",
"main": "build.js",
Expand Down
9 changes: 9 additions & 0 deletions configs/eslint/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const base = require('./eslintrc.base');
const react = require('./eslintrc.react');
const monorepo = require('./eslintrc.monorepo');

module.exports = {
base,
react,
monorepo,
};
11 changes: 9 additions & 2 deletions configs/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"name": "@xionhub/eslint",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"license": "MIT",
"version": "0.0.2",
"version": "0.0.4",
"main": "./index.js",
"exports": {
"./base": "./eslintrc.base.json",
"./monorepo": "./eslintrc.monorepo.js",
"./react": "./eslintrc.react.js"
},
"files": [
"./index.js",
"./eslintrc.base.js",
"./eslintrc.monorepo.js",
"./eslintrc.react.js"
],
"devDependencies": {
"@types/eslint": "^8",
"@typescript-eslint/eslint-plugin": "^7.3.1",
Expand Down
8 changes: 7 additions & 1 deletion configs/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
"exports": {
"./fsd": "./prettierrc.fsd.json",
"./base": "./prettierrc.base.json",
"./fsd.js": "./prettierrc.fsd.js"
"./fsdjs": "./prettierrc.fsd.js"
},
"files": [
"./prettierrc.base.json",
"./prettierrc.fsd.js",
"./prettierrc.fsd.json",
"./package.json"
],
"publishConfig": {
"access": "public"
}
Expand Down
2 changes: 1 addition & 1 deletion configs/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xionhub/rollup",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"license": "MIT",
"version": "0.1.3",
"main": "rollup.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion configs/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xionhub/typescript",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"license": "MIT",
"version": "0.0.4",
"main": "./tsconfig.base.json",
Expand Down
1 change: 1 addition & 0 deletions configs/typescript/tsconfig.fsd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~app/*": ["./src/app/*"],
"~page/*": ["./src/page/*"],
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xionhub/assert",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"version": "0.1.2",
"main": "dist/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xionhub/xds",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"main": "dist/index.js",
"license": "MIT",
"version": "0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/funnel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"@xionhub/esbuild": "workspace:^",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"@xionhub/esbuild": "workspace:^",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}
2 changes: 1 addition & 1 deletion packages/token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"@xionhub/esbuild": "workspace:^",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xionhub/util",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"version": "0.2.0",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion plugins/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"peerDependencies": {
"tailwindcss": ">=3.0.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}

0 comments on commit 662cf67

Please sign in to comment.