|
15 | 15 | "@rollup/plugin-node-resolve": "^15.1.0", |
16 | 16 | "@rollup/plugin-terser": "^0.4.3", |
17 | 17 | "@semantic-release/changelog": "^6.0.3", |
18 | | - "@semantic-release/commit-analyzer": "10.0.4", |
| 18 | + "@semantic-release/commit-analyzer": "11.1.0", |
19 | 19 | "@semantic-release/exec": "6.0.3", |
20 | 20 | "@semantic-release/git": "10.0.1", |
21 | 21 | "@semantic-release/github": "^9.0.0", |
22 | | - "@semantic-release/npm": "^10.0.4", |
23 | | - "@semantic-release/release-notes-generator": "11.0.7", |
| 22 | + "@semantic-release/npm": "^11.0.0", |
| 23 | + "@semantic-release/release-notes-generator": "12.1.0", |
24 | 24 | "@toycode/markdown-it-class": "1.2.4", |
25 | 25 | "bulma": "0.9.4", |
26 | 26 | "bulma-checkradio": "2.1.3", |
|
29 | 29 | "chart.js": "2.9.4", |
30 | 30 | "commitizen": "^4.3.0", |
31 | 31 | "cz-conventional-changelog": "3.3.0", |
32 | | - "date-fns": "2.30.0", |
| 32 | + "date-fns": "^3.0.0", |
33 | 33 | "dompurify": "3.0.0", |
34 | 34 | "es6-symbol": "3.1.3", |
35 | 35 | "eslint": "^8.43.0", |
|
47 | 47 | "gulp-sass": "5.1.0", |
48 | 48 | "gulp-uglify": "3.0.2", |
49 | 49 | "jsnlog": "2.30.0", |
50 | | - "lint-staged": "^14.0.0", |
51 | | - "markdown-it": "13.0.1", |
| 50 | + "lint-staged": "^15.0.0", |
| 51 | + "markdown-it": "14.0.0", |
52 | 52 | "npm-run-all": "^4.1.5", |
53 | 53 | "open": "8.4.2", |
54 | 54 | "postcss": "^8.4.24", |
55 | 55 | "prettier": "^3.0.0", |
56 | 56 | "proxy-polyfill": "0.3.2", |
57 | 57 | "regenerator-runtime": "^0.14.0", |
58 | | - "rollup": "^3.25.3", |
59 | | - "semantic-release": "^21.0.5", |
60 | | - "stylelint": "^15.8.0", |
| 58 | + "rollup": "^4.0.0", |
| 59 | + "semantic-release": "^22.0.0", |
| 60 | + "stylelint": "^16.0.2", |
61 | 61 | "stylelint-config-prettier-scss": "1.0.0", |
62 | | - "stylelint-config-standard-scss": "^11.0.0", |
63 | | - "stylelint-scss": "^5.0.0", |
| 62 | + "stylelint-config-standard-scss": "^12.0.0", |
| 63 | + "stylelint-scss": "^6.0.0", |
64 | 64 | "xo": "^0.56.0" |
65 | 65 | }, |
66 | 66 | "homepage": "https://demo.atlas.bi", |
|
86 | 86 | "db:update": "dotnet ef database update --project web/web.csproj -v", |
87 | 87 | "dotnet:publish": "npm run build && dotnet publish web/web.csproj -r win-x86 --self-contained false -c Release -o out", |
88 | 88 | "test:report_html": "reportgenerator -reports:coverage.cobertura.xml -targetdir:coverage/ -reporttypes:html", |
89 | | - "test:integrationTests": "coverlet web.Tests/bin/Debug/net7.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter IntegrationTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"", |
90 | | - "test:browserTests": "coverlet web.Tests/bin/Debug/net7.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter=BrowserTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"", |
91 | | - "test:functionTests": "coverlet web.Tests/bin/Debug/net7.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter=FunctionTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"", |
| 89 | + "test:integrationTests": "coverlet web.Tests/bin/Debug/net8.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter IntegrationTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"", |
| 90 | + "test:browserTests": "coverlet web.Tests/bin/Debug/net8.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter=BrowserTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"", |
| 91 | + "test:functionTests": "coverlet web.Tests/bin/Debug/net8.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter=FunctionTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"", |
92 | 92 | "lint:js": "xo web/wwwroot/js", |
93 | 93 | "lint:scss": "stylelint \"web/wwwroot/css/**/*.scss\"", |
94 | 94 | "lint": "npm run lint:js & npm run lint:scss", |
|
159 | 159 | "no-multi-assign": "warn", |
160 | 160 | "unicorn/prefer-keyboard-event-key": "off", |
161 | 161 | "no-new": "warn", |
162 | | - "unicorn/no-typeof-undefined": "off" |
| 162 | + "unicorn/no-typeof-undefined": "off", |
| 163 | + "unicorn/prefer-string-replace-all": "warn", |
| 164 | + "unicorn/prefer-at": "warn" |
163 | 165 | } |
164 | 166 | }, |
165 | | - "version": "3.14.0", |
| 167 | + "version": "3.15.0-alpha.1", |
166 | 168 | "dependencies": { |
167 | 169 | "sass": "^1.63.6" |
168 | 170 | } |
|
0 commit comments