Skip to content

Commit

Permalink
fix: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor531 committed Mar 15, 2024
1 parent 960cace commit 9cd4ec8
Show file tree
Hide file tree
Showing 10 changed files with 400 additions and 814 deletions.
2 changes: 1 addition & 1 deletion apps/docs/docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Magner
# Magner!

Universal admin panel magnetic to any backend. Magner provides a set of tools to bootstrap
an admin panel website built with [Vue 3](https://v3.vuejs.org/) and [Element Plus](https://element-plus.org/en-US/). All you
Expand Down
5 changes: 1 addition & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"build": "vuepress build docs && rm -rf dist && mv ./docs/.vuepress/dist ./dist"
},
"devDependencies": {
"@vuepress/client": "2.0.0-rc.0",
"nprogress": "1.0.0-1",
"vite": "3.2.7",
"vue": "3.3.13",
"vue": "3.4.21",
"vuepress": "2.0.0-rc.0"
},
"keywords": [
Expand Down
27 changes: 12 additions & 15 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.4.1",
"private": true,
"engines": {
"node": ">=14"
"node": ">=18"
},
"scripts": {
"dev": "vite",
Expand All @@ -13,29 +13,26 @@
"lint": "eslint --fix src"
},
"dependencies": {
"element-plus": "2.2.27",
"magner": "*",
"vue": "3.3.13",
"vue-i18n": "9.2.0-beta.28",
"vue-router": "4.2.5"
"vue": "3.4.21"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@vitejs/plugin-vue": "5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/eslint-config-typescript": "11.0.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.9.0",
"eslint": "8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.4.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "9.4.0",
"postcss": "^8.4.14",
"postcss-custom-media": "^8.0.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"start-server-and-test": "^1.14.0",
"svgo": "^2.8.0",
"typescript": "^4.5.5",
"vite": "3.2.7"
"typescript": "5.4.2",
"vite": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion apps/playground/src/configs/translation/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { translationController } from 'magner';
import enElLocale from 'element-plus/lib/locale/lang/en';
import { enElLocale } from 'magner/element-plus';
import enCustom from './en';

// eslint-disable-next-line no-shadow
Expand Down
1 change: 0 additions & 1 deletion apps/playground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { initMagner } from 'magner';

import project from 'configs/index';

import 'element-plus/dist/index.css';
import 'magner/style';
import 'features/all.css';

Expand Down
5 changes: 0 additions & 5 deletions apps/playground/src/translation.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion magner/cli/create/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Magner application example",
"version": "0.1.0",
"engines": {
"node": ">=14"
"node": ">=18"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion magner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"build:lib": "vite build --config vite.lib.ts",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"turbo": "1.3.3"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
"npm": ">=8",
"node": ">=18"
}
}
Loading

0 comments on commit 9cd4ec8

Please sign in to comment.