Skip to content

Commit 3ccdfa0

Browse files
authored
Merge pull request #523 from dev-five-git/changepacks/main
Update Versions
2 parents 9fec203 + a72bf22 commit 3ccdfa0

File tree

13 files changed

+488
-518
lines changed

13 files changed

+488
-518
lines changed

.changepacks/changepack_log_12NXRn5ZQpHYxcD1MAsmg.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changepacks/changepack_log_F-ZmudGLGxayXj02N3gBK.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changepacks/changepack_log_PpYddWjTwrwPJmblUAlm_.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changepacks/changepack_log_lNrQcZE4kcFbBe9bN7beD.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

bindings/devup-ui-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react",
1818
"wasm"
1919
],
20-
"version": "1.0.52",
20+
"version": "1.0.53",
2121
"scripts": {
2222
"build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index && node script.js",
2323
"test": "wasm-pack test --node"

packages/components/package.json

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
1-
{
2-
"name": "@devup-ui/components",
3-
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4-
"repository": "https://github.com/dev-five-git/devup-ui",
5-
"author": "devfive",
6-
"license": "Apache-2.0",
7-
"homepage": "https://devup-ui.com",
8-
"bugs": {
9-
"url": "https://github.com/dev-five-git/devup-ui/issues",
10-
"email": "[email protected]"
11-
},
12-
"keywords": [
13-
"css",
14-
"css-in-js",
15-
"css-in-js-preprocessor",
16-
"css-in-js-framework",
17-
"react"
18-
],
19-
"version": "0.1.37",
20-
"type": "module",
21-
"scripts": {
22-
"lint": "eslint",
23-
"build": "tsc && vite build",
24-
"storybook": "storybook dev -p 6006",
25-
"build-storybook": "storybook build",
26-
"package": "pnpm pack --pack-destination \"../../dist\""
27-
},
28-
"publishConfig": {
29-
"access": "public"
30-
},
31-
"sideEffects": false,
32-
"main": "./dist/index.cjs",
33-
"module": "./dist/index.js",
34-
"exports": {
35-
".": {
36-
"import": "./dist/index.js",
37-
"require": "./dist/index.cjs"
38-
}
39-
},
40-
"files": [
41-
"dist"
42-
],
43-
"types": "./dist/index.d.ts",
44-
"dependencies": {
45-
"@devup-ui/react": "workspace:^",
46-
"csstype-extra": "latest",
47-
"react": "^19.2.3",
48-
"react-dom": "^19.2.3",
49-
"clsx": "^2.1"
50-
},
51-
"devDependencies": {
52-
"@devup-ui/vite-plugin": "workspace:^",
53-
"@storybook/addon-docs": "^10.1",
54-
"@storybook/addon-onboarding": "^10.1",
55-
"@storybook/react-vite": "^10.1",
56-
"@types/react": "^19.2",
57-
"eslint-plugin-storybook": "^10.1",
58-
"rollup-plugin-preserve-directives": "^0.4",
59-
"storybook": "^10.1",
60-
"typescript": "^5.9",
61-
"vite": "^7.3",
62-
"vite-plugin-dts": "^4.5",
63-
"vitest": "^4.0"
64-
},
65-
"peerDependencies": {
66-
"@devup-ui/react": "workspace:^",
67-
"csstype-extra": "*",
68-
"react": "*"
69-
}
70-
}
1+
{
2+
"name": "@devup-ui/components",
3+
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4+
"repository": "https://github.com/dev-five-git/devup-ui",
5+
"author": "devfive",
6+
"license": "Apache-2.0",
7+
"homepage": "https://devup-ui.com",
8+
"bugs": {
9+
"url": "https://github.com/dev-five-git/devup-ui/issues",
10+
"email": "[email protected]"
11+
},
12+
"keywords": [
13+
"css",
14+
"css-in-js",
15+
"css-in-js-preprocessor",
16+
"css-in-js-framework",
17+
"react"
18+
],
19+
"version": "0.1.38",
20+
"type": "module",
21+
"scripts": {
22+
"lint": "eslint",
23+
"build": "tsc && vite build",
24+
"storybook": "storybook dev -p 6006",
25+
"build-storybook": "storybook build",
26+
"package": "pnpm pack --pack-destination \"../../dist\""
27+
},
28+
"publishConfig": {
29+
"access": "public"
30+
},
31+
"sideEffects": false,
32+
"main": "./dist/index.cjs",
33+
"module": "./dist/index.js",
34+
"exports": {
35+
".": {
36+
"import": "./dist/index.js",
37+
"require": "./dist/index.cjs"
38+
}
39+
},
40+
"files": [
41+
"dist"
42+
],
43+
"types": "./dist/index.d.ts",
44+
"dependencies": {
45+
"@devup-ui/react": "workspace:^",
46+
"csstype-extra": "latest",
47+
"react": "^19.2.3",
48+
"react-dom": "^19.2.3",
49+
"clsx": "^2.1"
50+
},
51+
"devDependencies": {
52+
"@devup-ui/vite-plugin": "workspace:^",
53+
"@storybook/addon-docs": "^10.1",
54+
"@storybook/addon-onboarding": "^10.1",
55+
"@storybook/react-vite": "^10.1",
56+
"@types/react": "^19.2",
57+
"eslint-plugin-storybook": "^10.1",
58+
"rollup-plugin-preserve-directives": "^0.4",
59+
"storybook": "^10.1",
60+
"typescript": "^5.9",
61+
"vite": "^7.3",
62+
"vite-plugin-dts": "^4.5",
63+
"vitest": "^4.0"
64+
},
65+
"peerDependencies": {
66+
"@devup-ui/react": "workspace:^",
67+
"csstype-extra": "*",
68+
"react": "*"
69+
}
70+
}
Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
{
2-
"name": "@devup-ui/eslint-plugin",
3-
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4-
"repository": "https://github.com/dev-five-git/devup-ui",
5-
"author": "devfive",
6-
"license": "Apache-2.0",
7-
"homepage": "https://devup-ui.com",
8-
"bugs": {
9-
"url": "https://github.com/dev-five-git/devup-ui/issues",
10-
"email": "[email protected]"
11-
},
12-
"keywords": [
13-
"css",
14-
"css-in-js",
15-
"css-in-js-preprocessor",
16-
"css-in-js-framework",
17-
"react",
18-
"eslint"
19-
],
20-
"version": "1.0.5",
21-
"main": "dist/index.cjs",
22-
"type": "module",
23-
"scripts": {
24-
"test": "vitest run --coverage",
25-
"test:s": "vitest run -u",
26-
"lint": "eslint",
27-
"build": "tsc && vite build"
28-
},
29-
"publishConfig": {
30-
"access": "public"
31-
},
32-
"exports": {
33-
".": {
34-
"import": "./dist/index.js",
35-
"require": "./dist/index.cjs"
36-
}
37-
},
38-
"types": "./dist/index.d.ts",
39-
"files": [
40-
"dist"
41-
],
42-
"dependencies": {
43-
"typescript-eslint": "^8.50",
44-
"@typescript-eslint/utils": "^8.50"
45-
},
46-
"peerDependencies": {
47-
"typescript-eslint": "*",
48-
"@typescript-eslint/utils": "*"
49-
},
50-
"devDependencies": {
51-
"@typescript-eslint/rule-tester": "^8.50",
52-
"typescript": "^5.9",
53-
"vite": "^7.3",
54-
"vite-plugin-dts": "^4.5"
55-
}
56-
}
1+
{
2+
"name": "@devup-ui/eslint-plugin",
3+
"description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor",
4+
"repository": "https://github.com/dev-five-git/devup-ui",
5+
"author": "devfive",
6+
"license": "Apache-2.0",
7+
"homepage": "https://devup-ui.com",
8+
"bugs": {
9+
"url": "https://github.com/dev-five-git/devup-ui/issues",
10+
"email": "[email protected]"
11+
},
12+
"keywords": [
13+
"css",
14+
"css-in-js",
15+
"css-in-js-preprocessor",
16+
"css-in-js-framework",
17+
"react",
18+
"eslint"
19+
],
20+
"version": "1.0.6",
21+
"main": "dist/index.cjs",
22+
"type": "module",
23+
"scripts": {
24+
"test": "vitest run --coverage",
25+
"test:s": "vitest run -u",
26+
"lint": "eslint",
27+
"build": "tsc && vite build"
28+
},
29+
"publishConfig": {
30+
"access": "public"
31+
},
32+
"exports": {
33+
".": {
34+
"import": "./dist/index.js",
35+
"require": "./dist/index.cjs"
36+
}
37+
},
38+
"types": "./dist/index.d.ts",
39+
"files": [
40+
"dist"
41+
],
42+
"dependencies": {
43+
"typescript-eslint": "^8.50",
44+
"@typescript-eslint/utils": "^8.50"
45+
},
46+
"peerDependencies": {
47+
"typescript-eslint": "*",
48+
"@typescript-eslint/utils": "*"
49+
},
50+
"devDependencies": {
51+
"@typescript-eslint/rule-tester": "^8.50",
52+
"typescript": "^5.9",
53+
"vite": "^7.3",
54+
"vite-plugin-dts": "^4.5"
55+
}
56+
}

0 commit comments

Comments
 (0)