|
1 | 1 | { |
2 | 2 | "name": "apps-script-starter", |
3 | | - "version": "10.13.0", |
| 3 | + "version": "11.0.0", |
4 | 4 | "description": "Setup a local development environment for Google Apps Script with Visual Studio Code", |
5 | 5 | "author": "Amit Agarwal <amit@labnol.org> (https://www.labnol.org)", |
6 | 6 | "homepage": "https://digitalinspiration.com/", |
|
26 | 26 | "apps-script-oauth2": "github:googleworkspace/apps-script-oauth2" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/core": "^7.20.12", |
30 | | - "@babel/eslint-parser": "^7.19.1", |
| 29 | + "@babel/core": "^7.21.3", |
| 30 | + "@babel/eslint-parser": "^7.21.3", |
31 | 31 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
32 | 32 | "@babel/preset-env": "^7.20.2", |
33 | 33 | "@google/clasp": "^2.4.2", |
34 | | - "@types/google-apps-script": "^1.0.57", |
| 34 | + "@types/google-apps-script": "^1.0.59", |
35 | 35 | "@types/google-apps-script-oauth2": "^38.0.0", |
36 | 36 | "@types/google.picker": "^0.0.39", |
37 | | - "@types/jest": "^29.4.0", |
| 37 | + "@types/jest": "^29.5.0", |
38 | 38 | "babel-loader": "^9.1.2", |
39 | 39 | "copy-webpack-plugin": "^11.0.0", |
40 | 40 | "cross-env": "^7.0.3", |
41 | | - "eslint": "^8.34.0", |
| 41 | + "eslint": "^8.36.0", |
42 | 42 | "eslint-config-airbnb-base": "^15.0.0", |
43 | | - "eslint-config-prettier": "^8.6.0", |
| 43 | + "eslint-config-prettier": "^8.8.0", |
44 | 44 | "eslint-plugin-googleappsscript": "^1.0.4", |
45 | 45 | "eslint-plugin-html": "^7.1.0", |
46 | 46 | "eslint-plugin-import": "^2.27.5", |
47 | 47 | "eslint-plugin-jest": "^27.2.1", |
48 | 48 | "eslint-plugin-prettier": "^4.2.1", |
49 | 49 | "eslint-webpack-plugin": "^4.0.0", |
50 | 50 | "gas-webpack-plugin": "^2.3.0", |
51 | | - "jest": "^29.4.3", |
| 51 | + "jest": "^29.5.0", |
52 | 52 | "npm-watch": "^0.11.0", |
53 | | - "prettier": "^2.8.4", |
54 | | - "terser-webpack-plugin": "^5.3.6", |
55 | | - "webpack": "^5.75.0", |
| 53 | + "prettier": "^2.8.7", |
| 54 | + "terser-webpack-plugin": "^5.3.7", |
| 55 | + "webpack": "^5.76.3", |
56 | 56 | "webpack-cli": "^5.0.1" |
57 | 57 | }, |
58 | 58 | "bugs": { |
|
0 commit comments