Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Dec 4, 2023
1 parent 87a9fe2 commit a37f5a5
Show file tree
Hide file tree
Showing 7 changed files with 4,995 additions and 1,517 deletions.
6 changes: 1 addition & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
*.css linguist-language=Typescript
*.vue linguist-language=Typescript
*.js linguist-language=Typescript
*.html linguist-language=Typescript
*.svelte linguist-language=Typescript
* linguist-language=Typescript
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ dist

# TernJS port file
.tern-port

config.*.timestamp*
9 changes: 9 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.md
dist
.vscode
.DS_Store
playgrounds
node_modules
pnpm-lock.yaml
src/transform.js
config.*.timestamp*
5 changes: 4 additions & 1 deletion .prettierrc.js → .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
// @ts-check

/** @type {import("prettier").Config} */
export default {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vite-plugin-remove-console",
"version": "2.1.1",
"packageManager": "[email protected]",
"description": "A vite plugin that remove the types of console in the production environment",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -19,7 +20,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "prettier --write \"src/index.ts\"",
"format": "prettier --check --write .",
"pub": "pub"
},
"repository": {
Expand All @@ -42,10 +43,10 @@
"homepage": "https://github.com/xiaoxian521/vite-plugin-remove-console#readme",
"devDependencies": {
"@pureadmin/release": "^1.0.0",
"@types/node": "^18.16.0",
"prettier": "^2.8.8",
"@types/node": "^20.10.3",
"prettier": "^3.1.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.2"
"typescript": "^5.3.2",
"vite": "^5.0.4"
}
}
Loading

0 comments on commit a37f5a5

Please sign in to comment.