Skip to content

Commit

Permalink
fix: added missing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Nov 30, 2024
1 parent 70667ad commit bd89d20
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thorsten/phpmyfaq",
"version": "4.0.0-RC.4",
"version": "4.0.0",
"description": "phpMyFAQ",
"repository": "git://github.com/thorsten/phpMyFAQ.git",
"author": "Thorsten Rinne",
Expand Down Expand Up @@ -37,18 +37,18 @@
"handlebars": "4.7.8",
"highlight.js": "^11.10.0",
"masonry-layout": "^4.2.2",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.6",
"tinymce": "^6.8.5",
"vanilla-cookieconsent": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@mcler/webpack-concat-plugin": "^4.1.6",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
Expand All @@ -59,13 +59,13 @@
"extend-expect": "link:@testing-library/jest-dom/extend-expect",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"pretty-quick": "^4.0.0",
"raw-loader": "^4.0.2",
"sass": "1.77.6",
Expand Down

0 comments on commit bd89d20

Please sign in to comment.