Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 97f2bbc

Browse files
* Update packages
* Remove node engine
1 parent 0016d86 commit 97f2bbc

File tree

2 files changed

+2515
-2198
lines changed

2 files changed

+2515
-2198
lines changed

package.json

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-code-block",
3-
"version": "2.2.11",
3+
"version": "2.2.12",
44
"description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.",
55
"private": false,
66
"main": "dist/vue3-code-block.cjs.js",
@@ -20,9 +20,6 @@
2020
"lint": "eslint src/**/*.{ts,vue} --max-warnings 4",
2121
"prepare": "husky install"
2222
},
23-
"engines": {
24-
"node": "^19.0.1"
25-
},
2623
"packageManager": "pnpm@7.14.2",
2724
"lint-staged": {
2825
"src/**/*.{js,ts,vue}": [
@@ -77,61 +74,61 @@
7774
"vue": "^3.3.4"
7875
},
7976
"devDependencies": {
80-
"@babel/core": "^7.22.5",
81-
"@babel/eslint-parser": "^7.22.5",
77+
"@babel/core": "^7.22.9",
78+
"@babel/eslint-parser": "^7.22.9",
8279
"@fortawesome/fontawesome-svg-core": "^6.4.0",
8380
"@fortawesome/free-brands-svg-icons": "^6.4.0",
8481
"@fortawesome/free-solid-svg-icons": "^6.4.0",
8582
"@fortawesome/vue-fontawesome": "^3.0.3",
8683
"@rollup/plugin-alias": "^5.0.0",
87-
"@rollup/plugin-commonjs": "^25.0.1",
84+
"@rollup/plugin-commonjs": "^25.0.3",
8885
"@rollup/plugin-json": "^6.0.0",
8986
"@rollup/plugin-node-resolve": "^15.1.0",
9087
"@rollup/plugin-terser": "^0.4.3",
91-
"@types/node": "^20.2.6",
88+
"@types/node": "^20.4.2",
9289
"@types/prismjs": "^1.26.0",
93-
"@typescript-eslint/eslint-plugin": "^5.59.9",
94-
"@typescript-eslint/parser": "^5.59.9",
90+
"@typescript-eslint/eslint-plugin": "^6.1.0",
91+
"@typescript-eslint/parser": "^6.1.0",
9592
"@vitejs/plugin-vue": "^4.2.3",
9693
"@vue/cli-plugin-babel": "^5.0.8",
9794
"@vue/cli-plugin-eslint": "^5.0.8",
9895
"@vue/cli-service": "^5.0.8",
9996
"@vue/compiler-sfc": "^3.3.4",
10097
"@vue/eslint-config-typescript": "^11.0.3",
10198
"autoprefixer": "^10.4.13",
102-
"eslint": "^8.42.0",
99+
"eslint": "^8.45.0",
103100
"eslint-config-prettier": "^8.8.0",
104101
"eslint-plugin-import": "^2.27.5",
105-
"eslint-plugin-prettier": "^4.2.1",
106-
"eslint-plugin-vue": "^9.14.1",
102+
"eslint-plugin-prettier": "^5.0.0",
103+
"eslint-plugin-vue": "^9.15.1",
107104
"gh-pages": "^5.0.0",
108105
"husky": "^8.0.3",
109-
"lint-staged": "^13.2.2",
110-
"pinia": "^2.1.3",
111-
"postcss": "^8.4.24",
106+
"lint-staged": "^13.2.3",
107+
"pinia": "^2.1.4",
108+
"postcss": "^8.4.26",
112109
"postcss-html": "^1.5.0",
113110
"postcss-scss": "^4.0.6",
114-
"prettier": "^2.8.8",
115-
"rollup": "^3.24.1",
111+
"prettier": "^3.0.0",
112+
"rollup": "^3.26.3",
116113
"rollup-plugin-copy": "^3.4.0",
117114
"rollup-plugin-polyfill-node": "^0.12.0",
118115
"rollup-plugin-postcss": "^4.0.2",
119116
"rollup-plugin-scss": "^4.0.0",
120-
"rollup-plugin-typescript2": "^0.34.1",
121-
"sass": "^1.63.3",
122-
"stylelint": "^15.7.0",
123-
"stylelint-config-standard": "^33.0.0",
117+
"rollup-plugin-typescript2": "^0.35.0",
118+
"sass": "^1.64.0",
119+
"stylelint": "^15.10.2",
120+
"stylelint-config-standard": "^34.0.0",
124121
"stylelint-order": "^6.0.2",
125122
"stylelint-scss": "^5.0.1",
126-
"typescript": "^5.1.3",
127-
"unplugin-auto-import": "^0.16.4",
128-
"vite": "^4.3.9",
123+
"typescript": "^5.1.6",
124+
"unplugin-auto-import": "^0.16.6",
125+
"vite": "^4.4.5",
129126
"vite-plugin-babel": "^1.1.3",
130-
"vite-plugin-css-injected-by-js": "^3.1.1",
131-
"vite-plugin-dts": "^2.3.0",
127+
"vite-plugin-css-injected-by-js": "^3.2.1",
128+
"vite-plugin-dts": "^3.3.1",
132129
"vite-plugin-eslint": "^1.8.1",
133-
"vite-plugin-static-copy": "^0.16.0",
130+
"vite-plugin-static-copy": "^0.17.0",
134131
"vite-plugin-stylelint": "^4.2.0",
135-
"vue-tsc": "^1.6.5"
132+
"vue-tsc": "^1.8.5"
136133
}
137134
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy