Skip to content

Commit

Permalink
chore: update vue and vuepress version, and fix ssr error
Browse files Browse the repository at this point in the history
  • Loading branch information
ruofee committed Sep 12, 2023
1 parent 208f447 commit 097d75a
Show file tree
Hide file tree
Showing 4 changed files with 3,481 additions and 2,962 deletions.
32 changes: 0 additions & 32 deletions build/cssExtractPlugin.ts

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@
"jsdom": "^19.0.0",
"typescript": "~4.1.5",
"vite": "^2.8.6",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-vue2": "^1.9.3",
"vite-plugin-vue2": "^2.0.3",
"vitest": "^0.7.4",
"vue": "^2.6.11",
"vue": "2.7.14",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vuepress": "^1.8.2"
"vuepress": "^1.9.10"
},
"peerDependencies": {
"vue": "^2.6.11"
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vitest/config'
import { createVuePlugin } from 'vite-plugin-vue2';
import VitePluginEslint from 'vite-plugin-eslint';
import cssExtractPlugin from './build/cssExtractPlugin';
import cssExtractPlugin from 'vite-plugin-css-injected-by-js';
import packageJson from './package.json';
const path = require('path');

Expand Down
Loading

0 comments on commit 097d75a

Please sign in to comment.