Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Oct 6, 2022
1 parent 13c93d0 commit c89cd6b
Show file tree
Hide file tree
Showing 9 changed files with 1,847 additions and 1,901 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

**Tell about your platform**

* flatPickr version : 4.x.x
* Vue.js version : 3.x
* flatPickr version : 4.6.x
* Vue.js version : 3.2
* Browser name and version : Chrome|Firefox|Edge x.x.x
* This package version : 9.x.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install pnpm
run: npm install -g pnpm@^7
Expand Down
8 changes: 7 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
module.exports = {
testEnvironment: 'jsdom',
collectCoverage: true,
testURL: 'http://localhost',
testEnvironmentOptions: {
testURL: 'http://localhost',
customExportConditions: [
'node',
'node-addons',
],
},
transform: {
'^.+\\.js$': 'babel-jest',
},
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,31 @@
"flatpickr": "^4.6.13"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@vue/compiler-sfc": "^3.2.33",
"@vue/test-utils": "^2.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@vue/compiler-sfc": "^3.2.40",
"@vue/test-utils": "^2.1.0",
"babel-jest": "^29.1.2",
"babel-loader": "^8.2.5",
"bootstrap": "^4.6",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.6.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"vue": "^3.2.33",
"vue": "^3.2.40",
"vue-loader": "^17.0.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"engines": {
"node": ">=10.13.0"
"node": ">=12.13.0"
}
}
Loading

0 comments on commit c89cd6b

Please sign in to comment.