Skip to content

Commit a2ce1c7

Browse files
committed
chore: fix renaming
1 parent 8cf1dc1 commit a2ce1c7

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"start": "node --watch server.js"
88
},
99
"dependencies": {
10-
"@startupjs/cssx": "^0.1.0",
10+
"cssxjs": "^0.1.0",
1111
"esbuild": "^0.21.4",
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1"

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*",
66
"example"
77
]
8-
}
8+
}

packages/cssx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssxjs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CSS-in-JS with actual CSS syntax",
55
"type": "module",
66
"main": "index.js",

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -2546,22 +2546,6 @@ __metadata:
25462546
languageName: node
25472547
linkType: hard
25482548

2549-
"@startupjs/cssx@npm:^0.1.0, @startupjs/cssx@workspace:packages/cssx":
2550-
version: 0.0.0-use.local
2551-
resolution: "@startupjs/cssx@workspace:packages/cssx"
2552-
dependencies:
2553-
"@jest/globals": "npm:^29.7.0"
2554-
"@nx-js/observer-util": "npm:^4.1.3"
2555-
"@testing-library/react": "npm:^15.0.7"
2556-
jest: "npm:^29.7.0"
2557-
jest-environment-jsdom: "npm:^29.7.0"
2558-
react: "npm:^18.3.1"
2559-
react-dom: "npm:^18.3.1"
2560-
peerDependencies:
2561-
react: "*"
2562-
languageName: unknown
2563-
linkType: soft
2564-
25652549
"@startupjs/eslint-plugin-react-pug@npm:^0.8.3-3":
25662550
version: 0.8.3-3
25672551
resolution: "@startupjs/eslint-plugin-react-pug@npm:0.8.3-3"
@@ -4917,6 +4901,22 @@ __metadata:
49174901
languageName: node
49184902
linkType: hard
49194903

4904+
"cssxjs@npm:^0.1.0, cssxjs@workspace:packages/cssx":
4905+
version: 0.0.0-use.local
4906+
resolution: "cssxjs@workspace:packages/cssx"
4907+
dependencies:
4908+
"@jest/globals": "npm:^29.7.0"
4909+
"@nx-js/observer-util": "npm:^4.1.3"
4910+
"@testing-library/react": "npm:^15.0.7"
4911+
jest: "npm:^29.7.0"
4912+
jest-environment-jsdom: "npm:^29.7.0"
4913+
react: "npm:^18.3.1"
4914+
react-dom: "npm:^18.3.1"
4915+
peerDependencies:
4916+
react: "*"
4917+
languageName: unknown
4918+
linkType: soft
4919+
49204920
"dargs@npm:^7.0.0":
49214921
version: 7.0.0
49224922
resolution: "dargs@npm:7.0.0"
@@ -6216,7 +6216,7 @@ __metadata:
62166216
version: 0.0.0-use.local
62176217
resolution: "example@workspace:example"
62186218
dependencies:
6219-
"@startupjs/cssx": "npm:^0.1.0"
6219+
cssxjs: "npm:^0.1.0"
62206220
esbuild: "npm:^0.21.4"
62216221
react: "npm:^18.3.1"
62226222
react-dom: "npm:^18.3.1"

0 commit comments

Comments
 (0)