Skip to content

Commit aed7259

Browse files
committed
branched from the MIT version; pushed to v5.0.0; patched ~50 security issues; rebuilt
1 parent c3e6798 commit aed7259

File tree

3 files changed

+2159
-1880
lines changed

3 files changed

+2159
-1880
lines changed

animate.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "animate.css",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"main": "animate.css",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/animate-css/animate.css.git"
7+
"url": "https://github.com/steveseguin/animate.mit.css"
88
},
99
"author": {
1010
"name": "Animate.css"
1111
},
12-
"homepage": "https://animate.style/",
12+
"homepage": "https://github.com/steveseguin/animate.mit.css",
1313
"license": "MIT",
1414
"animateConfig": {
1515
"prefix": "animate__"
@@ -41,20 +41,20 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"autoprefixer": "^10.3.3",
45-
"cssnano": "^5.0.8",
46-
"eslint": "^7.32.0",
47-
"husky": "^7.0.2",
48-
"lint-staged": "^11.1.2",
49-
"markdown-it": "^12.2.0",
44+
"autoprefixer": "^10.4.16",
45+
"cssnano": "^6.0.1",
46+
"eslint": "^8.54.0",
47+
"husky": "^8.0.3",
48+
"lint-staged": "^15.1.0",
49+
"markdown-it": "^13.0.2",
5050
"npm-run-all": "^4.1.5",
51-
"postcss": "^8.3.6",
52-
"postcss-cli": "^8.3.1",
53-
"postcss-header": "^3.0.1",
54-
"postcss-import": "^14.0.2",
55-
"postcss-prefixer": "^2.1.3",
56-
"postcss-preset-env": "^6.7.0",
57-
"prettier": "^2.3.2"
51+
"postcss": "^8.4.31",
52+
"postcss-cli": "^10.1.0",
53+
"postcss-header": "^3.0.3",
54+
"postcss-import": "^15.1.0",
55+
"postcss-prefixer": "^3.0.0",
56+
"postcss-preset-env": "^9.3.0",
57+
"prettier": "^3.1.0"
5858
},
5959
"lint-staged": {
6060
"*.{mjs,js,json,md,css}": "prettier --write"
@@ -64,5 +64,8 @@
6464
"animate.min.css",
6565
"animate.css",
6666
"source/**/*.css"
67-
]
67+
],
68+
"dependencies": {
69+
"animate.css": "^5.0.0"
70+
}
6871
}

0 commit comments

Comments
 (0)