Skip to content

Commit

Permalink
chore(deps): update packages (#44)
Browse files Browse the repository at this point in the history
* chore(deps): update packages

* chore(deps): fix mismatches of deps version
  • Loading branch information
tkamenoko authored Sep 24, 2024
1 parent 492c20a commit e244426
Show file tree
Hide file tree
Showing 10 changed files with 356 additions and 702 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "explicit"
},
"conventionalCommits.scopes": ["git-cliff", "github actions"]
"conventionalCommits.scopes": ["git-cliff", "github actions", "deps"]
}
6 changes: 3 additions & 3 deletions examples/ladle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@casablanca-css/core": "*",
"@casablanca-css/styled": "^0.1.0",
"@casablanca-css/core": "0.1.0",
"@casablanca-css/styled": "0.1.0",
"@ladle/react": "^4.0.2",
"@styled/typescript-styled-plugin": "^1.0.1",
"@types/react": "^18.2.55",
Expand All @@ -16,7 +16,7 @@
"postcss-nested": "^6.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "5.0.1"
},
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions examples/rakkas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@casablanca-css/core": "*",
"@casablanca-css/styled": "^0.1.0",
"@casablanca-css/core": "0.1.0",
"@casablanca-css/styled": "0.1.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
Expand All @@ -16,8 +16,8 @@
"rakkasjs": "0.7.0-next.43",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2"
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1"
},
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@casablanca-css/core": "*",
"@casablanca-css/styled": "^0.1.0",
"@casablanca-css/core": "0.1.0",
"@casablanca-css/styled": "0.1.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"@vitejs/plugin-react": "^4.2.1",
"postcss-nested": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"open-props": "^1.7.4"
},
"devDependencies": {
"@casablanca-css/core": "*",
"@casablanca-css/core": "0.1.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"postcss-nested": "^6.0.1",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit e244426

Please sign in to comment.