Skip to content

Commit

Permalink
Deps (#1356)
Browse files Browse the repository at this point in the history
* drop unneeded workspace deps

* fix deps provider-mock

* fix deps cypress-shared

* fix deps client-example

* fix deps client-example-server

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* dep

* deps

* deps

* deps

* deps

* deps

* deps

* fix import

* fix import

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* deps

* dep

* npm-check

* pkg lock

* webpack cli

* Update package-lock.json

* lint

* webpack deps

* Update package-lock.json

* lint

* vitest coverage

* Update package-lock.json

* revert procaptcha-bundle + config pkg deps

* order

* Update package-lock.json

* add standard devdeps to all pkgs

* Update package-lock.json

* tsx

* Update package-lock.json

* lint
  • Loading branch information
goastler authored Sep 16, 2024
1 parent b24c1f4 commit 4403820
Show file tree
Hide file tree
Showing 42 changed files with 8,985 additions and 7,517 deletions.
10 changes: 8 additions & 2 deletions demos/client-bundle-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@
"clean": "echo 'nothing to clean'"
},
"dependencies": {
"dotenv": "^16.0.1",
"@types/node": "^22.5.4",
"vite": "^5.4.4"
},
"version": "2.0.3",
"devDependencies": {
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6"
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
}
}
14 changes: 11 additions & 3 deletions demos/client-example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,30 @@
"@noble/hashes": "^1.3.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/api": "2.0.3",
"@prosopo/common": "2.0.3",
"@prosopo/contract": "2.0.3",
"@prosopo/dotenv": "2.0.3",
"@prosopo/procaptcha": "2.0.3",
"@prosopo/server": "2.0.3",
"@prosopo/types": "2.0.3",
"@prosopo/util": "2.0.3",
"@typegoose/auto-increment": "^4.5.0",
"cors": "^2.8.5",
"express": "^4.21.0",
"jsonwebtoken": "^9.0.0",
"mongodb-memory-server": "^10.0.0",
"mongoose": "^8.5.1",
"zod": "^3.22.3"
},
"devDependencies": {
"@prosopo/config": "2.0.3",
"@types/jsonwebtoken": "^9.0.2",
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.4.4"
"vite": "^5.4.4",
"vitest": "^2.0.5"
}
}
20 changes: 13 additions & 7 deletions demos/client-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@
"@polkadot/extension-dapp": "0.46.9",
"@polkadot/extension-inject": "0.46.9",
"@prosopo/common": "2.0.3",
"@prosopo/procaptcha": "2.0.3",
"@prosopo/procaptcha-frictionless": "2.0.3",
"@prosopo/procaptcha-pow": "2.0.3",
"@prosopo/procaptcha-react": "2.0.3",
"@prosopo/server": "2.0.3",
"@prosopo/types": "2.0.3",
"@prosopo/vite-plugin-watch-workspace": "2.0.3",
"@types/react-dom": "^18.3.0",
"electron": "25.8.4",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.22.3"
"react-router-dom": "^6.22.3",
"vite": "^5.4.4"
},
"overrides": {
"@polkadot/extension-inject": {
Expand All @@ -38,13 +40,17 @@
}
},
"devDependencies": {
"@prosopo/dotenv": "2.0.3",
"@prosopo/config": "2.0.3",
"@prosopo/vite-plugin-watch-workspace": "2.0.3",
"@prosopo/dotenv": "2.0.3",
"@types/node": "^20.3.1",
"css-loader": "^6.8.1",
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6"
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"scripts": {
"test": "echo \"No test specified\"",
Expand Down
11 changes: 9 additions & 2 deletions demos/cypress-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,24 @@
},
"dependencies": {
"@prosopo/types": "2.0.3",
"@prosopo/util": "2.0.3",
"mongodb": "5.9.2"
"@prosopo/util": "2.0.3"
},
"devDependencies": {
"@cypress/xpath": "^2.0.3",
"@types/node": "^20.3.1",
"@prosopo/types-database": "2.0.3",
"@prosopo/common": "2.0.3",
"@prosopo/datasets": "2.0.3",
"cypress": "^13.4.0",
"cypress-vite": "^1.5.0",
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5",
"vite-plugin-node-polyfills": "^0.22.0"
},
"scripts": {
Expand Down
12 changes: 9 additions & 3 deletions demos/provider-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@
"build": "tsc --build --verbose"
},
"dependencies": {
"@prosopo/dotenv": "2.0.3",
"@prosopo/common": "2.0.3",
"@prosopo/provider": "2.0.3",
"@prosopo/types": "2.0.3",
"es-main": "^1.3.0",
"cors": "^2.8.5",
"express": "^4.18.1"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6"
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"repository": {
"type": "git",
Expand Down
12 changes: 7 additions & 5 deletions dev/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,29 +52,28 @@
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-wasm": "^6.2.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^2.0.5",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"esbuild": "^0.20.2",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"path-scurry": "^1.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"regenerator-runtime": "^0.14.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-import-css": "^3.5.0",
"rollup-plugin-visualizer": "^5.12.0",
"string-replace-loader": "^3.1.0",
"terser-webpack-plugin": "^5.3.10",
"tsconfig-paths": "^4.2.0",
"vite": "^5.4.4",
"vite-bundle-visualizer": "^1.0.1",
"vite-plugin-no-bundle": "^3.0.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^2.0.5",
"@vitest/coverage-v8": "^2.0.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand All @@ -83,6 +82,9 @@
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/preset-typescript": "^7.24.1",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6"
},
Expand Down
11 changes: 6 additions & 5 deletions dev/flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,26 @@
"@polkadot/util-crypto": "12.6.2",
"@prosopo/dotenv": "2.0.3",
"@prosopo/common": "2.0.3",
"@prosopo/config": "2.0.3",
"@prosopo/util": "2.0.3",
"consola": "^3.2.3",
"dotenv": "^16.0.3",
"glob": "^10.0.0",
"openpgp": "^5.11.1",
"qs": "^6.11.2",
"socket.io-client": "^4.7.4",
"varuint-bitcoin": "^1.1.2",
"yargs": "^17.7.2",
"yargs-parser": "^21.0.1",
"zod": "^3.22.4"
},
"overrides": {
"@polkadot/keyring": "12.6.2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
}
}
13 changes: 8 additions & 5 deletions dev/gh-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.4",
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"tsx": "^4.7.0",
"typescript": "5.1.6"
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"dependencies": {
"@octokit/graphql": "^7.0.2",
"axios": "^1.7.2",
"node-fetch": "^3.3.2",
"octokit": "^3.1.2"
"axios": "^1.7.2"
},
"main": "dist/index.js",
"type": "module",
Expand Down
16 changes: 9 additions & 7 deletions dev/prosoponator-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.4",
"tslib": "2.6.2",
"tsx": "^4.7.0",
"typescript": "5.1.6"
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/graphql": "^7.0.2",
"node-fetch": "^3.3.2",
"octokit": "^3.1.2"
"@actions/github": "^6.0.0"
},
"main": "dist/index.js",
"type": "module",
Expand Down
27 changes: 10 additions & 17 deletions dev/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,46 +24,39 @@
"@iarna/toml": "^2.2.5",
"@polkadot/api": "10.13.1",
"@polkadot/api-contract": "10.13.1",
"@polkadot/types": "10.13.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/api": "2.0.3",
"@prosopo/cli": "2.0.3",
"@prosopo/common": "2.0.3",
"@prosopo/config": "2.0.3",
"@prosopo/contract": "2.0.3",
"@prosopo/database": "2.0.3",
"@prosopo/datasets": "2.0.3",
"@prosopo/datasets-fs": "2.0.3",
"@prosopo/dotenv": "2.0.3",
"@prosopo/env": "2.0.3",
"@prosopo/file-server": "2.0.3",
"@prosopo/procaptcha": "2.0.3",
"@prosopo/procaptcha-bundle": "2.0.3",
"@prosopo/procaptcha-common": "2.0.3",
"@prosopo/procaptcha-react": "2.0.3",
"@prosopo/provider": "2.0.3",
"@prosopo/server": "2.0.3",
"@prosopo/types": "2.0.3",
"@prosopo/types-database": "2.0.3",
"@prosopo/types-env": "2.0.3",
"@prosopo/util": "2.0.3",
"consola": "^3.2.3",
"dotenv": "^16.0.3",
"fast-glob": "^3.3.2",
"glob": "^10.0.0",
"qs": "^6.11.2",
"varuint-bitcoin": "^1.1.2",
"yargs": "^17.5.1",
"yargs-parser": "^21.0.1"
"fs-extra": "^11.2.0",
"mongodb": "^6.8.1",
"yargs": "^17.5.1"
},
"overrides": {
"@polkadot/keyring": "12.6.2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@types/fs-extra": "^11.0.4",
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
}
}
10 changes: 9 additions & 1 deletion dev/ts-brand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@
},
"author": "Prosopo Limited",
"license": "Apache-2.0",
"dependencies": {},
"dependencies": {
"dotenv": "^16.4.5",
"@prosopo/config": "2.0.3"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"repository": {
Expand Down
13 changes: 10 additions & 3 deletions dev/tsconfig-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^20.11.4",
"@vitest/coverage-v8": "^2.0.5",
"concurrently": "^8.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"tslib": "2.6.2",
"tsx": "^4.7.0",
"typescript": "5.1.6"
"typescript": "5.1.6",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"main": "dist/index.js",
"type": "module",
Expand All @@ -25,6 +30,8 @@
"npm": ">=9"
},
"dependencies": {
"@prosopo/util": "2.0.3"
"@prosopo/util": "2.0.3",
"glob": "^11.0.0",
"zod": "^3.23.8"
}
}
Loading

0 comments on commit 4403820

Please sign in to comment.