Skip to content

Commit

Permalink
ci: fix cjs deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zumuta committed Nov 23, 2024
1 parent 1d19ba4 commit 19b3c36
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 39 deletions.
1 change: 1 addition & 0 deletions frontend/apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@kwai/auth",
"description": "The authentication application for kwai",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@kwai/api": "*",
"@kwai/config": "*",
Expand Down
6 changes: 6 additions & 0 deletions frontend/apps/auth/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};
6 changes: 0 additions & 6 deletions frontend/apps/auth/postcss.config.js

This file was deleted.

1 change: 1 addition & 0 deletions frontend/apps/author/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@kwai/author",
"description": "The author application for Kwai",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@intlify/unplugin-vue-i18n": "4.0.0",
"@kwai/api": "*",
Expand Down
6 changes: 6 additions & 0 deletions frontend/apps/author/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};
6 changes: 0 additions & 6 deletions frontend/apps/author/postcss.config.js

This file was deleted.

1 change: 1 addition & 0 deletions frontend/apps/club/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@kwai/club",
"description": "The club application for Kwai",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@intlify/unplugin-vue-i18n": "4.0.0",
"@kwai/api": "*",
Expand Down
6 changes: 6 additions & 0 deletions frontend/apps/club/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};
6 changes: 0 additions & 6 deletions frontend/apps/club/postcss.config.js

This file was deleted.

1 change: 1 addition & 0 deletions frontend/apps/coach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@kwai/coach",
"description": "The coach application of kwai",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@intlify/unplugin-vue-i18n": "4.0.0",
"@kwai/api": "*",
Expand Down
6 changes: 6 additions & 0 deletions frontend/apps/coach/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};
6 changes: 0 additions & 6 deletions frontend/apps/coach/postcss.config.js

This file was deleted.

1 change: 1 addition & 0 deletions frontend/apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@kwai/portal",
"description": "The portal for Kwai",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@kwai/api": "*",
"@kwai/config": "*",
Expand Down
6 changes: 6 additions & 0 deletions frontend/apps/portal/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};
6 changes: 0 additions & 6 deletions frontend/apps/portal/postcss.config.js

This file was deleted.

6 changes: 6 additions & 0 deletions frontend/packages/kwai-ui/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};
9 changes: 0 additions & 9 deletions frontend/packages/kwai-ui/postcss.config.js

This file was deleted.

0 comments on commit 19b3c36

Please sign in to comment.