Skip to content

Commit

Permalink
Fix(Explore Config): Cannot use import statement in master.css.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 19, 2024
1 parent c99cbea commit c51f0a3
Show file tree
Hide file tree
Showing 13 changed files with 146 additions and 136 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.6",
"@techor/log": "^3.1.7",
"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.6",
"@techor/glob": "^3.1.6",
"@techor/jest-dom": "^3.1.6",
"@techor/repo": "^3.1.6",
"@techor/fs": "^3.1.7",
"@techor/glob": "^3.1.7",
"@techor/jest-dom": "^3.1.7",
"@techor/repo": "^3.1.7",
"@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.6",
"techor": "^3.1.7",
"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.6",
"@techor/fs": "^3.1.6",
"@techor/glob": "^3.1.6",
"@techor/log": "^3.1.6",
"@techor/extend": "^3.1.7",
"@techor/fs": "^3.1.7",
"@techor/glob": "^3.1.7",
"@techor/log": "^3.1.7",
"bytes": "^3.1.2",
"commander": "^12.0.0",
"minimatch": "^9.0.3",
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.6",
"@techor/extend": "^3.1.7",
"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.6",
"@techor/log": "^3.1.6",
"@techor/fs": "^3.1.7",
"@techor/log": "^3.1.7",
"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.6",
"explore-config": "^3.1.6"
"@techor/log": "^3.1.7",
"explore-config": "^3.1.7"
}
}
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.6",
"@techor/log": "^3.1.7",
"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-explore-config": "workspace:^",
"@master/css-validator": "workspace:^",
"@techor/extend": "^3.1.6",
"@techor/glob": "^3.1.6",
"@techor/log": "^3.1.6",
"@techor/extend": "^3.1.7",
"@techor/glob": "^3.1.7",
"@techor/log": "^3.1.7",
"chokidar": "^4.0.2",
"explore-config": "^3.1.6",
"explore-config": "^3.1.7",
"minimatch": "^10.0.1"
},
"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.6",
"@techor/extend": "^3.1.7",
"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.26.3",
"@master/css": "workspace:^",
"@techor/extend": "^3.1.6",
"@techor/extend": "^3.1.7",
"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.6"
"@techor/log": "^3.1.7"
},
"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.6"
"@techor/extend": "^3.1.7"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.41.2",
Expand Down
Loading

0 comments on commit c51f0a3

Please sign in to comment.