Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Sep 10, 2023
1 parent c0c79d6 commit b832bbd
Show file tree
Hide file tree
Showing 4 changed files with 1,615 additions and 1,512 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Use ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down
36 changes: 18 additions & 18 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pagination-bar-generator",
"version": "0.2.2",
"version": "0.2.3",
"description": "This library is used for generating pagination bar.",
"type": "module",
"exports": "./lib/lib.js",
Expand Down Expand Up @@ -44,22 +44,22 @@
},
"homepage": "https://magiclen.org/paginator/",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@babel/register": "^7.21.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.15.12",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"babel-loader": "^9.1.2",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"terser-webpack-plugin": "^5.3.7",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.1"
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/register": "^7.22.15",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"babel-loader": "^9.1.3",
"eslint": "^8.49.0",
"jest": "^29.6.4",
"rimraf": "^5.0.1",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}

0 comments on commit b832bbd

Please sign in to comment.