Skip to content

Commit d3ff78b

Browse files
committed
Update @hypothesis/frontend-build
This removes autoprefixer and Tailwind v3 support.
1 parent 6143d6d commit d3ff78b

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ gulp.task('serve-pattern-library', () => {
1212

1313
gulp.task('bundle-css', () =>
1414
buildCSS(['./styles/pattern-library.css'], {
15-
autoprefixer: false,
1615
tailwind: true,
1716
}),
1817
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/preset-env": "^7.1.6",
1111
"@babel/preset-react": "^7.0.0",
1212
"@babel/preset-typescript": "^7.18.6",
13-
"@hypothesis/frontend-build": "^4.1.0",
13+
"@hypothesis/frontend-build": "^5.0.0",
1414
"@hypothesis/frontend-testing": "^1.7.1",
1515
"@rollup/plugin-babel": "^6.0.0",
1616
"@rollup/plugin-commonjs": "^28.0.0",

yarn.lock

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,16 +1980,15 @@ __metadata:
19801980
languageName: node
19811981
linkType: hard
19821982

1983-
"@hypothesis/frontend-build@npm:^4.1.0":
1984-
version: 4.1.0
1985-
resolution: "@hypothesis/frontend-build@npm:4.1.0"
1983+
"@hypothesis/frontend-build@npm:^5.0.0":
1984+
version: 5.0.0
1985+
resolution: "@hypothesis/frontend-build@npm:5.0.0"
19861986
dependencies:
19871987
commander: ^14.0.0
19881988
fancy-log: ^2.0.0
19891989
glob: ^11.0.0
19901990
peerDependencies:
19911991
"@tailwindcss/postcss": ^4.1.13
1992-
autoprefixer: ^10.3.7
19931992
postcss: ^8.3.9
19941993
rollup: ^4.0.2
19951994
sass: ^1.43.2
@@ -1998,15 +1997,13 @@ __metadata:
19981997
peerDependenciesMeta:
19991998
"@tailwindcss/postcss":
20001999
optional: true
2001-
autoprefixer:
2002-
optional: true
20032000
postcss:
20042001
optional: true
20052002
sass:
20062003
optional: true
20072004
tailwindcss:
20082005
optional: true
2009-
checksum: 103d42e087fd232e432c183b61dd7cadb94bf2b8f6c665cc389a0fb1f94ef5bf57f08c8140e610e26c91f3fd7f1e37be5f3ffae2a7d7d055118206bdfeebdca5
2006+
checksum: 946dbab011df26c8b43e413385ebd916ecc42847647a5a88eeffd8b677a46f6d567b0b7274ba761cb4207d8e6957b57cf432d0e5332d47609e78ac2ced45d473
20102007
languageName: node
20112008
linkType: hard
20122009

@@ -2019,7 +2016,7 @@ __metadata:
20192016
"@babel/preset-env": ^7.1.6
20202017
"@babel/preset-react": ^7.0.0
20212018
"@babel/preset-typescript": ^7.18.6
2022-
"@hypothesis/frontend-build": ^4.1.0
2019+
"@hypothesis/frontend-build": ^5.0.0
20232020
"@hypothesis/frontend-testing": ^1.7.1
20242021
"@rollup/plugin-babel": ^6.0.0
20252022
"@rollup/plugin-commonjs": ^28.0.0

0 commit comments

Comments
 (0)