Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Jun 22, 2024
1 parent a341b66 commit fddf5df
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 360 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuintun/qrcode",
"version": "4.1.3",
"version": "4.1.4",
"description": "A pure JavaScript QRCode encode and decode library.",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -56,6 +56,6 @@
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
22 changes: 11 additions & 11 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@ant-design/icons": "^5.3.7",
"@nuintun/qrcode": "workspace:*",
"@swc/helpers": "^0.5.11",
"antd": "^5.18.1",
"antd": "^5.18.3",
"browser-fs-access": "^0.35.0",
"chardet": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
Expand All @@ -31,35 +31,35 @@
"react-error-boundary": "^4.0.13"
},
"devDependencies": {
"@nuintun/svgo-loader": "^0.2.8",
"@nuintun/svgo-loader": "^0.2.9",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@swc/core": "^1.5.29",
"@swc/core": "^1.6.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"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.4",
"css-modules-types-loader": "^0.5.7",
"find-free-ports": "^3.1.1",
"html-webpack-plugin": "^5.6.0",
"koa": "^2.15.3",
"koa-compress": "^5.1.1",
"memfs": "^4.9.2",
"memfs": "^4.9.3",
"mini-css-extract-plugin": "^2.9.0",
"nodemon": "^3.1.3",
"nodemon": "^3.1.4",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.2",
"sass": "^1.77.5",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"svgc-loader": "^0.2.8",
"svgc-loader": "^0.2.9",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"utf-8-validate": "^6.0.4",
"webpack": "^5.92.0",
"webpack-dev-service": "^0.11.4"
"webpack": "^5.92.1",
"webpack-dev-service": "^0.11.6"
}
}
Loading

0 comments on commit fddf5df

Please sign in to comment.