Skip to content

Commit

Permalink
chore(deps): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Mar 29, 2024
1 parent a0fe88f commit 9d375d1
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 141 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"scripts": {
"clean": "rimraf ./coverage/ ./dist/",
"prebuild": "pnpm clean",
"validate": "validate-package-exports --check --verify",
"validate": "validate-package-exports --check --verify --info",
"build": "tsc --build tsconfig.cjs.json tsconfig.mjs.json --force",
"postbuild": "echo '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json && echo '{\"type\":\"module\"}' > ./dist/mjs/package.json && pnpm validate",
"lint": "eslint ./*{js,cjs,mjs,mts} ./src ./test",
Expand Down Expand Up @@ -103,7 +103,7 @@
"@webdeveric/utils": "^0.29.1",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"cspell": "^8.6.0",
"cspell": "^8.6.1",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -119,7 +119,7 @@
"rimraf": "^5.0.5",
"superagent": "^8.1.2",
"typescript": "^5.4.3",
"validate-package-exports": "^0.1.0",
"validate-package-exports": "^0.2.0",
"vitest": "^1.4.0",
"webpack": "^5.91.0",
"webpack-dev-server": "^5.0.4",
Expand Down

0 comments on commit 9d375d1

Please sign in to comment.