Skip to content

Commit

Permalink
chore(zxcvbn): update packages and node
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWook committed Jan 3, 2024
1 parent 2c5882d commit d4fcc5d
Show file tree
Hide file tree
Showing 6 changed files with 2,022 additions and 1,915 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
20.10.0
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,58 +31,58 @@
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@babel/cli": "7.22.15",
"@babel/core": "7.22.20",
"@babel/preset-env": "7.22.20",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "11.1.3",
"@types/byline": "4.2.34",
"@types/jest": "29.5.5",
"@types/sprintf-js": "1.1.2",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.7",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@types/byline": "4.2.36",
"@types/jest": "29.5.11",
"@types/sprintf-js": "1.1.4",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@vuepress/plugin-register-components": "2.0.0-beta.61",
"axios": "1.5.0",
"axios": "1.6.3",
"babel-eslint": "10.1.0",
"babel-jest": "29.7.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"byline": "5.0.0",
"cross-fetch": "4.0.0",
"esbuild": "0.19.3",
"esbuild": "0.19.11",
"esbuild-register": "3.5.0",
"eslint": "8.49.0",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.7",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-prettier": "5.1.2",
"esm": "3.2.25",
"glob-all": "3.3.1",
"iconv-lite": "0.6.3",
"jest": "29.7.0",
"jszip": "^3.10.1",
"kuroshiro": "1.2.0",
"kuroshiro-analyzer-kuromoji": "1.1.0",
"lerna": "7.3.0",
"natural": "6.7.2",
"prettier": "3.0.3",
"lerna": "8.0.1",
"natural": "6.10.4",
"prettier": "3.1.1",
"rollup": "3.29.2",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-delete": "2.0.0",
"sprintf-js": "1.1.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"vuepress": "2.0.0-beta.67",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"typescript": "5.3.3",
"vuepress": "2.0.0-rc.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
"zxcvbn": "4.4.2"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/main/test/scoring/guesses/calc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('scoring', () => {
day: 14,
// @ts-ignore
guesses: dateGuesses(match),
guessesLog10: 4.225050696138048,
guessesLog10: 4.234390722392192,
})
})
})
Loading

0 comments on commit d4fcc5d

Please sign in to comment.