Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jul 21, 2024
1 parent b628665 commit 7d2bcb8
Show file tree
Hide file tree
Showing 4 changed files with 645 additions and 717 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^1.6.0",
"@types/node": "^20.14.11",
"@vitest/coverage-v8": "^2.0.3",
"autoprefixer": "^10.4.19",
"colorwind": "workspace:*",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-nested": "^6.0.1",
"tailwindcss": "^3.4.4",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
"vitest": "^2.0.3"
}
}
11 changes: 7 additions & 4 deletions packages/colorwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"module": "./js/index.js",
"main": "./js/index.js",
"types": "./ts/",
"files": ["js/**/*", "ts/**/*"],
"files": [
"js/**/*",
"ts/**/*"
],
"exports": {
".": {
"default": "./js/index.js",
Expand Down Expand Up @@ -69,10 +72,10 @@
"denoify": "denoify --out jsr"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"denoify": "^1.6.13",
"rimraf": "^5.0.8",
"tailwindcss": "^3.4.4",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 7d2bcb8

Please sign in to comment.