Skip to content

Commit 918fa8d

Browse files
author
John Doe
committed
refactor: lock versions
1 parent f918b5c commit 918fa8d

File tree

2 files changed

+164
-164
lines changed

2 files changed

+164
-164
lines changed

package-lock.json

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -19,45 +19,45 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@axe-core/playwright": "^4.11.0",
23-
"@code-pushup/portal-client": "^0.16.0",
22+
"@axe-core/playwright": "4.11.0",
23+
"@code-pushup/portal-client": "0.16.0",
2424
"@nx/devkit": "21.4.1",
2525
"@swc/helpers": "0.5.13",
26-
"ansis": "^3.3.2",
27-
"build-md": "^0.4.2",
28-
"bundle-require": "^5.1.0",
29-
"esbuild": "^0.25.2",
30-
"eslint": "^9.16.0",
31-
"glob": "^11.0.1",
32-
"lighthouse": "^12.0.0",
26+
"ansis": "3.17.0",
27+
"build-md": "0.4.5",
28+
"bundle-require": "5.1.0",
29+
"esbuild": "0.25.12",
30+
"eslint": "9.39.2",
31+
"glob": "11.1.0",
32+
"lighthouse": "12.8.2",
3333
"lighthouse-logger": "2.0.1",
3434
"nx": "21.4.1",
35-
"ora": "^9.0.0",
36-
"parse-lcov": "^1.0.4",
37-
"playwright-core": "^1.56.1",
38-
"rimraf": "^6.0.1",
39-
"semver": "^7.6.3",
40-
"simple-git": "^3.26.0",
41-
"string-width": "^8.1.0",
42-
"ts-morph": "^24.0.0",
43-
"tslib": "^2.6.2",
44-
"vscode-material-icons": "^0.1.1",
45-
"wrap-ansi": "^9.0.2",
46-
"yaml": "^2.5.1",
47-
"yargs": "^17.7.2",
48-
"zod": "^4.0.5"
35+
"ora": "9.0.0",
36+
"parse-lcov": "1.0.4",
37+
"playwright-core": "1.57.0",
38+
"rimraf": "6.1.2",
39+
"semver": "7.7.3",
40+
"simple-git": "3.30.0",
41+
"string-width": "8.1.0",
42+
"ts-morph": "24.0.0",
43+
"tslib": "2.8.1",
44+
"vscode-material-icons": "0.1.1",
45+
"wrap-ansi": "9.0.2",
46+
"yaml": "2.8.2",
47+
"yargs": "17.7.2",
48+
"zod": "4.2.0"
4949
},
5050
"devDependencies": {
51-
"@actions/core": "^1.11.1",
52-
"@actions/github": "^6.0.1",
53-
"@beaussan/nx-knip": "^0.0.5-15",
54-
"@code-pushup/eslint-config": "^0.14.2",
55-
"@commitlint/cli": "^19.5.0",
56-
"@commitlint/config-conventional": "^19.5.0",
57-
"@commitlint/config-nx-scopes": "^19.5.0",
58-
"@commitlint/cz-commitlint": "^19.5.0",
59-
"@commitlint/types": "^19.5.0",
60-
"@nodelib/fs.walk": "^2.0.0",
51+
"@actions/core": "1.11.1",
52+
"@actions/github": "6.0.1",
53+
"@beaussan/nx-knip": "0.0.5-15",
54+
"@code-pushup/eslint-config": "0.14.8",
55+
"@commitlint/cli": "19.8.1",
56+
"@commitlint/config-conventional": "19.8.1",
57+
"@commitlint/config-nx-scopes": "19.8.1",
58+
"@commitlint/cz-commitlint": "19.8.1",
59+
"@commitlint/types": "19.8.1",
60+
"@nodelib/fs.walk": "2.0.0",
6161
"@nx/eslint-plugin": "21.4.1",
6262
"@nx/js": "21.4.1",
6363
"@nx/plugin": "21.4.1",
@@ -68,71 +68,71 @@
6868
"@swc-node/register": "1.9.2",
6969
"@swc/cli": "0.6.0",
7070
"@swc/core": "1.5.7",
71-
"@testing-library/jest-dom": "^6.4.2",
71+
"@testing-library/jest-dom": "6.9.1",
7272
"@testing-library/react": "16.1.0",
73-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
74-
"@types/benchmark": "^2.1.5",
75-
"@types/debug": "^4.1.12",
76-
"@types/eslint": "^8.44.2",
77-
"@types/node": "^22.13.4",
73+
"@trivago/prettier-plugin-sort-imports": "4.3.0",
74+
"@types/benchmark": "2.1.5",
75+
"@types/debug": "4.1.12",
76+
"@types/eslint": "8.56.12",
77+
"@types/node": "22.19.3",
7878
"@types/react": "18.3.1",
7979
"@types/react-dom": "18.3.0",
80-
"@vitejs/plugin-react": "^5.0.0",
80+
"@vitejs/plugin-react": "5.1.2",
8181
"@vitest/coverage-v8": "1.3.1",
82-
"@vitest/eslint-plugin": "^1.1.38",
82+
"@vitest/eslint-plugin": "1.5.2",
8383
"@vitest/ui": "1.3.1",
84-
"benchmark": "^2.1.4",
85-
"chrome-launcher": "^1.1.2",
86-
"chromium": "^3.0.3",
87-
"commitizen": "^4.3.1",
88-
"commitlint-plugin-tense": "^1.0.3",
89-
"dotenv": "^16.4.5",
90-
"eslint-import-resolver-typescript": "^3.6.1",
91-
"eslint-plugin-functional": "^7.1.0",
84+
"benchmark": "2.1.4",
85+
"chrome-launcher": "1.2.1",
86+
"chromium": "3.0.3",
87+
"commitizen": "4.3.1",
88+
"commitlint-plugin-tense": "1.0.9",
89+
"dotenv": "16.6.1",
90+
"eslint-import-resolver-typescript": "3.10.1",
91+
"eslint-plugin-functional": "7.3.0",
9292
"eslint-plugin-import": "2.31.0",
93-
"eslint-plugin-jest-extended": "^3.0.0",
94-
"eslint-plugin-jest-formatting": "^3.1.0",
95-
"eslint-plugin-n": "^17.15.0",
96-
"eslint-plugin-promise": "^7.2.1",
97-
"eslint-plugin-react": "^7.37.2",
93+
"eslint-plugin-jest-extended": "3.0.1",
94+
"eslint-plugin-jest-formatting": "3.1.0",
95+
"eslint-plugin-n": "17.23.1",
96+
"eslint-plugin-promise": "7.2.1",
97+
"eslint-plugin-react": "7.37.5",
9898
"eslint-plugin-react-hooks": "5.0.0",
99-
"eslint-plugin-sonarjs": "^1.0.4",
100-
"eslint-plugin-unicorn": "^56.0.1",
101-
"globals": "^15.13.0",
102-
"husky": "^8.0.0",
103-
"inquirer": "^9.3.7",
104-
"jest-extended": "^6.0.0",
99+
"eslint-plugin-sonarjs": "1.0.4",
100+
"eslint-plugin-unicorn": "56.0.1",
101+
"globals": "15.15.0",
102+
"husky": "8.0.3",
103+
"inquirer": "9.3.8",
104+
"jest-extended": "6.0.0",
105105
"jiti": "2.4.2",
106-
"jsdom": "~24.0.0",
107-
"jsonc-eslint-parser": "^2.4.0",
108-
"knip": "^5.33.3",
109-
"memfs": "^4.5.0",
110-
"minimatch": "^10.0.1",
111-
"moment": "^2.30.1",
112-
"pkg-pr-new": "^0.0.54",
113-
"prettier": "^3.4.1",
106+
"jsdom": "24.0.0",
107+
"jsonc-eslint-parser": "2.4.2",
108+
"knip": "5.73.4",
109+
"memfs": "4.51.1",
110+
"minimatch": "10.1.1",
111+
"moment": "2.30.1",
112+
"pkg-pr-new": "0.0.54",
113+
"prettier": "3.7.4",
114114
"react": "18.3.1",
115115
"react-dom": "18.3.1",
116-
"ts-patch": "^3.3.0",
117-
"tsconfig-paths": "^4.2.0",
118-
"tsx": "^4.19.0",
119-
"type-fest": "^4.26.1",
116+
"ts-patch": "3.3.0",
117+
"tsconfig-paths": "4.2.0",
118+
"tsx": "4.21.0",
119+
"type-fest": "4.41.0",
120120
"typescript": "5.7.3",
121-
"typescript-eslint": "^8.18.0",
121+
"typescript-eslint": "8.50.0",
122122
"verdaccio": "6.1.6",
123123
"vite": "6.3.5",
124124
"vitest": "1.3.1",
125-
"zod2md": "^0.2.4"
125+
"zod2md": "0.2.4"
126126
},
127127
"optionalDependencies": {
128-
"@esbuild/darwin-arm64": "^0.25.9",
129-
"@nx/nx-darwin-arm64": "^21.4.1",
130-
"@nx/nx-darwin-x64": "^21.4.1",
131-
"@nx/nx-linux-x64-gnu": "^21.4.1",
132-
"@rollup/rollup-darwin-arm64": "^4.0.0",
133-
"@rollup/rollup-darwin-x64": "^4.0.0",
134-
"@rollup/rollup-linux-x64-gnu": "^4.0.0",
135-
"@rollup/rollup-win32-x64-msvc": "^4.0.0"
128+
"@esbuild/darwin-arm64": "0.25.12",
129+
"@nx/nx-darwin-arm64": "21.6.10",
130+
"@nx/nx-darwin-x64": "21.6.10",
131+
"@nx/nx-linux-x64-gnu": "21.6.10",
132+
"@rollup/rollup-darwin-arm64": "4.53.4",
133+
"@rollup/rollup-darwin-x64": "4.53.4",
134+
"@rollup/rollup-linux-x64-gnu": "4.53.4",
135+
"@rollup/rollup-win32-x64-msvc": "4.53.4"
136136
},
137137
"overrides": {
138138
"@beaussan/nx-knip": {

0 commit comments

Comments
 (0)