Skip to content

Commit 92598f8

Browse files
Merge pull request #9 from webdevnerdstuff/dev
Dev
2 parents 261de3e + b39e1bc commit 92598f8

File tree

10 files changed

+114
-94
lines changed

10 files changed

+114
-94
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f
1010
[main] Minor changes to fix issues after testing npm packaging. (@webdevnerdstuff)
1111

1212
## v2.0.0
13-
TBD
13+
2023-04-15
1414
[main] Major release update. Added in support to use either PrismJS or HighlightJS. (@webdevnerdstuff)

dist/playground/configs/playground.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/vue3-code-block.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue3-code-block.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-code-block",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0",
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.js",
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"dev": "vite",
1111
"watch": "pnpm dev",
12-
"play": "sh src/playground/configs/build.sh && vite",
12+
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
1313
"bundle": "rollup -c --bundleConfigAsCjs",
1414
"build": "vite build",
1515
"predeploy": "npm run build",
@@ -20,6 +20,7 @@
2020
"engines": {
2121
"node": "19.0.1"
2222
},
23+
"packageManager": "[email protected]",
2324
"lint-staged": {
2425
"src/**/*.{js,ts,vue}": [
2526
"npm run lint"
@@ -82,14 +83,14 @@
8283
"@fortawesome/free-solid-svg-icons": "^6.4.0",
8384
"@fortawesome/vue-fontawesome": "^3.0.3",
8485
"@rollup/plugin-alias": "^5.0.0",
85-
"@rollup/plugin-commonjs": "^24.0.1",
86+
"@rollup/plugin-commonjs": "^24.1.0",
8687
"@rollup/plugin-json": "^6.0.0",
8788
"@rollup/plugin-node-resolve": "^15.0.2",
8889
"@rollup/plugin-terser": "^0.4.1",
8990
"@types/node": "^18.15.11",
9091
"@types/prismjs": "^1.26.0",
91-
"@typescript-eslint/eslint-plugin": "^5.57.1",
92-
"@typescript-eslint/parser": "^5.57.1",
92+
"@typescript-eslint/eslint-plugin": "^5.58.0",
93+
"@typescript-eslint/parser": "^5.58.0",
9394
"@vitejs/plugin-vue": "^4.1.0",
9495
"@vue/cli-plugin-babel": "^5.0.8",
9596
"@vue/cli-plugin-eslint": "^5.0.8",
@@ -101,7 +102,7 @@
101102
"eslint-config-prettier": "^8.8.0",
102103
"eslint-plugin-import": "^2.27.5",
103104
"eslint-plugin-prettier": "^4.2.1",
104-
"eslint-plugin-vue": "^9.10.0",
105+
"eslint-plugin-vue": "^9.11.0",
105106
"gh-pages": "^5.0.0",
106107
"husky": "^8.0.3",
107108
"lint-staged": "^13.2.1",
@@ -116,7 +117,7 @@
116117
"rollup-plugin-postcss": "^4.0.2",
117118
"rollup-plugin-scss": "^4.0.0",
118119
"rollup-plugin-typescript2": "^0.34.1",
119-
"sass": "^1.61.0",
120+
"sass": "^1.62.0",
120121
"stylelint": "^15.4.0",
121122
"stylelint-config-standard": "^32.0.0",
122123
"stylelint-order": "^6.0.2",

0 commit comments

Comments
 (0)