Skip to content

Commit 19d9532

Browse files
committed
package update.
1 parent 016c3c2 commit 19d9532

File tree

8 files changed

+244
-261
lines changed

8 files changed

+244
-261
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ lerna-debug.log*
1111

1212
# Dependency directories
1313
node_modules/
14+
.DS_Store
1415

1516
# Optional eslint cache
1617
.eslintcache

dist/css/retrotxt.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/module/charset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/module/text.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/retrotxt-init.js

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

dist/js/retrotxt.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retrotxt",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "RetrotxtJS correctly displays legacy ASCII and NFO text on a modern UTF-8 HTML page.",
55
"keywords": [
66
"html",
@@ -28,24 +28,24 @@
2828
"url": "git+https://github.com/bengarrett/retrotxtjs.git"
2929
},
3030
"devDependencies": {
31-
"eslint": "^9.4.0",
32-
"globals": "^15.4.0",
31+
"eslint": "^9.17.0",
32+
"globals": "^15.14.0",
3333
"grunt": "~1.6.1",
3434
"grunt-banner": "^0.6.0",
3535
"grunt-contrib-clean": "^2.0.1",
3636
"grunt-contrib-connect": "^4.0.0",
3737
"grunt-contrib-copy": "^1.0.0",
3838
"grunt-contrib-cssmin": "^5.0.0",
39-
"grunt-contrib-qunit": "^10.0.0",
39+
"grunt-contrib-qunit": "^10.1.1",
4040
"grunt-contrib-uglify": "^5.2.2",
4141
"grunt-eslint": "^25.0.0",
42-
"grunt-stylelint": "^0.20.0",
42+
"grunt-stylelint": "^0.20.1",
4343
"http-server": "^14.1.1",
44-
"prettier": "^3.3.1",
44+
"prettier": "^3.4.2",
4545
"qunit": "~2.23.1",
46-
"stylelint": "^16.6.1",
46+
"stylelint": "^16.12.0",
4747
"stylelint-config-idiomatic-order": "^10.0.0",
48-
"stylelint-config-standard": "^36.0.0",
48+
"stylelint-config-standard": "^36.0.1",
4949
"stylelint-order": "^6.0.4"
5050
},
5151
"scripts": {

0 commit comments

Comments
 (0)