Skip to content

Commit 0bd5fcb

Browse files
authored
Merge pull request #19 from iKarTehFox/preview
Merge new changes from preview (1.7.0)
2 parents 4659b07 + f85d936 commit 0bd5fcb

File tree

126 files changed

+3165
-726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+3165
-726
lines changed

eslint.config.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,7 @@ export default [
2727
{
2828
ignores: [
2929
'dist/**',
30-
'out/**',
31-
'bootstrap.bundle.min.js',
32-
'code.iconify.design_iconify-icon_1.0.7_iconify-icon.min.js',
33-
'datetime.d.ts',
34-
'forge.config.js',
35-
'numberToWords.min.js',
36-
'luxon.min.js',
37-
'webpack.config.js',
38-
'bootstrap.4.6.2.bundle.min.js',
39-
'jquery.3.5.1.min.js',
40-
'corejs.minified.min.js'
30+
'node_modules/**',
4131
]
4232
}
4333
];

package-lock.json

Lines changed: 311 additions & 145 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 & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,43 @@
11
{
22
"name": "web-clock",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Online digital clock web app with customizability in mind!",
55
"main": "./src/index.ts",
66
"type": "module",
77
"scripts": {
88
"build": "webpack --mode=production --node-env=production",
9-
"test": "echo \"Error: no test specified\" && exit 1",
109
"build:dev": "webpack --mode=development",
1110
"build:prod": "webpack --mode=production --node-env=production",
12-
"watch": "webpack --watch",
13-
"serve": "webpack serve"
11+
"clean": "rimraf node_modules dist",
12+
"serve": "webpack serve",
13+
"test": "echo \"Error: no test specified\" && exit 1",
14+
"watch": "webpack --watch"
1415
},
1516
"author": "iKarTehFox",
1617
"license": "MPL-2.0",
1718
"devDependencies": {
18-
"@eslint/js": "^9.22.0",
19+
"@eslint/js": "^9.25.1",
1920
"@types/bootstrap": "^5.2.10",
20-
"@types/luxon": "^3.4.2",
21+
"@types/luxon": "^3.6.2",
2122
"@types/number-to-words": "^1.2.3",
2223
"@types/qrcode": "^1.5.5",
2324
"@types/randomstring": "^1.3.0",
24-
"@typescript-eslint/eslint-plugin": "^8.26.1",
25-
"@typescript-eslint/parser": "^8.26.1",
25+
"@typescript-eslint/eslint-plugin": "^8.31.0",
26+
"@typescript-eslint/parser": "^8.31.0",
2627
"@webpack-cli/generators": "^3.0.7",
2728
"clean-webpack-plugin": "^4.0.0",
2829
"css-loader": "^7.1.2",
29-
"eslint": "^9.22.0",
30+
"eslint": "^9.25.1",
3031
"html-webpack-plugin": "^5.6.3",
3132
"mini-css-extract-plugin": "^2.9.2",
3233
"prettier": "^3.5.3",
34+
"rimraf": "^6.0.1",
3335
"style-loader": "^4.0.0",
3436
"ts-loader": "^9.5.2",
35-
"typescript": "^5.8.2",
36-
"webpack": "^5.98.0",
37+
"typescript": "^5.8.3",
38+
"webpack": "^5.99.7",
3739
"webpack-cli": "^6.0.1",
38-
"webpack-dev-server": "^5.2.0",
40+
"webpack-dev-server": "^5.2.1",
3941
"workbox-webpack-plugin": "^7.3.0"
4042
},
4143
"repository": {
@@ -50,16 +52,18 @@
5052
"@types/body-parser": "^1.19.5",
5153
"@types/intl": "^1.2.2",
5254
"@types/toastify-js": "^1.12.3",
53-
"axios": "^1.8.2",
54-
"bootstrap": "^5.3.3",
55+
"axios": "^1.9.0",
56+
"bootstrap": "^5.3.5",
57+
"bowser": "^2.11.0",
5558
"html5-qrcode": "^2.3.8",
59+
"i18next": "^25.0.1",
5660
"iconify-icon": "^2.3.0",
5761
"number-to-words": "^1.2.4",
5862
"openweathermap-ts": "^1.2.10",
5963
"qrcode": "^1.5.4",
6064
"randomstring": "^1.3.1",
6165
"toastify-js": "^1.12.0",
62-
"ts-luxon": "^5.1.0",
63-
"ts-pattern": "^5.6.2"
66+
"ts-luxon": "^6.0.0",
67+
"ts-pattern": "^5.7.0"
6468
}
6569
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)