Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 731eed0

Browse files
committed
Update dependencies
1 parent ed433b3 commit 731eed0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-focus-within",
33
"version": "2.0.0",
4-
"description": "Ise the :focus-within pseudo-selector in CSS",
4+
"description": "Use the :focus-within pseudo-selector in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
77
"repository": "jonathantneal/postcss-focus-within",
@@ -24,18 +24,18 @@
2424
"node": ">=4.0.0"
2525
},
2626
"dependencies": {
27-
"postcss": "^6.0.21"
27+
"postcss": "^6.0.22"
2828
},
2929
"devDependencies": {
30-
"babel-core": "^6.26.0",
31-
"babel-eslint": "^8.2.2",
32-
"babel-preset-env": "^1.6.1",
30+
"babel-core": "^6.26.3",
31+
"babel-eslint": "^8.2.3",
32+
"babel-preset-env": "^1.7.0",
3333
"eslint": "^4.19.1",
3434
"eslint-config-dev": "2.0.0",
3535
"postcss-tape": "2.2.0",
3636
"pre-commit": "^1.2.2",
37-
"rollup": "^0.57.1",
38-
"rollup-plugin-babel": "^3.0.3"
37+
"rollup": "^0.60.1",
38+
"rollup-plugin-babel": "^3.0.4"
3939
},
4040
"eslintConfig": {
4141
"extends": "dev",

0 commit comments

Comments
 (0)