Skip to content

Commit

Permalink
Update @techor dependencies to version 3.1.6 across multiple packages
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 16, 2024
1 parent 140b110 commit 2b6f8e6
Show file tree
Hide file tree
Showing 13 changed files with 2,222 additions and 2,661 deletions.
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extract": "hyperfine 'cd extract/tailwindcss && npx tailwindcss -i src/main.css' 'cd extract/mastercss && npx mastercss extract --no-export'"
},
"dependencies": {
"@techor/log": "^3.1.5",
"@techor/log": "^3.1.6",
"axios": "^1.6.7",
"cheerio": "0.22.0",
"filesize": "^10.1.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@eslint/compat": "^1.2.3",
"@swc-node/jest": "^1.8.12",
"@techor/fs": "^3.1.5",
"@techor/glob": "^3.1.5",
"@techor/jest-dom": "^3.1.5",
"@techor/repo": "^3.1.5",
"@techor/fs": "^3.1.6",
"@techor/glob": "^3.1.6",
"@techor/jest-dom": "^3.1.6",
"@techor/repo": "^3.1.6",
"@types/node": "^22.10.2",
"@types/node-fetch": "^2.6.12",
"@types/shuffle-array": "^1.0.5",
Expand All @@ -41,7 +41,7 @@
"shuffle-array": "^1.0.1",
"spawnd": "^9.0.2",
"strip-ansi": "^7.1.0",
"techor": "^3.1.5",
"techor": "^3.1.6",
"tinybench": "^3.0.7",
"ts-dedent": "^2.2.0",
"ts-jest": "^29.2.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@master/css-explore-config": "workspace:^",
"@master/css-extractor": "workspace:^",
"@master/css-server": "workspace:^",
"@techor/extend": "^3.1.5",
"@techor/fs": "^3.1.5",
"@techor/glob": "^3.1.5",
"@techor/log": "^3.1.5",
"@techor/extend": "^3.1.6",
"@techor/fs": "^3.1.6",
"@techor/glob": "^3.1.6",
"@techor/log": "^3.1.6",
"bytes": "^3.1.2",
"chokidar": "^3.6.0",
"commander": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@master/colors": "^2.1.0",
"@master/normal.css": "^3.1.0",
"@techor/extend": "^3.1.5",
"@techor/extend": "^3.1.6",
"csstype": "^3.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@master/css": "2.0.0-rc.38",
"@techor/fs": "^3.1.5",
"@techor/log": "^3.1.5",
"@techor/fs": "^3.1.6",
"@techor/log": "^3.1.6",
"commander": "^12.0.0",
"detect-package-manager": "^3.0.2",
"giget": "^1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/explore-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"shared": "workspace:^"
},
"dependencies": {
"@techor/log": "^3.1.5",
"explore-config": "^3.1.5"
"@techor/log": "^3.1.6",
"explore-config": "^3.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/extractor.webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@master/css": "workspace:^",
"@master/css-extractor": "workspace:^",
"@techor/log": "^3.1.5",
"@techor/log": "^3.1.6",
"webpack-virtual-modules": "^0.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"@master/css": "workspace:^",
"@master/css-validator": "workspace:^",
"@master/css-explore-config": "workspace:^",
"@techor/extend": "^3.1.5",
"@techor/glob": "^3.1.5",
"@techor/log": "^3.1.5",
"@techor/extend": "^3.1.6",
"@techor/glob": "^3.1.6",
"@techor/log": "^3.1.6",
"chokidar": "^3.6.0",
"explore-config": "^3.1.5",
"explore-config": "^3.1.6",
"minimatch": "^9.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@master/css": "workspace:^",
"@master/css-explore-config": "workspace:^",
"@master/css-language-service": "workspace:^",
"@techor/extend": "^3.1.5",
"@techor/extend": "^3.1.6",
"fast-glob": "^3.3.2",
"js-beautify": "^1.15.1",
"nanoid": "^5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@babel/parser": "^7.24.1",
"@master/css": "workspace:^",
"@techor/extend": "^3.1.5",
"@techor/extend": "^3.1.6",
"color-convert": "^2.0.1",
"color-rgba": "^3.0.0",
"color-space": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@master/css-server": "workspace:^",
"@master/css.vue": "workspace:^",
"@nuxt/kit": "^3.10.3",
"@techor/log": "^3.1.5"
"@techor/log": "^3.1.6"
},
"devDependencies": {
"@nuxt/devtools": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@master/css-runtime": "workspace:^",
"@techor/extend": "^3.1.5"
"@techor/extend": "^3.1.6"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "^1.49.0",
Expand Down
Loading

0 comments on commit 2b6f8e6

Please sign in to comment.