Skip to content

Commit

Permalink
New: Gen 9 - DLC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
FullLifeGames committed Jan 2, 2024
1 parent 25ae7d4 commit a66cb7b
Show file tree
Hide file tree
Showing 14 changed files with 1,725 additions and 915 deletions.
3 changes: 2 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"WritableComputedRef": true
"WritableComputedRef": true,
"useClipboardItems": true
}
}
670 changes: 335 additions & 335 deletions .yarn/releases/yarn-4.0.1.cjs → .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,45 @@
"lint:fix": "eslint \"**/*.{vue,ts,js}\" --fix"
},
"dependencies": {
"@pkmn/data": "^0.7.54",
"@pkmn/dex": "^0.7.54",
"@pkmn/img": "^0.2.18",
"@pkmn/data": "^0.8.3",
"@pkmn/dex": "^0.8.3",
"@pkmn/img": "^0.2.22",
"@pkmn/sets": "^5.1.0",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.5.0",
"@vueuse/core": "^10.7.1",
"bootstrap": "^5.3.2",
"bootstrap-vue-next": "^0.14.10",
"core-js": "^3.33.1",
"bootstrap-vue-next": "^0.15.5",
"core-js": "^3.35.0",
"lodash.random": "^3.2.0",
"mitt": "^3.0.1",
"vue": "^3.3.7",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/json": "^2.2.134",
"@types/lodash.random": "^3.2.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.7",
"@vue/eslint-config-prettier": "^8.0.0",
"@iconify/json": "^2.2.164",
"@types/lodash.random": "^3.2.9",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/compiler-sfc": "^3.4.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/runtime-dom": "^3.3.7",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"@vue/runtime-dom": "^3.4.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.19.2",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.7",
"unplugin-icons": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0"
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
Loading

0 comments on commit a66cb7b

Please sign in to comment.