@ons/design-system 65.2.3 → 65.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ons/design-system",
3
3
  "description": "ONS Design System built CSS, JS, and Nunjucks templates",
4
- "version": "65.2.3",
4
+ "version": "65.2.4",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -80,11 +80,11 @@
80
80
  "dialog-polyfill": "^0.5.6",
81
81
  "eslint": "^8.45.0",
82
82
  "eslint-cli": "^1.1.1",
83
- "eslint-config-prettier": "^8.8.0",
83
+ "eslint-config-prettier": "^9.0.0",
84
84
  "eslint-plugin-prettier": "^5.0.0",
85
85
  "express": "^4.17.1",
86
86
  "front-matter": "^4.0.2",
87
- "fs-extra": "^10.0.0",
87
+ "fs-extra": "^11.1.1",
88
88
  "fuse.js": "^3.6.1",
89
89
  "glob": "^7.1.3",
90
90
  "gulp": "^4.0.2",
@@ -95,14 +95,14 @@
95
95
  "gulp-postcss": "^9.0.0",
96
96
  "gulp-sourcemaps": "^3.0.0",
97
97
  "gulp-terser": "^2.0.1",
98
- "http-server": "^0.12.3",
98
+ "http-server": "^14.1.1",
99
99
  "husky": "^8.0.3",
100
100
  "jest": "^29.6.1",
101
101
  "jest-axe": "^8.0.0",
102
102
  "jest-environment-jsdom": "^29.6.1",
103
103
  "jest-puppeteer": "^9.0.0",
104
104
  "js-beautify": "^1.11.0",
105
- "lighthouse": "^10.4.0",
105
+ "lighthouse": "^11.0.0",
106
106
  "lint-staged": "^8.1.0",
107
107
  "lodash": "^4.17.21",
108
108
  "mdn-polyfills": "^5.14.0",
@@ -111,14 +111,13 @@
111
111
  "nunjucks": "^3.2.3",
112
112
  "pinst": "^3.0.0",
113
113
  "postcss": "^8.3.5",
114
- "postcss-url": "^8.0.0",
115
- "prepend-file": "^1.3.1",
114
+ "postcss-url": "^10.1.3",
115
+ "prepend-file": "^2.0.1",
116
116
  "prettier": "^3.0.0",
117
117
  "puppeteer": "^21.0.2",
118
118
  "remark-cli": "^11.0.0",
119
119
  "remark-lint": "^9.1.2",
120
120
  "remark-preset-lint-recommended": "^6.1.3",
121
- "replace-in-file": "^6.1.0",
122
121
  "stylelint": "^15.10.1",
123
122
  "stylelint-config-recommended": "^13.0.0",
124
123
  "stylelint-config-sass-guidelines": "^10.0.0",
@@ -127,12 +126,10 @@
127
126
  "stylelint-scss": "^5.0.1",
128
127
  "through2": "^4.0.2",
129
128
  "tick-manager": "^1.0.3",
130
- "url-search-params-polyfill": "^5.0.0",
131
129
  "util": "^0.12.3",
132
- "viewport-details": "^1.5.0",
130
+ "viewport-details": "^3.0.4",
133
131
  "vinyl-buffer": "^1.0.1",
134
132
  "vinyl-source-stream": "^2.0.0",
135
- "watchify": "^3.0.0",
136
133
  "whatwg-fetch": "^3.0.0"
137
134
  },
138
135
  "publishConfig": {