Skip to content

Commit

Permalink
Merge pull request #26 from MarkusBansky/update-to-v2
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
MarkusBansky authored Mar 7, 2023
2 parents 5b9bad6 + e53bf5b commit 54d1784
Show file tree
Hide file tree
Showing 7 changed files with 9,852 additions and 8,063 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ module.exports = {
node: true,
},
extends: [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript/recommended",
"@vue/prettier",
"@vue/prettier/@typescript-eslint",
"plugin:vue/vue3-recommended",
"@vue/eslint-config-typescript",
],
parserOptions: {
ecmaVersion: 2020,
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store
node_modules
.yarn
/dist

# Logs
Expand Down
7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ These versions are currently supporting your reports of security issues and bugs

| Version | Supported |
| ------- | ------------------ |
| 1.0.x | :white_check_mark: |
| 1.0.x | :x: |
| 2.0.x | :white_check_mark: |

## Reporting a Vulnerability

If you found any vulnerability in this project, please report it to me by creating a bug issue on the github page.

I am checking github notifications regularly every week, so it might take some time for me to respond.
I am checking github notifications regularly every week, so it might take some time for me to respond.
Do not worry. If you have any concerns about using this project, please stop and wait for any updates from myself.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Tic Tac Toe</title>
<title>Markiian Benovskyi's Tic Tac Toe</title>
</head>
<body>
<div id="app"></div>
Expand Down
53 changes: 29 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "tictactoe-ml",
"version": "2.0.0-rc1",
"description": "",
"keywords": [],
"version": "2.0.0",
"description": "Simple test ot tensorflow JS on the web where you play tic-tac-toe with AI",
"keywords": [
"ai",
"tensorflow",
"tictactoe",
"game"
],
"author": "Markiian Benovskyi",
"private": true,
"license": "MIT",
Expand All @@ -12,28 +17,28 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tensorflow/tfjs": "^3.6.0",
"@types/jquery": "^3.5.5",
"core-js": "^3.6.5",
"jquery": "^3.6.0",
"vue": "^3.0.0"
"@tensorflow/tfjs": "^4.2.0",
"core-js": "^3.29.0",
"jquery": "^3.6.3",
"vue": "^3.2.47"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5"
"@types/jquery": "^3.5.16",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.35.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"typescript": "~4.9.5"
}
}
Loading

0 comments on commit 54d1784

Please sign in to comment.