Skip to content

Commit

Permalink
Merge pull request #14 from icelam/bump-dependencies
Browse files Browse the repository at this point in the history
chore!: bump dependencies and upgrade to node v18
  • Loading branch information
icelam authored Jan 29, 2024
2 parents fcdfc41 + 14abac6 commit 390e54e
Show file tree
Hide file tree
Showing 3 changed files with 3,195 additions and 2,518 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.5
18
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,50 @@
"author": "Ice Lam",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-remove-debugger": "^6.9.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
"dotenv": "^16.0.2",
"eslint": "^8.23.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
"cssnano": "^6.0.3",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.26.0",
"html-loader": "^4.1.0",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"html-loader": "^5.0.0",
"html-variables-plugin": "^1.0.0",
"html-webpack-plugin": "^5.5.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.3",
"postcss-loader": "^7.0.1",
"prettier": "^2.7.1",
"lint-staged": "^15.2.0",
"mini-css-extract-plugin": "^2.7.7",
"node-sass": "^9.0.0",
"postcss-loader": "^8.0.0",
"prettier": "^3.2.4",
"pug": "^3.0.2",
"pug-html-loader": "^1.1.5",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^6.5.4"
"sass-loader": "^14.0.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0",
"workbox-webpack-plugin": "^7.0.0"
},
"dependencies": {
"canvas-confetti": "^1.3.3",
"core-js": "^3.25.2",
"core-js": "^3.35.1",
"element-remove-polyfill": "^1.1.0",
"web-animations-js": "^2.3.2"
},
Expand Down
Loading

0 comments on commit 390e54e

Please sign in to comment.