Skip to content

Commit

Permalink
Update detection for M98. Update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Nov 17, 2021
1 parent 80f7939 commit e91d6fb
Show file tree
Hide file tree
Showing 11 changed files with 4,990 additions and 1,263 deletions.
Binary file added dist/66e4109ec6241c76fdcf.woff2
Binary file not shown.
916 changes: 916 additions & 0 deletions dist/bundle.5c4847f83fed8cfb9b22.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/bundle.6df654287a306c56f8eb.js

This file was deleted.

22 changes: 0 additions & 22 deletions dist/bundle.6df654287a306c56f8eb.js.LICENSE.txt

This file was deleted.

Binary file removed dist/c1dcd4eed1b0c50ff856.woff2
Binary file not shown.
Binary file removed dist/cc252f2c65517314a587.woff
Binary file not shown.
Binary file added dist/ea6f3dfe4ebb15134576.woff
Binary file not shown.
289 changes: 288 additions & 1 deletion dist/index.html

Large diffs are not rendered by default.

231 changes: 227 additions & 4 deletions dist/main.css

Large diffs are not rendered by default.

4,765 changes: 3,545 additions & 1,220 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromium-checker-site",
"version": "1.0.14",
"version": "1.0.16",
"description": "Demo site for the chromium-detector library",
"main": "index.js",
"scripts": {
Expand All @@ -16,23 +16,23 @@
"author": "Thomas Beverley <[email protected]>",
"license": "MPL-2.0",
"devDependencies": {
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.1",
"html-webpack-plugin": "^5.2.0",
"mini-css-extract-plugin": "^1.3.9",
"standard": "^16.0.3",
"style-loader": "^2.0.0",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0"
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.4",
"standard": "^16.0.4",
"style-loader": "^3.3.1",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@popperjs/core": "^2.9.0",
"bootstrap": "^5.0.0-beta2",
"bootstrap-icons": "^1.4.0",
"chromium-detector": "^1.0.15",
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.1",
"chromium-detector": "1.0.16",
"escape-html": "^1.0.3",
"github-fork-ribbon-css": "^0.2.3",
"timeago.js": "^4.0.2",
"ua-parser-js": "^0.7.24"
"ua-parser-js": "^1.0.2"
}
}

0 comments on commit e91d6fb

Please sign in to comment.