Skip to content

Commit

Permalink
feat: sync package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 7, 2024
1 parent d27a5e5 commit bd5a617
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 38 deletions.
6 changes: 6 additions & 0 deletions .syncpackrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semverRange": "*",
"source": [
"packages/*/package.json"
]
}
1 change: 0 additions & 1 deletion apps/react-native-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"react-native-web": "^0.19.10"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@expo/webpack-config": "^19.0.0",
"@types/react": "^18.2.46",
"@types/react-native": "^0.73.0",
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
"changeset": "changeset",
"version": "changeset version",
"release": "yarn build:pkgs && changeset publish"
"release": "yarn build:pkgs && changeset publish",
"sync": "syncpack fix-mismatches"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"prettier": "^3.1.1",
"prettier": "^3.3.3",
"turbo": "^2.1.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"version": "0.0.132"
"version": "0.0.132",
"dependencies": {
"syncpack": "^13.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@monicon/core": "*"
"@monicon/core": "0.0.132"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"@iconify/types": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"vite": "^5.4.7",
"@monicon/core": "*"
"vite": "^5.4.8",
"@monicon/core": "0.0.132"
}
}
4 changes: 2 additions & 2 deletions packages/icon-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/core": "*",
"@monicon/typescript-config": "0.0.132",
"@monicon/core": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/metro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"metro-config": "^0.80.12"
},
"dependencies": {
"@monicon/core": "*"
"@monicon/core": "0.0.132"
}
}
6 changes: 3 additions & 3 deletions packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"@types/react": "^18.2.46",
"@types/react-native": "^0.73.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "*",
"@monicon/icon-loader": "*",
"@monicon/core": "0.0.132",
"@monicon/icon-loader": "0.0.132",
"html-react-parser": "^5.1.16"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@monicon/core": "*"
"@monicon/core": "0.0.132"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"@types/react": "^18.2.46",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "*",
"@monicon/icon-loader": "*"
"@monicon/core": "0.0.132",
"@monicon/icon-loader": "0.0.132"
},
"peerDependencies": {
"react": ">=18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/vite": "*"
"@monicon/vite": "0.0.132"
}
}
6 changes: 3 additions & 3 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "*",
"@monicon/webpack": "*",
"@monicon/core": "0.0.132",
"@monicon/webpack": "0.0.132",
"@rspack/core": "^1.0.8",
"radash": "^12.1.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.2.7"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
Expand All @@ -39,13 +39,13 @@
"publint": "^0.2.0",
"svelte": "^4.2.7",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.11",
"@monicon/vite": "*"
"typescript": "^5.3.3",
"vite": "^5.4.8",
"@monicon/vite": "0.0.132"
},
"dependencies": {
"svgson": "^5.3.1",
"@monicon/icon-loader": "*"
"@monicon/icon-loader": "0.0.132"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"vite": "^5.4.8",
"@monicon/core": "*"
"@monicon/core": "0.0.132"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"@vitejs/plugin-vue": "^5.1.4",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.3.3",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3"
},
"dependencies": {
"@monicon/icon-loader": "*"
"@monicon/icon-loader": "0.0.132"
},
"peerDependencies": {
"vue": "^2.6.14 || ^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
"@monicon/typescript-config": "0.0.132",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"radash": "^12.1.0",
"@monicon/core": "*"
"@monicon/core": "0.0.132"
}
}

0 comments on commit bd5a617

Please sign in to comment.