Skip to content

Commit

Permalink
Adjust the qr code plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Jan 10, 2025
1 parent 8ff31c1 commit a4fcdc7
Show file tree
Hide file tree
Showing 4 changed files with 854 additions and 577 deletions.
1 change: 1 addition & 0 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@imgly/plugin-background-removal-web": "workspace:*",
"@imgly/plugin-cutout-library-web": "workspace:*",
"@imgly/plugin-remote-asset-source-web": "workspace:*",
"@imgly/plugin-qr-code-web": "workspace:*",
"@imgly/plugin-vectorizer-web": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"pretty-quick": "^3.3.1",
"rimraf": "6.0.1",
"turbo": "^1.13.4",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"wait-on": "8.0.1"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
Expand Down
14 changes: 7 additions & 7 deletions packages/plugin-qr-code-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
],
"scripts": {
"start": "npm run watch",
"clean": "npx rimraf dist",
"purge": "npx rimraf node_modules",
"clean": "pnpm exec rimraf dist",
"purge": "pnpm exec rimraf node_modules",
"build": "npm run clean && node scripts/build.mjs",
"dev": "node scripts/watch.mjs",
"dev:wait": "npx wait-on ./dist/index.mjs ./dist/index.d.ts --timeout 30000",
"dev:wait": "pnpm exec wait-on ./dist/index.mjs ./dist/index.d.ts --timeout 30000",
"dev:types": "tsc --emitDeclarationOnly --watch --preserveWatchOutput",
"publish:latest": "npm run build && npm publish --tag latest --access public",
"publish:next": "npm run build && npm publish --tag next --access public",
Expand All @@ -54,14 +54,14 @@
"types:create": "tsc --emitDeclarationOnly"
},
"devDependencies": {
"@imgly/plugin-utils": "workspace:*",
"@types/ndarray": "^1.0.14",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"esbuild": "^0.19.11",
"eslint": "^8.51.0",
"typescript": "^5.3.3",
"esbuild": "^0.19.12",
"eslint": "^8.57.1",
"lodash-es": "^4.17.21",
"@imgly/plugin-utils": "*"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@cesdk/cesdk-js": "1.37.0"
Expand Down
Loading

0 comments on commit a4fcdc7

Please sign in to comment.