Skip to content

Commit

Permalink
chore: fix renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
cray0000 committed Oct 27, 2024
1 parent 8cf1dc1 commit a2ce1c7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "example",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"start": "node --watch server.js"
},
"dependencies": {
"@startupjs/cssx": "^0.1.0",
"cssxjs": "^0.1.0",
"esbuild": "^0.21.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "0.1.0",
"version": "0.1.1",
"npmClient": "yarn",
"packages": [
"packages/*",
"example"
]
}
}
2 changes: 1 addition & 1 deletion packages/cssx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssxjs",
"version": "0.1.0",
"version": "0.1.1",
"description": "CSS-in-JS with actual CSS syntax",
"type": "module",
"main": "index.js",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2546,22 +2546,6 @@ __metadata:
languageName: node
linkType: hard

"@startupjs/cssx@npm:^0.1.0, @startupjs/cssx@workspace:packages/cssx":
version: 0.0.0-use.local
resolution: "@startupjs/cssx@workspace:packages/cssx"
dependencies:
"@jest/globals": "npm:^29.7.0"
"@nx-js/observer-util": "npm:^4.1.3"
"@testing-library/react": "npm:^15.0.7"
jest: "npm:^29.7.0"
jest-environment-jsdom: "npm:^29.7.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
peerDependencies:
react: "*"
languageName: unknown
linkType: soft

"@startupjs/eslint-plugin-react-pug@npm:^0.8.3-3":
version: 0.8.3-3
resolution: "@startupjs/eslint-plugin-react-pug@npm:0.8.3-3"
Expand Down Expand Up @@ -4917,6 +4901,22 @@ __metadata:
languageName: node
linkType: hard

"cssxjs@npm:^0.1.0, cssxjs@workspace:packages/cssx":
version: 0.0.0-use.local
resolution: "cssxjs@workspace:packages/cssx"
dependencies:
"@jest/globals": "npm:^29.7.0"
"@nx-js/observer-util": "npm:^4.1.3"
"@testing-library/react": "npm:^15.0.7"
jest: "npm:^29.7.0"
jest-environment-jsdom: "npm:^29.7.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
peerDependencies:
react: "*"
languageName: unknown
linkType: soft

"dargs@npm:^7.0.0":
version: 7.0.0
resolution: "dargs@npm:7.0.0"
Expand Down Expand Up @@ -6216,7 +6216,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "example@workspace:example"
dependencies:
"@startupjs/cssx": "npm:^0.1.0"
cssxjs: "npm:^0.1.0"
esbuild: "npm:^0.21.4"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down

0 comments on commit a2ce1c7

Please sign in to comment.