Skip to content

Commit f8fc447

Browse files
wegankfricklerhandwerk
authored andcommitted
mcaptcha: unstable-2023-07-04 -> 0.1.0
1 parent 79fb087 commit f8fc447

8 files changed

+1022
-1080
lines changed

pkgs/by-name/mcaptcha/deduplicate-pow_sha256-in-lockfile.patch

Lines changed: 0 additions & 93 deletions
This file was deleted.

pkgs/by-name/mcaptcha/frontend-package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@
1010
"test": "jest"
1111
},
1212
"devDependencies": {
13-
"@types/jest": "^29.5.2",
14-
"@types/jsdom": "^21.1.1",
15-
"@types/node": "^20.3.3",
16-
"@types/sinon": "^10.0.15",
17-
"@typescript-eslint/eslint-plugin": "^5.60.1",
18-
"@typescript-eslint/parser": "^5.60.1",
13+
"@types/jest": "^29.5.6",
14+
"@types/jsdom": "^21.1.4",
15+
"@types/node": "^20.8.9",
16+
"@types/sinon": "^10.0.20",
17+
"@typescript-eslint/eslint-plugin": "^6.9.0",
18+
"@typescript-eslint/parser": "^6.9.0",
1919
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
2020
"css-loader": "^6.8.1",
2121
"css-minimizer-webpack-plugin": "^5.0.1",
22-
"eslint": "^8.44.0",
23-
"jest": "^29.5.0",
24-
"jest-environment-jsdom": "^29.5.0",
22+
"eslint": "^8.52.0",
23+
"jest": "^29.7.0",
24+
"jest-environment-jsdom": "^29.7.0",
2525
"jest-fetch-mock": "^3.0.3",
2626
"jsdom": "^22.1.0",
2727
"mini-css-extract-plugin": "^2.7.6",
28-
"sass": "^1.63.6",
28+
"sass": "^1.69.5",
2929
"sass-loader": "^13.3.2",
30-
"sinon": "^15.2.0",
30+
"sinon": "^17.0.0",
3131
"ts-jest": "^29.1.1",
32-
"ts-loader": "^9.4.4",
32+
"ts-loader": "^9.5.0",
3333
"ts-node": "^10.9.1",
34-
"typescript": "^5.1.6",
35-
"webpack": "^5.88.1",
34+
"typescript": "^5.2.2",
35+
"webpack": "^5.89.0",
3636
"webpack-cli": "^5.1.4",
3737
"webpack-dev-server": "^4.15.1"
3838
},
3939
"dependencies": {
40-
"@mcaptcha/pow_sha256-polyfill": "^0.1.0-alpha-1",
41-
"@mcaptcha/pow-wasm": "^0.1.0-alpha-1",
42-
"@mcaptcha/vanilla-glue": "^0.1.0-alpha-3"
40+
"@mcaptcha/pow_sha256-polyfill": "^0.1.0-rc2",
41+
"@mcaptcha/vanilla-glue": "^0.1.0-rc1",
42+
"@mcaptcha/pow-wasm": "^0.1.0-rc2"
4343
}
4444
}

0 commit comments

Comments
 (0)