Skip to content

Commit

Permalink
chore(deps): update pnpm to v10 (#744)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v10

* fix(eslint): import ghost deps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sabertazimi <[email protected]>
  • Loading branch information
renovate[bot] and sabertazimi authored Feb 13, 2025
1 parent fda6838 commit 7bd94bf
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "awesome-web",
"private": true,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.3.0",
"description": "A brand new repository for web development prototypes",
"author": "sabertazimi",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/mortal-ui/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {

Expand Down
4 changes: 1 addition & 3 deletions packages/mortal-ui/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Advice: typeof import('./src/components/Advice.vue')['default']
Expand All @@ -23,8 +23,6 @@ declare module 'vue' {
Kakan: typeof import('./src/components/Kakan.vue')['default']
LoadingSquare: typeof import('./src/components/LoadingSquare.vue')['default']
Pon: typeof import('./src/components/Pon.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Score: typeof import('./src/components/Score.vue')['default']
Tile: typeof import('./src/components/Tile.vue')['default']
TileGroup: typeof import('./src/components/TileGroup.vue')['default']
Expand Down
2 changes: 1 addition & 1 deletion packages/mortal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.9.0",
"private": true,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.3.0",
"scripts": {
"start": "pnpm dev",
"dev": "vite",
Expand Down
3 changes: 3 additions & 0 deletions packages/react-renderer/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const eslintConfigBod = require('eslint-config-bod')

module.exports = [...eslintConfigBod]
3 changes: 0 additions & 3 deletions packages/react-renderer/eslint.config.mjs

This file was deleted.

14 changes: 14 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bd94bf

Please sign in to comment.