Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Nov 1, 2024
1 parent bbe4e25 commit 145e187
Show file tree
Hide file tree
Showing 4 changed files with 1,419 additions and 1,157 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"reset": "pnpm -s dlx rimraf -g **/node_modules **/pnpm-lock.yaml"
},
"dependencies": {
"@swc/helpers": "^0.5.12",
"tslib": "^2.6.3"
"@swc/helpers": "^0.5.13",
"tslib": "^2.8.1"
},
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.6.3"
}
}
12 changes: 6 additions & 6 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.5",
"version": "4.1.6",
"description": "A pure JavaScript QRCode encode and decode library.",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -47,15 +47,15 @@
"build:types": "tsc --declaration --emitDeclarationOnly --declarationDir types && node tools/fix-types.js"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.8.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"magic-string": "^0.30.10",
"@rollup/plugin-typescript": "^12.1.1",
"magic-string": "^0.30.12",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.18.1",
"rollup": "^4.24.3",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.3"
"typescript": "^5.6.3"
}
}
46 changes: 23 additions & 23 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,47 +19,47 @@
"format": "prettier --write . --ignore-path .prettierignore"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/icons": "^5.5.1",
"@nuintun/qrcode": "workspace:*",
"@swc/helpers": "^0.5.12",
"antd": "^5.19.2",
"@swc/helpers": "^0.5.13",
"antd": "^5.21.6",
"browser-fs-access": "^0.35.0",
"chardet": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13"
"react-error-boundary": "^4.1.2"
},
"devDependencies": {
"@nuintun/svgo-loader": "^0.2.10",
"@nuintun/svgo-loader": "^0.2.16",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@swc/core": "^1.7.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"browserslist": "^4.23.2",
"@swc/core": "^1.7.42",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"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.10",
"css-modules-types-loader": "^0.5.18",
"find-free-ports": "^3.1.1",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.25.1",
"memfs": "^4.9.3",
"mini-css-extract-plugin": "^2.9.0",
"nodemon": "^3.1.4",
"postcss": "^8.4.39",
"html-webpack-plugin": "^5.6.3",
"lightningcss": "^1.27.0",
"memfs": "^4.14.0",
"mini-css-extract-plugin": "^2.9.2",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"svgc-loader": "^0.2.10",
"sass": "^1.80.5",
"sass-loader": "^16.0.3",
"svgc-loader": "^0.2.16",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.5.3",
"typescript": "^5.6.3",
"utf-8-validate": "^6.0.4",
"webpack": "^5.93.0",
"webpack-dev-service": "^0.11.7"
"webpack": "^5.96.0",
"webpack-dev-service": "^0.13.2"
}
}
Loading

0 comments on commit 145e187

Please sign in to comment.