|
58 | 58 | "@11ty/eleventy": "^3.0.0",
|
59 | 59 | "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
60 | 60 | "@arethetypeswrong/cli": "^0.17.0",
|
61 |
| - "@babel/core": "^7.23.2", |
62 |
| - "@babel/plugin-transform-class-properties": "^7.22.5", |
63 |
| - "@babel/preset-env": "^7.23.2", |
64 |
| - "@babel/preset-typescript": "^7.23.2", |
65 |
| - "@lodder/grunt-postcss": "^3.0.0", |
| 61 | + "@babel/core": "^7.26.0", |
| 62 | + "@babel/preset-env": "^7.26.0", |
| 63 | + "@babel/preset-typescript": "^7.26.0", |
| 64 | + "@lodder/grunt-postcss": "^3.1.1", |
66 | 65 | "@popperjs/core": "^2.11.8",
|
67 |
| - "@rollup/plugin-alias": "^5.0.1", |
68 |
| - "@rollup/plugin-babel": "^6.0.3", |
69 |
| - "@rollup/plugin-node-resolve": "^15.0.1", |
| 66 | + "@rollup/plugin-alias": "^5.1.1", |
| 67 | + "@rollup/plugin-babel": "^6.0.4", |
| 68 | + "@rollup/plugin-node-resolve": "^15.3.0", |
70 | 69 | "@rollup/plugin-terser": "^0.4.4",
|
71 |
| - "autoprefixer": "^10.4.16", |
| 70 | + "autoprefixer": "^10.4.20", |
72 | 71 | "bootstrap": "npm:bootstrap@4",
|
73 | 72 | "bootstrap-sass": "^3.4.3",
|
74 |
| - "bootstrap5": "npm:bootstrap@^5.3.2", |
| 73 | + "bootstrap5": "npm:bootstrap@^5.3.3", |
75 | 74 | "broken-link-checker": "^0.7.8",
|
76 |
| - "chai": "^4.3.10", |
| 75 | + "chai": "^4.5.0", |
77 | 76 | "cssnano": "^7.0.6",
|
78 | 77 | "grunt": "^1.6.1",
|
79 |
| - "grunt-cli": "^1.3.2", |
| 78 | + "grunt-cli": "^1.5.0", |
80 | 79 | "grunt-contrib-clean": "^2.0.1",
|
81 | 80 | "grunt-contrib-connect": "^5.0.1",
|
82 | 81 | "grunt-contrib-copy": "^1.0.0",
|
83 | 82 | "grunt-contrib-watch": "^1.1.0",
|
84 |
| - "grunt-replace": "^2.0.0", |
| 83 | + "grunt-replace": "^2.0.2", |
85 | 84 | "grunt-sass": "^3.1.0",
|
86 | 85 | "grunt-shell": "^4.0.0",
|
87 |
| - "husky": "^8.0.3", |
| 86 | + "husky": "^9.1.6", |
88 | 87 | "icon-blender": "^1.0.0-beta.4",
|
89 | 88 | "jsdom": "^25.0.1",
|
90 |
| - "karma": "^6.4.2", |
| 89 | + "karma": "^6.4.4", |
91 | 90 | "karma-browserstack-launcher": "^1.6.0",
|
92 | 91 | "karma-chai": "^0.1.0",
|
93 | 92 | "karma-chrome-launcher": "^3.2.0",
|
94 | 93 | "karma-coverage": "^2.2.1",
|
95 | 94 | "karma-coveralls": "^2.1.0",
|
96 |
| - "karma-firefox-launcher": "^2.1.0", |
| 95 | + "karma-firefox-launcher": "^2.1.3", |
97 | 96 | "karma-mocha": "^2.0.1",
|
98 | 97 | "karma-mocha-reporter": "^2.2.5",
|
99 | 98 | "karma-safari-launcher": "^1.0.0",
|
100 | 99 | "karma-sourcemap-loader": "^0.4.0",
|
101 | 100 | "load-grunt-tasks": "^5.1.0",
|
102 |
| - "mocha": "^10.2.0", |
103 |
| - "postcss": "^8.4.31", |
| 101 | + "mocha": "^10.8.2", |
| 102 | + "postcss": "^8.4.49", |
104 | 103 | "puppeteer": "^23.8.0",
|
105 |
| - "rollup": "^4.1.4", |
| 104 | + "rollup": "^4.27.2", |
106 | 105 | "rollup-plugin-insert": "^1.3.2",
|
107 |
| - "sass": "^1.69.4", |
108 |
| - "stylelint": "^15.11.0", |
| 106 | + "sass": "^1.81.0", |
| 107 | + "stylelint": "^16.10.0", |
109 | 108 | "stylelint-config-prettier-scss": "^1.0.0",
|
110 |
| - "stylelint-config-standard": "^34.0.0", |
111 |
| - "stylelint-config-standard-scss": "^11.0.0", |
| 109 | + "stylelint-config-standard": "^36.0.1", |
| 110 | + "stylelint-config-standard-scss": "^13.1.0", |
112 | 111 | "syn": "^0.15.0",
|
113 |
| - "tslib": "^2.6.2", |
| 112 | + "tslib": "^2.8.1", |
114 | 113 | "typescript": "^5.7.1-rc"
|
115 | 114 | },
|
116 | 115 | "scripts": {
|
|
126 | 125 | "test:types": "attw --pack --profile node16 .",
|
127 | 126 | "start": "grunt serve",
|
128 | 127 | "pretest": "grunt build",
|
129 |
| - "prepare": "husky install", |
| 128 | + "prepare": "husky", |
130 | 129 | "stylelint": "stylelint -c .config/stylelintrc.json 'src/**/*.scss'"
|
131 | 130 | },
|
132 | 131 | "engines": {
|
|
0 commit comments