Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Oct 20, 2024
1 parent 0d517c8 commit 3d18659
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 185 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@
"@icebreakers/eslint-config": "^0.6.1",
"@icebreakers/monorepo": "^0.6.10",
"@icebreakers/stylelint-config": "^0.1.2",
"@pnpm/workspace.find-packages": "^4.0.11",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
"@types/fs-extra": "^11.0.4",
"@types/get-value": "^3.0.5",
"@types/git-url-parse": "^9.0.3",
"@types/klaw": "^3.0.6",
"@types/lint-staged": "^13.3.0",
"@types/lodash": "^4.17.12",
Expand All @@ -57,7 +55,6 @@
"@types/serialize-javascript": "^5.0.4",
"@types/set-value": "^4.0.3",
"@vitest/coverage-v8": "~2.1.3",
"bumpp": "^9.7.1",
"ci-info": "^4.0.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
Expand All @@ -70,7 +67,6 @@
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"get-value": "^3.0.1",
"git-url-parse": "^15.0.0",
"husky": "^9.1.6",
"klaw": "^4.1.0",
"klaw-sync": "^6.0.0",
Expand All @@ -90,7 +86,6 @@
"sass-true": "^8.1.0",
"serialize-javascript": "^6.0.2",
"set-value": "^4.1.0",
"simple-git": "^3.27.0",
"svg64": "^2.0.0",
"tailwind-config-viewer": "^2.0.4",
"tailwindcss": "3.4.14",
Expand All @@ -103,7 +98,6 @@
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "~2.1.3",
"yaml": "^2.6.0"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@
"./*": "./*"
},
"main": "./dist/index.cjs",
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/config"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand All @@ -57,6 +50,13 @@
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/config"
},
"dependencies": {
"@icestack/preset-default": "workspace:^",
"@icestack/shared": "workspace:^",
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
"./*": "./*"
},
"main": "./dist/index.cjs",
"scripts": {
"dev": "unbuild --sourcemap",
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/core"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand All @@ -53,6 +45,14 @@
"files": [
"dist"
],
"scripts": {
"dev": "unbuild --sourcemap",
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/core"
},
"dependencies": {
"@icestack/config": "workspace:^",
"@icestack/generator": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions packages/cva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
"./*": "./*"
},
"main": "./dist/index.cjs",
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/cva"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand All @@ -54,6 +47,13 @@
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/cva"
},
"dependencies": {
"class-variance-authority": "^0.7.0"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@
"./*": "./*"
},
"main": "./dist/index.cjs",
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/generator"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand All @@ -51,6 +44,13 @@
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/generator"
},
"dependencies": {
"@babel/generator": "^7.25.7",
"@babel/types": "^7.25.8",
Expand Down
14 changes: 7 additions & 7 deletions packages/icestack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
"./*": "./*"
},
"main": "./dist/index.cjs",
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync icestack"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand All @@ -52,5 +45,12 @@
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync icestack"
},
"dependencies": {}
}
10 changes: 5 additions & 5 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/logger"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@types/cli-progress": "^3.11.6",
"cli-progress": "^3.12.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
"./*": "./*"
},
"main": "./dist/index.cjs",
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/postcss"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand All @@ -54,6 +47,13 @@
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/postcss"
},
"dependencies": {
"@icestack/config": "workspace:^",
"@icestack/core": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions packages/preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@
"./*": "./*"
},
"main": "./dist/index.cjs",
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/preset-default"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand All @@ -74,6 +67,13 @@
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/preset-default"
},
"dependencies": {
"@icestack/shared": "workspace:^",
"@icestack/theme-algorithm": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions packages/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/scss"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@icestack/shared": "workspace:^",
"immutable": "^4.3.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/tailwindcss"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@icestack/logger": "workspace:^",
"@icestack/postcss": "workspace:^",
Expand Down
1 change: 0 additions & 1 deletion packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ export type DeepPartial<T> = {
[P in keyof T]?: T[P] extends object ? DeepPartial<T[P]> : Partial<T[P]>
}

// eslint-disable-next-line @typescript-eslint/ban-types
// export type DeepPartial<T> = T extends Function ? T : T extends Record<string, any> ? { [P in keyof T]?: DeepPartial<T[P]> } : T

export type DeepRequired<T> = Required<{
Expand Down
14 changes: 7 additions & 7 deletions packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/unplugin"
},
"typesVersions": {
"*": {
"*": [
Expand All @@ -82,6 +75,13 @@
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"test": "vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"sync": "cnpm sync @icestack/unplugin"
},
"dependencies": {
"unplugin": "^1.14.1"
}
Expand Down
Loading

0 comments on commit 3d18659

Please sign in to comment.