Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 18, 2024
1 parent 613992f commit 60c8e93
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/examples/.postcssrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module .postcssrc
* @description PostCSS 配置.
* @description PostCSS 配置
*/

import targets from './tools/lib/targets.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/.swcrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module .swcrc
* @description SWC 配置.
* @description SWC 配置
*/

import targets from './tools/lib/targets.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/app.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module app.config
* @description 应用配置.
* @description 应用配置
*/

import path from 'node:path';
Expand Down
12 changes: 6 additions & 6 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"react-error-boundary": "^4.1.2"
},
"devDependencies": {
"@nuintun/svgo-loader": "^0.2.16",
"@nuintun/svgo-loader": "^0.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@swc/core": "^1.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.3",
"bufferutil": "^4.0.8",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"css-modules-types-loader": "^0.5.19",
"css-modules-types-loader": "^0.6.0",
"find-free-ports": "^3.1.1",
"html-webpack-plugin": "^5.6.3",
"koa": "^2.15.3",
Expand All @@ -56,12 +56,12 @@
"prettier": "^3.4.2",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"svgc-loader": "^0.2.16",
"svgc-loader": "^0.3.0",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.11",
"typescript": "^5.7.2",
"utf-8-validate": "^6.0.5",
"webpack": "^5.97.1",
"webpack-dev-service": "^0.14.1"
"webpack-dev-service": "^0.14.2"
}
}
2 changes: 1 addition & 1 deletion packages/examples/svgo.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module svgo.config
* @description Svgo 配置.
* @description Svgo 配置
*/

import { createHash } from 'node:crypto';
Expand Down
73 changes: 46 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60c8e93

Please sign in to comment.