Skip to content

Commit

Permalink
chore: bump deps, use vite for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 9, 2023
1 parent f7d04c4 commit e68549d
Show file tree
Hide file tree
Showing 11 changed files with 5,333 additions and 6,907 deletions.
1 change: 0 additions & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"node": "16",
"installCommand": "codesandbox:install",
"sandboxes": []
}
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
os:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
18
2 changes: 2 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ lib
LICENSE
*.json
*.log
*.ts
*.tsbuildinfo
*.tsx
*.yaml
*.yml
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# mono-lib-boilerplate

[![GitHub Actions](https://github.com/un-ts/mono-lib-boilerplate/workflows/CI/badge.svg)](https://github.com/un-ts/mono-lib-boilerplate/actions/workflows/ci.yml)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/un-ts/mono-lib-boilerplate.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/un-ts/mono-lib-boilerplate/context:javascript)
[![Codecov](https://img.shields.io/codecov/c/gh/un-ts/mono-lib-boilerplate)](https://codecov.io/gh/un-ts/mono-lib-boilerplate)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fun-ts%2Fmono-lib-boilerplate%2Fmain%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![GitHub release](https://img.shields.io/github/release/un-ts/mono-lib-boilerplate)](https://github.com/un-ts/mono-lib-boilerplate/releases)
Expand Down
5 changes: 4 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Generated by 'unplugin-auto-import'
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-auto-import
export {}
declare global {
const afterAll: typeof import('vitest')['afterAll']
Expand Down
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="X-UA-Compatible"
content="IE=edge"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Vitery</title>
</head>
<body>
<div id="app"></div>
<script
type="module"
src="./docs/index.tsx"
></script>
</body>
</html>
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@8.1.1",
"scripts": {
"build": "run-p build:*",
"build:r": "r -f cjs",
"build:tsc": "tsc -b",
"clean": "rimraf packages/**/{lib,*.tsbuildinfo}",
"codesandbox:install": "npx [email protected] i",
"dev": "w -e docs --disableDotRule --publicPath /",
"dev": "vite dev",
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
Expand All @@ -30,35 +29,38 @@
"serve": "sirv dist -s",
"test": "vitest run --coverage",
"typecov": "type-coverage",
"vercel-build": "w -e docs -p --publicPath /",
"vercel-build": "vite build",
"version": "changeset version"
},
"devDependencies": {
"@1stg/app-config": "^7.2.1",
"@1stg/lib-config": "^10.2.1",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.4",
"@pkgr/webpack": "^3.4.0",
"@pkgr/webpack-mdx": "^2.2.0",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@types/web": "^0.0.72",
"@vitest/coverage-istanbul": "^0.23.2",
"github-markdown-css": "^5.1.0",
"@1stg/app-config": "^8.0.1",
"@1stg/lib-config": "^11.0.1",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@mdx-js/rollup": "^2.3.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/web": "^0.0.99",
"@vitejs/plugin-react-swc": "^3.3.0",
"@vitest/coverage-istanbul": "^0.29.8",
"github-markdown-css": "^5.2.0",
"pkg": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.10.0",
"remark-gfm": "^3.0.1",
"sass": "^1.61.0",
"sirv-cli": "^2.0.2",
"tsx": "^3.9.0",
"type-coverage": "^2.22.0",
"typescript": "^4.8.3",
"unplugin-auto-import": "^0.11.2",
"vitest": "^0.23.2"
"tsx": "^3.12.6",
"type-coverage": "^2.25.0",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.2",
"vite": "^4.2.1",
"vitest": "^0.29.8"
},
"resolutions": {
"prettier": "^2.7.1"
"prettier": "^2.8.7"
},
"commitlint": {
"extends": "@1stg"
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lib"
],
"dependencies": {
"tslib": "^2.4.0"
"tslib": "^2.5.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit e68549d

Please sign in to comment.