Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Apr 7, 2024
1 parent 6b80854 commit df9fcf9
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 209 deletions.
2 changes: 1 addition & 1 deletion app/js/pages/Home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styles from '/css/pages/home/index.module.scss';
import * as styles from '/css/pages/home/index.module.scss';

import { memo, useEffect, useMemo, useState } from 'react';

Expand Down
16 changes: 0 additions & 16 deletions global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,12 @@ declare module '*.jpeg' {
export default content;
}

declare module '*.module.css' {
const content: {
readonly [name: string]: string;
};

export default content;
}

declare module '*.css' {
const content: string;

export default content;
}

declare module '*.module.scss' {
const content: {
readonly [name: string]: string;
};

export default content;
}

declare module '*.scss' {
const content: string;

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ant-design/icons": "^5.3.6",
"@ant-design/plots": "^1.2.6",
"@swc/helpers": "^0.5.8",
"antd": "^5.16.0",
"antd": "^5.16.1",
"classnames": "^2.5.1",
"core-js": "^3.36.1",
"dayjs": "^1.11.10",
Expand All @@ -40,17 +40,17 @@
"devDependencies": {
"@nuintun/svgo-loader": "^0.2.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@swc/core": "^1.4.11",
"@swc/core": "^1.4.12",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.2.24",
"@types/throttle-debounce": "^5.0.2",
"autoprefixer": "^10.4.19",
"bufferutil": "^4.0.8",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.10.0",
"css-loader": "^7.0.0",
"css-minimizer-webpack-plugin": "6.0.0",
"css-modules-types-loader": "^0.3.31",
"css-modules-types-loader": "^0.4.1",
"find-free-ports": "^3.1.1",
"html-webpack-plugin": "^5.6.0",
"koa": "^2.15.2",
Expand All @@ -61,12 +61,12 @@
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"sass": "^1.74.1",
"sass-loader": "^14.1.1",
"svgc-loader": "^0.2.5",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"utf-8-validate": "^6.0.3",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
Expand Down
Loading

0 comments on commit df9fcf9

Please sign in to comment.